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. |
| 15 | # - No Support for Feature planned. |
| 16 | # - Feature not supported yet. |
| 17 | # - Failing HTTP tests. |
| 18 | # - Failing xmlhttprequest tests |
| 19 | # - Failing inserting tests. |
| 20 | # - Failing pasteboard tests. |
| 21 | # - Failing plugins tests. |
| 22 | # - Failing execCommand tests. |
| 23 | # - Failing Sputnik tests |
| 24 | # - Fluctuating/flakey tests |
| 25 | # - failing media tests |
| 26 | # - Crashing tests due to re-enabled Phonon support in Buildbot's Qt |
| 27 | # - Missing features in our DumpRenderTree implementation |
| 28 | # - failing editing/input tests |
| 29 | # - Failing SVG tests |
| 30 | # - failing animations tests |
joepeck@webkit.org | b948123 | 2010-08-04 02:29:16 +0000 | [diff] [blame] | 31 | # - failing application cache quota tests |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 32 | # - Failing CSS Tests |
| 33 | # - Failing dom/xhtml tests |
| 34 | # - Failing editing/deleting tests |
| 35 | # - Failing editing/selection tests. |
| 36 | # - Failing editing/spelling tests |
| 37 | # - failing editing/style tests |
| 38 | # - failing undo tests |
| 39 | # - failing unsupported-content tests |
| 40 | # - failing fast tests |
| 41 | # - failing fonts tests |
| 42 | # - failing scrollbars tests |
| 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 |
| 48 | # - failing transitions tests |
| 49 | # - failing websocket tests |
| 50 | # - new tests without expected results |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 51 | # - Qt 4.7 related bugs |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 52 | # - new skipped tests yet to be sorted |
| 53 | |
| 54 | |
| 55 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 56 | # Permanently Skipped Tests. # |
| 57 | # =========================================================================== # |
| 58 | |
| 59 | # ----- tests that use Objective-C so can never be supported |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 60 | editing/pasteboard/paste-RTFD.html |
| 61 | editing/pasteboard/paste-TIFF.html |
| 62 | |
| 63 | # Skip mac API specific tests |
| 64 | fast/loader/stop-provisional-loads.html |
| 65 | |
| 66 | # =========================================================================== # |
| 67 | # No Support for Feature planned. # |
| 68 | # =========================================================================== # |
| 69 | # ----- webarchive format not supported |
| 70 | svg/custom/image-with-prefix-in-webarchive.svg |
| 71 | http/tests/webarchive |
| 72 | webarchive |
| 73 | svg/webarchive |
| 74 | |
adele@apple.com | b9d22b1 | 2010-07-09 01:01:14 +0000 | [diff] [blame] | 75 | # This test is for clients that choose to make the missing plugin indicator a button |
| 76 | plugins/clicking-missing-plugin-fires-delegate.html |
| 77 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 78 | # IndexedDB is not yet enabled. |
| 79 | storage/indexeddb |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 80 | |
| 81 | # ----- No User Scripts |
| 82 | userscripts |
bweinstein@apple.com | ba39193 | 2010-09-30 06:26:13 +0000 | [diff] [blame] | 83 | plugins/plugin-document-load-prevented-userscript.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 84 | |
| 85 | # ------ Doesn't support WOFF yet. |
| 86 | fast/css/font-face-woff.html |
| 87 | |
| 88 | # accessibility support |
| 89 | accessibility |
| 90 | |
| 91 | # Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support |
| 92 | transforms/3d |
| 93 | compositing |
| 94 | |
| 95 | fast/loader/subframe-navigate-during-main-frame-load.html |
| 96 | |
mitz@apple.com | b210765 | 2010-06-21 16:54:52 +0000 | [diff] [blame] | 97 | # Hyphenation is not implemented yet. |
| 98 | fast/text/hyphenate-character.html |
| 99 | fast/text/hyphens.html |
vestbo@webkit.org | 6fa1358 | 2009-09-29 14:25:21 +0000 | [diff] [blame] | 100 | |
commit-queue@webkit.org | 92c9cfa | 2010-08-23 09:49:29 +0000 | [diff] [blame] | 101 | # https://bugs.webkit.org/show_bug.cgi?id=43332 |
| 102 | inspector/dom-breakpoints.html |
| 103 | |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 104 | # =========================================================================== # |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 105 | # Failing HTTP tests. # |
| 106 | # =========================================================================== # |
| 107 | |
| 108 | # no expected results |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 109 | http/tests/misc/acid2-pixel.html |
| 110 | http/tests/misc/acid2.html |
| 111 | http/tests/misc/favicon-as-image.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 112 | |
| 113 | # drag n drop support on DRT has problems |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 114 | http/tests/misc/bubble-drag-events.html |
| 115 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 116 | # https://bugs.webkit.org/show_bug.cgi?id=34004 |
| 117 | # [Qt] http/tests/misc/slow-loading-mask.html timed out. |
| 118 | http/tests/misc/slow-loading-mask.html |
| 119 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 120 | # https://bugs.webkit.org/show_bug.cgi?id=35824 - Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy |
| 121 | http/tests/cookies/third-party-cookie-relaxing.html |
| 122 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 123 | # No authentication challenge handling |
| 124 | http/tests/loading/basic-credentials-sent-automatically.html |
| 125 | http/tests/loading/basic-auth-resend-wrong-credentials.html |
| 126 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 127 | # Skip failing http/tests/misc tests |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 128 | # - pixel differences only? |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 129 | http/tests/misc/acid3.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 130 | |
| 131 | # webkit.org/b/5499 - Page reload does not send any cache control headers. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 132 | http/tests/misc/refresh-headers.php |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 133 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 134 | # Skip failing http/tests/security tests |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 135 | # - rendertext differences |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 136 | http/tests/security/dataTransfer-set-data-file-url.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 137 | # - drag n' drop in DRT doesn't work well |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 138 | http/tests/security/drag-over-remote-content-iframe.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 139 | # - crashes |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 140 | http/tests/security/xss-DENIED-xsl-document.xml |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 141 | # fails with an unrelated whitespace difference - should create qt-specific results |
| 142 | http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html |
| 143 | # - FAIL: Subframe did not finish loading. |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 144 | http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 145 | # missing origin header |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 146 | http/tests/security/originHeader/origin-header-for-empty.html |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 147 | |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 148 | # Disabled HTTP subdirs for now, needs investigation. |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 149 | http/tests/media |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 150 | http/tests/wml |
kenneth@webkit.org | e365ada | 2009-10-01 18:14:24 +0000 | [diff] [blame] | 151 | |
commit-queue@webkit.org | 5c31424 | 2010-08-21 10:11:19 +0000 | [diff] [blame] | 152 | # https://bugs.webkit.org/show_bug.cgi?id=44282 |
| 153 | http/tests/incremental/slow-utf8-text.pl |
| 154 | |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 155 | # expected results need updating |
kenneth@webkit.org | 73e707b | 2009-10-01 20:44:42 +0000 | [diff] [blame] | 156 | http/tests/loading/simple-subframe.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 157 | |
| 158 | # - content sniffing - Binary data not loaded as text. |
kenneth@webkit.org | 73e707b | 2009-10-01 20:44:42 +0000 | [diff] [blame] | 159 | http/tests/loading/text-content-type-with-binary-extension.html |
kenneth@webkit.org | 7084264 | 2009-10-01 19:21:36 +0000 | [diff] [blame] | 160 | |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 161 | # drag n drop support again |
kenneth@webkit.org | 409426a | 2009-10-01 19:32:26 +0000 | [diff] [blame] | 162 | http/tests/local/drag-over-remote-content.html |
jianli@chromium.org | 7a064a5 | 2010-11-18 23:33:54 +0000 | [diff] [blame] | 163 | http/tests/local/fileapi |
inferno@chromium.org | bd204fe | 2010-11-24 04:44:44 +0000 | [diff] [blame] | 164 | http/tests/security/drag-drop-same-unique-origin.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 165 | |
| 166 | # CONSOLE MESSAGE: line 72: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function. |
kinuko@chromium.org | 2077a8a | 2010-06-23 03:55:57 +0000 | [diff] [blame] | 167 | http/tests/local/blob/send-hybrid-blob.html |
| 168 | http/tests/local/blob/send-sliced-data-blob.html |
jianli@chromium.org | c9415d5 | 2010-10-08 00:49:14 +0000 | [diff] [blame] | 169 | http/tests/local/formdata |
kenneth@webkit.org | 409426a | 2009-10-01 19:32:26 +0000 | [diff] [blame] | 170 | |
robert@webkit.org | ddd9ea5 | 2010-07-03 10:00:40 +0000 | [diff] [blame] | 171 | # --- Failing navigation tests |
| 172 | #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm |
| 173 | #CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown |
| 174 | http/tests/navigation/javascriptlink-goback.html |
| 175 | http/tests/navigation/metaredirect-goback.html |
| 176 | http/tests/navigation/timerredirect-goback.html |
| 177 | |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 178 | # time out |
tony@chromium.org | c2d88fd | 2010-06-24 03:25:54 +0000 | [diff] [blame] | 179 | http/tests/multipart/invalid-image-data.html |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 180 | http/tests/multipart/invalid-image-data-standalone.html |
laszlo.1.gombos@nokia.com | 72d01e3 | 2011-01-03 17:26:17 +0000 | [diff] [blame] | 181 | http/tests/misc/timer-vs-loading.html |
robert@webkit.org | 4d3bffd | 2010-07-04 13:38:30 +0000 | [diff] [blame] | 182 | |
| 183 | # drt prints additional output - looks harmless |
tony@chromium.org | c2d88fd | 2010-06-24 03:25:54 +0000 | [diff] [blame] | 184 | http/tests/multipart/policy-ignore-crash.php |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 185 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 186 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 187 | # Failing xmlhttprequest tests # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 188 | # =========================================================================== # |
hausmann@webkit.org | fc43c8d | 2009-07-17 14:44:11 +0000 | [diff] [blame] | 189 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 190 | # DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: |
| 191 | # https://bugs.webkit.org/show_bug.cgi?id=32961 |
| 192 | http/tests/xmlhttprequest/basic-auth-default.html |
| 193 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 194 | # Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests. |
| 195 | http/tests/xmlhttprequest/logout.html |
| 196 | http/tests/xmlhttprequest/methods-async.html |
| 197 | http/tests/xmlhttprequest/workers/shared-worker-methods.html |
lars | aa8a9ac1 | 2007-10-24 12:33:19 +0000 | [diff] [blame] | 198 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 199 | # Caused by the way Qt caches network connections using user@hostname as the key |
| 200 | # See https://bugs.webkit.org/show_bug.cgi?id=37084 and http://bugreports.qt.nokia.com/browse/QTBUG-9619 |
| 201 | http/tests/xmlhttprequest/re-login-async.html |
| 202 | http/tests/xmlhttprequest/re-login.html |
| 203 | |
| 204 | # DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail: |
| 205 | # https://bugs.webkit.org/show_bug.cgi?id=32961 |
| 206 | http/tests/xmlhttprequest/failed-auth.html |
| 207 | |
| 208 | # [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect) |
| 209 | # https://bugs.webkit.org/show_bug.cgi?id=35086 |
| 210 | fast/xmlhttprequest/xmlhttprequest-no-file-access.html |
| 211 | |
crogers@google.com | bacfad2 | 2010-11-23 22:43:30 +0000 | [diff] [blame] | 212 | # These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled. |
| 213 | fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html |
| 214 | fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html |
| 215 | fast/xmlhttprequest/xmlhttprequest-responsetype-document.html |
| 216 | fast/xmlhttprequest/xmlhttprequest-responsetype-text.html |
jianli@chromium.org | 2617dfe | 2010-11-30 03:20:30 +0000 | [diff] [blame] | 217 | http/tests/xmlhttprequest/send-array-buffer.html |
crogers@google.com | bacfad2 | 2010-11-23 22:43:30 +0000 | [diff] [blame] | 218 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 219 | # Missing DRT ability to set accept cookie policy |
| 220 | http/tests/xmlhttprequest/cross-origin-cookie-storage.html |
| 221 | |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 222 | # Still fail with Qt 4.7.1 |
| 223 | http/tests/xmlhttprequest/cache-override.html |
| 224 | http/tests/xmlhttprequest/cross-origin-authorization.html |
| 225 | http/tests/xmlhttprequest/cross-origin-no-authorization.html |
| 226 | http/tests/xmlhttprequest/methods-lower-case.html |
| 227 | http/tests/xmlhttprequest/methods.html |
| 228 | http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html |
| 229 | http/tests/xmlhttprequest/workers/methods-async.html |
| 230 | http/tests/xmlhttprequest/workers/methods.html |
| 231 | http/tests/xmlhttprequest/workers/shared-worker-methods-async.html |
| 232 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 233 | # =========================================================================== # |
| 234 | # Failing inserting tests. # |
| 235 | # =========================================================================== # |
| 236 | # ---- rendertree results OK but suspicious diffs. |
| 237 | editing/inserting/4960120-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 238 | editing/inserting/before-after-input-element.html |
| 239 | |
| 240 | # ---- rendertree results OK but diff in editing delegate msgs. |
| 241 | editing/inserting/insert-tab-003.html |
| 242 | editing/inserting/insert-text-with-newlines.html |
| 243 | # Missing textInputController.firstRectForCharacterRange() |
| 244 | editing/inserting/caret-position.html |
xji@chromium.org | 5fa610d | 2010-11-30 00:12:47 +0000 | [diff] [blame] | 245 | fast/dom/tab-in-right-alignment.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 246 | |
| 247 | # ---- to be reviewed |
| 248 | editing/inserting/4278698.html |
| 249 | editing/inserting/editable-html-element.html |
| 250 | editing/inserting/editing-empty-divs.html |
| 251 | editing/inserting/insert-div-023.html |
| 252 | editing/inserting/multiple-lines-selected.html |
| 253 | editing/inserting/typing-tab-designmode-forms.html |
| 254 | editing/inserting/typing-tab-designmode.html |
| 255 | editing/inserting/5803706-1.html |
| 256 | editing/inserting/5994480-2.html |
| 257 | editing/inserting/insert-bg-font.html |
| 258 | |
ariya@webkit.org | e2166ec | 2010-12-24 04:06:26 +0000 | [diff] [blame] | 259 | # http://bugreports.qt.nokia.com/browse/QTBUG-15566 |
| 260 | http/tests/xmlhttprequest/basic-auth-nouser.html |
| 261 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 262 | # =========================================================================== # |
| 263 | # Failing pasteboard tests. # |
| 264 | # =========================================================================== # |
| 265 | #------ Not selecting all of text. |
| 266 | #------ sel.modify("move", "forward", "word"); does not select the last character in the word |
| 267 | editing/pasteboard/4242293-1.html |
| 268 | editing/pasteboard/smart-paste-008.html |
| 269 | #------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar, |
| 270 | #------ that looks like a bug. |
| 271 | editing/pasteboard/interchange-newline-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 272 | # ----- Results appear correct but have suspicious rendertree differences. |
| 273 | editing/pasteboard/pasting-tabs.html |
| 274 | editing/pasteboard/nested-blocks-with-text-area.html |
| 275 | editing/pasteboard/nested-blocks-with-text-field.html |
| 276 | editing/pasteboard/input-field-1.html |
| 277 | editing/pasteboard/4806874.html |
| 278 | # ----- These are actually safe to unskip. x/y differences only. |
| 279 | editing/pasteboard/5387578.html |
| 280 | editing/pasteboard/bad-placeholder.html |
| 281 | # ----- Rendertree results OK but differences in message from editing delegate. |
| 282 | editing/pasteboard/4076267-2.html |
| 283 | editing/pasteboard/4076267.html |
| 284 | editing/pasteboard/block-wrappers-necessary.html |
| 285 | editing/pasteboard/paste-text-001.html |
| 286 | editing/pasteboard/paste-text-008.html |
| 287 | # ----- Rendertree results OK but differences in editing delegate message due to rendering. |
| 288 | # ----- This looks safe to unskip. |
| 289 | editing/pasteboard/paste-xml.xhtml |
| 290 | # ----- Rendertree results match but width of tabs field is suspicious. |
| 291 | editing/pasteboard/paste-text-at-tabspan-001.html |
| 292 | # ----- Drag and drop support. |
| 293 | editing/pasteboard/drag-image-in-about-blank-frame.html |
| 294 | editing/pasteboard/files-during-page-drags.html |
| 295 | editing/pasteboard/4861080.html |
| 296 | editing/pasteboard/4947130.html |
| 297 | editing/pasteboard/copy-standalone-image.html |
| 298 | editing/pasteboard/drag-drop-dead-frame.html |
| 299 | editing/pasteboard/drag-drop-input-textarea.html |
| 300 | editing/pasteboard/drag-drop-iframe-refresh-crash.html |
| 301 | editing/pasteboard/drag-drop-modifies-page.html |
| 302 | editing/pasteboard/drag-drop-url-text.html |
| 303 | editing/pasteboard/drag-image-to-contenteditable-in-iframe.html |
| 304 | editing/pasteboard/drag-selected-image-to-contenteditable.html |
| 305 | editing/pasteboard/drop-link.html |
| 306 | editing/pasteboard/drop-text-without-selection.html |
| 307 | editing/pasteboard/emacs-ctrl-a-k-y.html |
| 308 | editing/pasteboard/emacs-ctrl-k-y-001.html |
| 309 | editing/pasteboard/smart-drag-drop.html |
| 310 | editing/pasteboard/subframe-dragndrop-1.html |
| 311 | editing/pasteboard/get-data-text-plain-drop.html |
morrita@google.com | 68b6927 | 2010-08-16 08:22:11 +0000 | [diff] [blame] | 312 | editing/pasteboard/drop-text-events.html |
| 313 | editing/pasteboard/drop-text-events-sideeffect.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 314 | |
| 315 | # =========================================================================== # |
| 316 | # Failing plugins tests. # |
| 317 | # =========================================================================== # |
| 318 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 319 | # ---- https://bugs.webkit.org/show_bug.cgi?id=36721 |
| 320 | plugins/get-url-with-blank-target.html |
robert@webkit.org | 8b52a23 | 2010-06-13 13:29:34 +0000 | [diff] [blame] | 321 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 322 | # ---- plugins rendered in incorrect position |
| 323 | plugins/embed-attributes-style.html |
| 324 | # ---- depends on QuickTime support |
| 325 | plugins/embed-attributes-setting.html |
| 326 | fast/dom/object-embed-plugin-scripting.html |
commit-queue@webkit.org | 9282d30 | 2010-09-29 06:27:57 +0000 | [diff] [blame] | 327 | plugins/plugin-initiate-popup-window.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 328 | # ---- to be reviewed |
| 329 | http/tests/plugins/plugin-document-has-focus.html |
robert@webkit.org | 02b994e | 2011-01-02 22:11:43 +0000 | [diff] [blame] | 330 | # ---- Bug: Qt Style Widgets should render when plugins are disabled |
| 331 | plugins/application-plugin-plugins-disabled.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 332 | |
| 333 | # =========================================================================== # |
| 334 | # Failing execCommand tests. # |
| 335 | # =========================================================================== # |
| 336 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 337 | # -- passes |
| 338 | editing/execCommand/indent-paragraphs.html |
| 339 | |
| 340 | # ---- simple x/y diffs |
| 341 | editing/execCommand/4580583-1.html |
| 342 | editing/execCommand/nsresponder-indent.html |
| 343 | editing/execCommand/nsresponder-outdent.html |
| 344 | editing/execCommand/4641880-2.html |
| 345 | editing/execCommand/4747450.html |
| 346 | editing/execCommand/4786404-1.html |
| 347 | editing/execCommand/4786404-2.html |
| 348 | editing/execCommand/4916402.html |
| 349 | editing/execCommand/4916541.html |
| 350 | editing/execCommand/4924441.html |
| 351 | editing/execCommand/5049671.html |
| 352 | editing/execCommand/5062376.html |
| 353 | editing/execCommand/5080333-1.html |
| 354 | editing/execCommand/5080333-2.html |
| 355 | editing/execCommand/5136770.html |
| 356 | editing/execCommand/5138441.html |
| 357 | editing/execCommand/5142012-1.html |
| 358 | editing/execCommand/5190926.html |
| 359 | editing/execCommand/5481523.html |
| 360 | editing/execCommand/5569741.html |
| 361 | editing/execCommand/5573879.html |
| 362 | editing/execCommand/create-list-from-range-selection.html |
| 363 | editing/execCommand/findString-2.html |
| 364 | editing/execCommand/format-block-from-range-selection.html |
| 365 | editing/execCommand/format-block.html |
| 366 | editing/execCommand/format-block-with-braces.html |
| 367 | editing/execCommand/format-block-with-trailing-br.html |
| 368 | editing/execCommand/hilitecolor.html |
| 369 | editing/execCommand/indent-empty-root.html |
| 370 | editing/execCommand/indent-list-item.html |
| 371 | editing/execCommand/indent-selection.html |
| 372 | editing/execCommand/insertHorizontalRule.html |
| 373 | editing/execCommand/insertImage.html |
| 374 | editing/execCommand/insert-list-and-stitch.html |
| 375 | editing/execCommand/insert-list-empty-div.html |
| 376 | editing/execCommand/insert-list-with-id.html |
| 377 | editing/execCommand/outdent-blockquote-test1.html |
| 378 | editing/execCommand/outdent-blockquote-test2.html |
| 379 | editing/execCommand/outdent-blockquote-test3.html |
| 380 | editing/execCommand/outdent-blockquote-test4.html |
| 381 | editing/execCommand/outdent-selection.html |
| 382 | editing/execCommand/remove-list-from-range-selection.html |
| 383 | editing/execCommand/remove-list-item-1.html |
| 384 | editing/execCommand/4920488.html |
| 385 | editing/execCommand/4920742-1.html |
| 386 | editing/execCommand/create-list-with-hr.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 387 | |
| 388 | |
| 389 | # ---- fine, but not a simple diff |
| 390 | editing/execCommand/4580583-2.html |
| 391 | editing/execCommand/4641880-1.html |
| 392 | # ---- rendertree results OK but suspicious diffs. |
| 393 | editing/execCommand/print.html |
| 394 | editing/execCommand/selectAll.html |
| 395 | editing/execCommand/5142012-2.html |
| 396 | editing/execCommand/5482023.html |
| 397 | |
| 398 | # -- text selection is incorrect |
| 399 | editing/execCommand/findString.html |
| 400 | editing/execCommand/find-after-replace.html |
| 401 | editing/execCommand/paste-1.html |
| 402 | editing/execCommand/paste-2.html |
| 403 | |
| 404 | # =========================================================================== # |
| 405 | # Failing Sputnik tests # |
| 406 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 407 | fast/js/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 |
| 408 | fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html |
| 409 | fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html |
| 410 | fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html |
| 411 | fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html |
| 412 | fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html |
| 413 | fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html |
| 414 | fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.1.html |
| 415 | fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2.html |
| 416 | fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html |
| 417 | fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html |
| 418 | fast/js/sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html |
| 419 | fast/js/sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html |
| 420 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html |
| 421 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html |
| 422 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html |
| 423 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html |
| 424 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html |
| 425 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.3.html |
| 426 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1.html |
| 427 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2.html |
| 428 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html |
| 429 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html |
| 430 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html |
| 431 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html |
| 432 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html |
| 433 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html |
| 434 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html |
| 435 | fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html |
| 436 | |
| 437 | # Failing Sputnik tests on 32 bit |
| 438 | fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html |
| 439 | fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html |
| 440 | |
| 441 | # Failing Sputnik test on 64 bit |
ossy@webkit.org | f50b1b1 | 2010-07-19 14:50:18 +0000 | [diff] [blame] | 442 | fast/js/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] | 443 | |
| 444 | # Timed out Sputnik tests on ARM |
| 445 | fast/js/sputnik/Unicode/Unicode_218/S7.6_A3.1.html |
| 446 | fast/js/sputnik/Unicode/Unicode_218/S7.6_A3.2.html |
| 447 | fast/js/sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html |
| 448 | fast/js/sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html |
| 449 | |
| 450 | # =========================================================================== # |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 451 | # Fluctuating/flakey tests |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 452 | # =========================================================================== # |
ossy@webkit.org | 5c83558 | 2010-01-04 10:05:07 +0000 | [diff] [blame] | 453 | animations/3d/transform-origin-vs-functions.html |
hausmann@webkit.org | e66110c | 2009-09-22 13:16:17 +0000 | [diff] [blame] | 454 | animations/change-one-anim.html |
ossy@webkit.org | 2d266ea | 2009-12-08 00:59:30 +0000 | [diff] [blame] | 455 | fast/frames/sandboxed-iframe-plugins.html |
ossy@webkit.org | 94880d3 | 2009-12-10 07:29:40 +0000 | [diff] [blame] | 456 | fast/frames/sandboxed-iframe-scripting.html |
ossy@webkit.org | 3c47f42 | 2009-12-11 17:30:08 +0000 | [diff] [blame] | 457 | fast/frames/sandboxed-iframe-storage.html |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 458 | http/tests/cookies/simple-cookies-max-age.html |
ossy@webkit.org | ee20b07 | 2009-12-26 09:40:23 +0000 | [diff] [blame] | 459 | http/tests/cookies/simple-cookies-expired.html |
ossy@webkit.org | 0627c41 | 2009-10-26 12:32:10 +0000 | [diff] [blame] | 460 | http/tests/xmlhttprequest/workers/close.html |
ossy@webkit.org | 6b34fc0 | 2009-10-26 17:54:28 +0000 | [diff] [blame] | 461 | http/tests/xmlhttprequest/workers/shared-worker-close.html |
ossy@webkit.org | 3da4ced | 2010-02-16 23:55:05 +0000 | [diff] [blame] | 462 | |
ossy@webkit.org | ee20b07 | 2009-12-26 09:40:23 +0000 | [diff] [blame] | 463 | storage/database-lock-after-reload.html |
| 464 | storage/empty-statement.html |
| 465 | storage/execute-sql-args.html |
| 466 | storage/hash-change-with-xhr.html |
ossy@webkit.org | 576ee87 | 2009-10-26 17:10:26 +0000 | [diff] [blame] | 467 | transitions/change-values-during-transition.html |
vestbo@webkit.org | ce2d866 | 2009-09-03 16:09:54 +0000 | [diff] [blame] | 468 | |
abecsi@webkit.org | e8b53b5 | 2010-07-13 13:43:06 +0000 | [diff] [blame] | 469 | # http/tests/inspector/resource-har-conversion.html is failing on the release bot after r63191 |
| 470 | # webkit.org/b/42162 |
| 471 | http/tests/inspector/resource-har-conversion.html |
| 472 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 473 | # [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot |
| 474 | # Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html |
| 475 | # https://bugs.webkit.org/show_bug.cgi?id=37334 |
| 476 | |
ossy@webkit.org | f597f4d | 2010-02-04 10:50:57 +0000 | [diff] [blame] | 477 | # https://bugs.webkit.org/show_bug.cgi?id=34281 |
| 478 | fast/workers/shared-worker-frame-lifecycle.html |
| 479 | |
hausmann@webkit.org | fc43c8d | 2009-07-17 14:44:11 +0000 | [diff] [blame] | 480 | # ------- works on 64 bit but not on 32 bit |
| 481 | svg/custom/path-getTotalLength.svg |
| 482 | svg/custom/glyph-setting-d-attribute.svg |
hausmann@webkit.org | fc43c8d | 2009-07-17 14:44:11 +0000 | [diff] [blame] | 483 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 484 | # Tests that currently fail but perhaps used to work at some point. |
| 485 | fast/dom/open-and-close-by-DOM.html |
| 486 | fast/dom/Window/new-window-opener.html |
| 487 | fast/forms/001.html |
| 488 | fast/forms/focus2.html |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 489 | fast/forms/search-cancel-button-mouseup.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 490 | fast/frames/001.html |
| 491 | fast/text/monospace-width-cache.html |
| 492 | |
| 493 | # Tests that fail randomly. Is this style related? |
| 494 | fast/forms/listbox-width-change.html |
| 495 | fast/forms/plaintext-mode-2.html |
| 496 | fast/forms/menulist-width-change.html |
| 497 | |
ossy@webkit.org | dd8988f | 2010-11-22 14:37:28 +0000 | [diff] [blame] | 498 | # https://bugs.webkit.org/show_bug.cgi?id=49906 |
| 499 | fast/workers/storage/interrupt-database-sync.html |
| 500 | |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 501 | # [Qt] http/tests/websocket/tests/reload-crash.html fails intermittently with time out |
| 502 | # https://bugs.webkit.org/show_bug.cgi?id=50152 |
| 503 | http/tests/websocket/tests/reload-crash.html |
| 504 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 505 | # =========================================================================== # |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 506 | # failing media tests |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 507 | # =========================================================================== # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 508 | |
| 509 | # https://bugs.webkit.org/show_bug.cgi?id=38376 |
| 510 | media/media-document-audio-size.html |
| 511 | |
| 512 | media/invalid-media-url-crash.html |
| 513 | |
| 514 | # [Qt] media/media-can-play-ogg.html crashes intermittently on the bot |
| 515 | # https://bugs.webkit.org/show_bug.cgi?id=39481 |
| 516 | media/audio-only-video-intrinsic-size.html |
| 517 | |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 518 | media/adopt-node-crash.html |
| 519 | media/audio-constructor.html |
| 520 | media/audio-constructor-preload.html |
| 521 | media/audio-constructor-src.html |
| 522 | media/audio-controls-rendering.html |
| 523 | media/audio-data-url.html |
| 524 | media/audio-delete-while-slider-thumb-clicked.html |
| 525 | media/audio-delete-while-step-button-clicked.html |
| 526 | media/audio-mpeg-supported.html |
| 527 | media/audio-no-installed-engines.html |
| 528 | media/audio-play-event.html |
| 529 | media/before-load-member-access.html |
| 530 | media/broken-video.html |
eric.carlson@apple.com | 7c8489a | 2010-07-13 20:12:07 +0000 | [diff] [blame] | 531 | media/media-can-play-mpeg-audio.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 532 | media/constructors.html |
| 533 | media/controls-after-reload.html |
| 534 | media/controls-css-overload.html |
| 535 | media/controls-drag-timebar.html |
| 536 | media/controls-right-click-on-timebar.html |
| 537 | media/controls-strict.html |
| 538 | media/controls-styling.html |
| 539 | media/event-attributes.html |
| 540 | media/fallback.html |
| 541 | media/media-captions.html |
| 542 | media/media-constants.html |
| 543 | media/media-fullscreen-inline.html |
| 544 | media/media-fullscreen-not-in-document.html |
| 545 | media/media-load-event.html |
| 546 | media/media-startTime.html |
| 547 | media/remove-from-document.html |
| 548 | media/remove-from-document-no-load.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 549 | media/unsupported-rtsp.html |
| 550 | media/unsupported-tracks.html |
| 551 | media/video-append-source.html |
| 552 | media/video-aspect-ratio.html |
| 553 | media/video-autoplay.html |
| 554 | media/video-buffered.html |
| 555 | media/video-canvas.html-disabled |
| 556 | media/video-canvas-source.html |
andreas.kling@nokia.com | 6d0d3ff | 2010-10-29 23:44:29 +0000 | [diff] [blame] | 557 | media/video-canvas-alpha.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 558 | media/video-click-dblckick-standalone.html |
| 559 | media/video-controls.html |
| 560 | media/video-controls-rendering.html |
| 561 | media/video-controls-transformed.html |
| 562 | media/video-controls-visible-audio-only.html |
| 563 | media/video-controls-with-mutation-event-handler.html |
| 564 | media/video-controls-zoomed.html |
| 565 | media/video-currentTime.html |
| 566 | media/video-currentTime-set2.html |
| 567 | media/video-currentTime-set.html |
| 568 | media/video-display-aspect-ratio.html |
| 569 | media/video-display-none-crash.html |
| 570 | media/video-display-toggle.html |
| 571 | media/video-document-types.html |
| 572 | media/video-dom-autoplay.html |
| 573 | media/video-dom-preload.html |
| 574 | media/video-dom-src.html |
philn@webkit.org | 5fe0236 | 2010-05-03 15:18:31 +0000 | [diff] [blame] | 575 | media/video-duration-known-after-eos.html |
inferno@chromium.org | 5f2ea74 | 2010-12-30 08:29:04 +0000 | [diff] [blame] | 576 | media/video-element-other-namespace-crash.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 577 | media/video-empty-source.html |
| 578 | media/video-error-does-not-exist.html |
| 579 | media/video-layer-crash.html |
| 580 | media/video-load-networkState.html |
| 581 | media/video-load-readyState.html |
| 582 | media/video-loop.html |
| 583 | media/video-muted.html |
| 584 | media/video-no-audio.html |
| 585 | media/video-no-autoplay.html |
| 586 | media/video-pause-empty-events.html |
| 587 | media/video-pause-immediately.html |
| 588 | media/video-played-collapse.html |
| 589 | media/video-played-ranges-1.html |
| 590 | media/video-played-reset.html |
| 591 | media/video-play-empty-events.html |
| 592 | media/video-play-pause-events.html |
| 593 | media/video-play-pause-exception.html |
| 594 | media/video-poster.html |
| 595 | media/video-poster-scale.html |
| 596 | media/video-preload.html |
| 597 | media/video-replaces-poster.html |
| 598 | media/video-reverse-play-duration.html |
| 599 | media/video-seekable.html |
| 600 | media/video-seeking.html |
| 601 | media/video-seek-no-src-exception.html |
| 602 | media/video-seek-past-end-paused.html |
| 603 | media/video-seek-past-end-playing.html |
| 604 | media/video-size.html |
| 605 | media/video-size-intrinsic-scale.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 606 | media/video-source-error.html |
| 607 | media/video-source-error-no-candidate.html |
| 608 | media/video-source.html |
| 609 | media/video-source-media.html |
| 610 | media/video-source-none-supported.html |
| 611 | media/video-source-type.html |
| 612 | media/video-source-type-params.html |
| 613 | media/video-src-change.html |
jwieczorek@webkit.org | 35dfeff | 2010-03-22 18:40:58 +0000 | [diff] [blame] | 614 | media/video-src.html |
| 615 | media/video-src-invalid-remove.html |
| 616 | media/video-src-none.html |
| 617 | media/video-src-plus-source.html |
| 618 | media/video-src-remove.html |
| 619 | media/video-src-set.html |
| 620 | media/video-src-source.html |
| 621 | media/video-timeupdate-during-playback.html |
| 622 | media/video-timeupdate-reverse-play.html |
| 623 | media/video-transformed.html |
| 624 | media/video-volume.html |
| 625 | media/video-volume-slider.html |
| 626 | media/video-width-height.html |
| 627 | media/video-zoom-controls.html |
| 628 | media/video-zoom.html |
| 629 | |
vestbo@webkit.org | 27e2a15 | 2010-08-17 21:36:26 +0000 | [diff] [blame] | 630 | # Video size reported as 0,0 due to how size-hints are reported by QtMultimedia |
| 631 | media/video-poster-delayed.html |
| 632 | |
eric.carlson@apple.com | e28be34 | 2010-08-30 17:18:32 +0000 | [diff] [blame] | 633 | # Test specific to QuickTime media engine |
| 634 | media/video-does-not-loop.html |
| 635 | |
philn@webkit.org | 8212a4f | 2010-09-02 08:25:45 +0000 | [diff] [blame] | 636 | # https://bugs.webkit.org/show_bug.cgi?id=45093 |
| 637 | media/media-can-play-mpeg4-video.html |
| 638 | |
eric.carlson@apple.com | 501c3c9 | 2010-11-01 18:18:43 +0000 | [diff] [blame] | 639 | # https://bugs.webkit.org/show_bug.cgi?id=48617 |
| 640 | media/video-seek-by-small-increment.html |
| 641 | |
philn@webkit.org | 6b4764e | 2010-12-07 20:47:00 +0000 | [diff] [blame] | 642 | # requires video.buffered to be able to return multiple timeranges |
| 643 | http/tests/media/video-buffered.html |
| 644 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 645 | # ============================================================================= # |
| 646 | # Crashing tests due to re-enabled Phonon support in Buildbot's Qt # |
| 647 | # Skip these until a proper solution for the Phonon related crashes found. # |
| 648 | # ============================================================================= # |
ossy@webkit.org | a7b93ac | 2009-12-04 10:37:26 +0000 | [diff] [blame] | 649 | #reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/ |
| 650 | #crashed: fast/table/"random_test" |
| 651 | #crasher: |
| 652 | fast/runin/nonblock-runin.html |
| 653 | |
| 654 | #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 |
| 655 | #crashed: http/tests/security/local-video-src-from-remote.html |
| 656 | #crasher: |
| 657 | http/tests/security/local-video-source-from-remote.html |
| 658 | |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 659 | # ============================================================================= # |
| 660 | # Missing features in our DumpRenderTree implementation # |
| 661 | # ============================================================================= # |
| 662 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 663 | # DumpRenderTree code to enable Java is currently a no-op |
| 664 | java |
| 665 | |
| 666 | # Missing DRT ability to override 'standard' preferences. |
| 667 | fast/dom/Window/timer-resume-on-navigation-back.html |
| 668 | loader/go-back-to-different-window-size.html |
| 669 | |
aroben@apple.com | 9a72513 | 2010-11-30 15:25:59 +0000 | [diff] [blame] | 670 | # Missing layoutTestController.findString() http://webkit.org/b/50236 |
mitz@apple.com | b642f7c | 2010-11-30 07:25:39 +0000 | [diff] [blame] | 671 | editing/text-iterator/findString.html |
| 672 | |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 673 | # Missing layoutTestController.overridePreference() |
| 674 | fast/events/pageshow-pagehide-on-back-cached.html |
vestbo@webkit.org | 2dbb537 | 2009-09-04 15:53:17 +0000 | [diff] [blame] | 675 | fast/events/pageshow-pagehide-on-back-cached-with-frames.html |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 676 | |
eric@webkit.org | 3dd3a28 | 2009-09-27 19:12:49 +0000 | [diff] [blame] | 677 | # layoutTestController.waitForPolicyDelegate() does not report the origin node |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 678 | fast/encoding/mailto-always-utf-8.html |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 679 | |
ossy@webkit.org | dc9d733 | 2009-10-20 14:25:31 +0000 | [diff] [blame] | 680 | # Missing layoutTestController.setAlwaysAcceptCookies() |
ossy@webkit.org | 17aff38 | 2009-10-26 11:58:58 +0000 | [diff] [blame] | 681 | http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html |
ossy@webkit.org | dc9d733 | 2009-10-20 14:25:31 +0000 | [diff] [blame] | 682 | |
| 683 | # Missing layoutTestController.setUseDashboardCompatibilityMode() |
| 684 | http/tests/xmlhttprequest/default-content-type-dashboard.html |
| 685 | http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html |
ossy@webkit.org | 7071bbd | 2009-10-28 11:05:24 +0000 | [diff] [blame] | 686 | |
ossy@webkit.org | 4032abd | 2010-12-08 11:23:34 +0000 | [diff] [blame] | 687 | # Missing layoutTestController.testRepaint() |
| 688 | fast/repaint/table-writing-modes-h.html |
| 689 | fast/repaint/table-writing-modes-v.html |
ossy@webkit.org | c22c277 | 2010-12-20 09:23:58 +0000 | [diff] [blame] | 690 | fast/repaint/text-emphasis-h.html |
| 691 | fast/repaint/text-emphasis-v.html |
ossy@webkit.org | 4032abd | 2010-12-08 11:23:34 +0000 | [diff] [blame] | 692 | |
robert@webkit.org | 545cdb22 | 2010-06-26 10:52:25 +0000 | [diff] [blame] | 693 | # timeout |
commit-queue@webkit.org | 8c84f8f | 2010-10-14 21:05:38 +0000 | [diff] [blame] | 694 | http/tests/misc/redirect-to-external-url.html |
ossy@webkit.org | ee6ef91 | 2009-10-28 13:54:39 +0000 | [diff] [blame] | 695 | http/tests/security/feed-urls-from-remote.html |
ossy@webkit.org | 7071bbd | 2009-10-28 11:05:24 +0000 | [diff] [blame] | 696 | |
robert@webkit.org | d1b7044 | 2010-06-19 11:02:54 +0000 | [diff] [blame] | 697 | # This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient |
| 698 | http/tests/security/isolatedWorld/didClearWindowObject.html |
| 699 | # This needs more investigation |
| 700 | http/tests/security/isolatedWorld/world-reuse.html |
ossy@webkit.org | 420f04c | 2010-01-22 12:56:31 +0000 | [diff] [blame] | 701 | |
ossy@webkit.org | 244d2ac | 2010-01-28 07:18:57 +0000 | [diff] [blame] | 702 | # Missing eventSender.beginDragWithFiles() |
| 703 | fast/dom/Window/window-postmessage-clone-frames.html |
jianli@chromium.org | f49a9b1 | 2010-09-24 18:03:19 +0000 | [diff] [blame] | 704 | |
| 705 | # File API is not supported yet |
| 706 | fast/files |
ossy@webkit.org | b723ad9 | 2010-02-24 07:40:46 +0000 | [diff] [blame] | 707 | |
ossy@webkit.org | 8f13c1e | 2010-03-10 00:49:46 +0000 | [diff] [blame] | 708 | # Missing layoutTestController.setAlwaysAcceptCookies() |
| 709 | http/tests/plugins/third-party-cookie-accept-policy.html |
ossy@webkit.org | bc03e03 | 2010-03-11 10:25:51 +0000 | [diff] [blame] | 710 | |
ossy@webkit.org | 2df68bd | 2010-04-19 16:41:05 +0000 | [diff] [blame] | 711 | # Missing layoutTestController.dumpWillCacheResponse |
| 712 | http/tests/misc/willCacheResponse-delegate-callback.html |
vestbo@webkit.org | afc5012 | 2009-09-04 15:34:44 +0000 | [diff] [blame] | 713 | |
ossy@webkit.org | fd8bb22 | 2010-12-15 08:10:13 +0000 | [diff] [blame] | 714 | # Missing layoutTestController.setHandlesAuthenticationChallenges() |
| 715 | http/tests/misc/authentication-sent-to-redirect.html |
| 716 | |
eric@webkit.org | e1c381b | 2009-05-20 07:32:26 +0000 | [diff] [blame] | 717 | # ------- missing eventSender.beginDragWithFiles |
rolandsteiner@chromium.org | c8cdfb9 | 2010-03-10 06:23:17 +0000 | [diff] [blame] | 718 | editing/pasteboard/dataTransfer-setData-getData.html |
eric@webkit.org | ccf61be | 2010-06-10 14:31:34 +0000 | [diff] [blame] | 719 | editing/pasteboard/file-drag-to-editable.html |
eric@webkit.org | e1c381b | 2009-05-20 07:32:26 +0000 | [diff] [blame] | 720 | editing/pasteboard/file-input-files-access.html |
ossy@webkit.org | 1fd3cff | 2009-11-30 09:41:02 +0000 | [diff] [blame] | 721 | fast/dom/Window/window-postmessage-clone.html |
eric@webkit.org | e4364c8 | 2009-06-24 08:56:20 +0000 | [diff] [blame] | 722 | fast/events/drag-to-navigate.html |
| 723 | fast/events/prevent-drag-to-navigate.html |
abarth@webkit.org | ba2185d | 2009-07-17 04:36:24 +0000 | [diff] [blame] | 724 | fast/forms/get-file-upload.html |
tkent@chromium.org | d69358a | 2009-11-12 06:43:52 +0000 | [diff] [blame] | 725 | fast/forms/input-file-re-render.html |
zoltan@webkit.org | f33d8ce | 2009-09-22 12:06:56 +0000 | [diff] [blame] | 726 | fast/events/drag-file-crash.html |
ossy@webkit.org | ee6ef91 | 2009-10-28 13:54:39 +0000 | [diff] [blame] | 727 | http/tests/security/clipboard/clipboard-file-access.html |
hausmann@webkit.org | fc43c8d | 2009-07-17 14:44:11 +0000 | [diff] [blame] | 728 | |
eric@webkit.org | 0c270c6 | 2009-12-21 18:58:24 +0000 | [diff] [blame] | 729 | # Missing drag & drop functionality in DRT |
ossy@webkit.org | bbe2af0 | 2010-02-04 23:50:05 +0000 | [diff] [blame] | 730 | editing/pasteboard/drop-inputtext-acquires-style.html |
ossy@webkit.org | 9d07606 | 2010-02-27 17:47:54 +0000 | [diff] [blame] | 731 | fast/css/user-drag-none.html |
eric@webkit.org | 0c270c6 | 2009-12-21 18:58:24 +0000 | [diff] [blame] | 732 | fast/images/drag-svg-as-image.html |
eric@webkit.org | 2665745 | 2010-01-07 03:37:50 +0000 | [diff] [blame] | 733 | fast/forms/slider-delete-while-dragging-thumb.html |
eric@webkit.org | 0c270c6 | 2009-12-21 18:58:24 +0000 | [diff] [blame] | 734 | |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 735 | # ------- missing drag-and-drop support |
dbates@webkit.org | 24aab21 | 2009-11-11 19:04:59 +0000 | [diff] [blame] | 736 | # See bug https://bugs.webkit.org/show_bug.cgi?id=31332 |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 737 | fast/events/drag-parent-node.html |
| 738 | fast/events/drag-and-drop.html |
| 739 | fast/events/drag-and-drop-dataTransfer-types-nocrash.html |
dbates@webkit.org | 24aab21 | 2009-11-11 19:04:59 +0000 | [diff] [blame] | 740 | fast/events/drag-and-drop-fire-drag-dragover.html |
tony@chromium.org | faabdef | 2010-04-12 02:47:13 +0000 | [diff] [blame] | 741 | fast/events/ondrop-text-html.html |
ossy@webkit.org | 4756ae4 | 2009-12-16 14:21:58 +0000 | [diff] [blame] | 742 | # caused by: http://trac.webkit.org/changeset/52192 |
| 743 | http/tests/misc/drag-over-iframe-invalid-source-crash.html |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 744 | |
ossy@webkit.org | b9765c1 | 2009-10-19 14:42:56 +0000 | [diff] [blame] | 745 | # ------- broken ICO file decoding |
| 746 | fast/images/favicon-as-image.html |
| 747 | fast/images/icon-0colors.html |
| 748 | fast/images/icon-decoding.html |
| 749 | |
ossy@webkit.org | 5de9958 | 2009-11-09 11:08:58 +0000 | [diff] [blame] | 750 | # ------- missing ruby annotation support for japanese fonts |
rolandsteiner@chromium.org | 131f358 | 2010-10-13 07:25:57 +0000 | [diff] [blame] | 751 | fast/ruby/ruby-beforeafter.html |
ossy@webkit.org | 5de9958 | 2009-11-09 11:08:58 +0000 | [diff] [blame] | 752 | fast/ruby/ruby-empty-rt.html |
| 753 | fast/ruby/ruby-length.html |
| 754 | fast/ruby/ruby-run-break.html |
| 755 | fast/ruby/ruby-runs-spans.html |
| 756 | fast/ruby/ruby-runs.html |
| 757 | fast/ruby/ruby-simple-rp.html |
| 758 | fast/ruby/ruby-simple.html |
| 759 | fast/ruby/ruby-trailing.html |
| 760 | fast/ruby/rubyDOM-insert-rt.html |
| 761 | fast/ruby/rubyDOM-insert-text1.html |
| 762 | fast/ruby/rubyDOM-insert-text2.html |
| 763 | fast/ruby/rubyDOM-insert-text3.html |
| 764 | fast/ruby/rubyDOM-remove-rt1.html |
| 765 | fast/ruby/rubyDOM-remove-rt2.html |
| 766 | fast/ruby/rubyDOM-remove-text1.html |
| 767 | fast/ruby/rubyDOM-remove-text2.html |
| 768 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 769 | # ============================================================================= # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 770 | # Failing SVG tests |
| 771 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 772 | |
| 773 | svg/batik/filters/feTile.svg |
| 774 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 775 | svg/custom/svg-fonts-in-text-controls.html |
| 776 | svg/custom/text-dom-removal.svg |
| 777 | svg/custom/use-clipped-transform.svg |
| 778 | svg/dom/length-list-parser.html |
| 779 | svg/css/group-with-shadow.svg |
| 780 | svg/filters/big-sized-filter-2.svg |
| 781 | svg/filters/big-sized-filter.svg |
| 782 | svg/filters/feDisplacementMap.svg |
| 783 | svg/filters/filterRes.svg |
| 784 | svg/css/composite-shadow-example.html |
| 785 | svg/css/composite-shadow-with-opacity.html |
| 786 | # Missing variables: |
| 787 | # SVGAltGlyphElement, SVGAnimateElement, SVGAnimateColorElement, SVGAnimateTransformElement |
| 788 | # SVGFontElement, SVGGlyphElement, SVGMissingGlyphElement, SVGFontFaceElement, SVGFontFaceSrcElement |
| 789 | # SVGFontFaceUriElement, SVGFontFaceFormatElement, SVGFontFaceNameElement, SVGForeignObjectElement |
| 790 | # https://bugs.webkit.org/show_bug.cgi?id=32941 |
| 791 | svg/custom/global-constructors.html |
| 792 | # new test without expected file introduced by http://trac.webkit.org/changeset/51496 |
| 793 | svg/custom/mask-with-all-units.svg |
lars | fe7751b | 2007-10-05 08:57:06 +0000 | [diff] [blame] | 794 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 795 | # [Qt] lacks clipToImageBuffer() |
| 796 | # https://bugs.webkit.org/show_bug.cgi?id=24289 |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 797 | # Has http://trac.webkit.org/changeset/59668 fixed? |
| 798 | # There are no expected results |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 799 | svg/clip-path |
| 800 | svg/custom/clip-path-child-changes.svg |
| 801 | svg/custom/clip-path-href-changes.svg |
| 802 | svg/custom/clip-path-units-changes.svg |
| 803 | svg/custom/clip-path-with-transform.svg |
| 804 | svg/custom/recursive-clippath.svg |
| 805 | svg/custom/marker-overflow-clip.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 806 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 807 | # --- to be reviewed |
| 808 | svg/batik/filters/filterRegions.svg |
| 809 | svg/batik/masking/maskRegions.svg |
| 810 | svg/batik/paints/gradientLimit.svg |
| 811 | svg/batik/paints/patternPreserveAspectRatioA.svg |
| 812 | svg/batik/paints/patternRegionA.svg |
| 813 | svg/batik/paints/patternRegions.svg |
| 814 | svg/batik/text/longTextOnPath.svg |
| 815 | svg/batik/text/smallFonts.svg |
| 816 | svg/batik/text/textAnchor2.svg |
| 817 | svg/batik/text/textAnchor3.svg |
| 818 | svg/batik/text/textAnchor.svg |
| 819 | svg/batik/text/textDecoration2.svg |
| 820 | svg/batik/text/textEffect2.svg |
| 821 | svg/batik/text/textEffect3.svg |
| 822 | svg/batik/text/textEffect.svg |
| 823 | svg/batik/text/textFeatures.svg |
| 824 | svg/batik/text/textGlyphOrientationHorizontal.svg |
| 825 | svg/batik/text/textLayout2.svg |
| 826 | svg/batik/text/textLayout.svg |
| 827 | svg/batik/text/textLength.svg |
| 828 | svg/batik/text/textOnPath2.svg |
| 829 | svg/batik/text/textOnPath3.svg |
| 830 | svg/batik/text/textOnPathSpaces.svg |
| 831 | svg/batik/text/textOnPath.svg |
| 832 | svg/batik/text/textPCDATA.svg |
| 833 | svg/batik/text/textPosition2.svg |
| 834 | svg/batik/text/textPosition.svg |
| 835 | svg/batik/text/textProperties2.svg |
| 836 | svg/batik/text/textProperties.svg |
| 837 | svg/batik/text/textStyles.svg |
| 838 | svg/batik/text/verticalTextOnPath.svg |
| 839 | svg/batik/text/verticalText.svg |
| 840 | svg/batik/text/xmlSpace.svg |
| 841 | svg/css/css-box-min-width.html |
| 842 | svg/custom/absolute-sized-svg-in-xhtml.xhtml |
| 843 | svg/custom/alignment-baseline-modes.svg |
| 844 | svg/custom/altglyph.svg |
| 845 | svg/custom/animate-path-discrete.svg |
| 846 | svg/custom/animate-path-morphing.svg |
| 847 | svg/custom/circle-move-invalidation.svg |
| 848 | svg/custom/class-baseValue.svg |
| 849 | svg/custom/clip-path-referencing-use2.svg |
| 850 | svg/custom/clip-path-referencing-use.svg |
| 851 | svg/custom/container-opacity-clip-viewBox.svg |
| 852 | svg/custom/dominant-baseline-hanging.svg |
| 853 | svg/custom/dominant-baseline-modes.svg |
| 854 | svg/custom/empty-clip-path.svg |
| 855 | svg/custom/fill-fallback.svg |
| 856 | svg/custom/fill-SVGPaint-interface.svg |
| 857 | svg/custom/focus-ring.svg |
| 858 | svg/custom/font-face-cascade-order.svg |
| 859 | svg/custom/font-face-simple.svg |
| 860 | svg/custom/foreignObject-crash-on-hover.xml |
| 861 | svg/custom/getPresentationAttribute.svg |
| 862 | svg/custom/glyph-selection-lang-attribute.svg |
| 863 | svg/custom/gradient-rotated-bbox.svg |
| 864 | svg/custom/group-opacity.svg |
| 865 | svg/custom/hit-test-path.svg |
| 866 | svg/custom/hit-test-unclosed-subpaths.svg |
| 867 | svg/custom/hit-test-with-br.xhtml |
| 868 | svg/custom/image-parent-translation.xhtml |
| 869 | svg/custom/image-small-width-height.svg |
| 870 | svg/custom/image-with-aspect-ratio-stretch.svg |
| 871 | svg/custom/inline-svg-in-xhtml.xml |
| 872 | svg/custom/invalid-lengthlist.svg |
| 873 | svg/custom/js-update-image.svg |
| 874 | svg/custom/js-update-transform-addition.svg |
| 875 | svg/custom/js-update-transform-changes.svg |
| 876 | svg/custom/linking-a-03-b-all.svg |
| 877 | svg/custom/linking-a-03-b-preserveAspectRatio.svg |
| 878 | svg/custom/linking-a-03-b-transform.svg |
| 879 | svg/custom/linking-a-03-b-viewBox.svg |
| 880 | svg/custom/linking-a-03-b-viewBox-transform.svg |
| 881 | svg/custom/linking-a-03-b-viewTarget.svg |
| 882 | svg/custom/linking-a-03-b-zoomAndPan.svg |
| 883 | svg/custom/no-inherited-dashed-stroke.xhtml |
| 884 | svg/custom/pattern-rotate.svg |
| 885 | svg/custom/pattern-with-transformation.svg |
| 886 | svg/custom/percentage-of-html-parent.xhtml |
| 887 | svg/custom/repaint-on-image-bounds-change.svg |
| 888 | svg/custom/resource-client-removal.svg |
| 889 | svg/custom/root-container-opacity-clip-viewBox.svg |
| 890 | svg/custom/scroll-hit-test.xhtml |
| 891 | svg/custom/shape-rendering.svg |
| 892 | svg/custom/stroked-pattern.svg |
| 893 | svg/custom/stroke-fallback.svg |
| 894 | svg/custom/style-attribute-font-size.svg |
| 895 | svg/custom/svg-fonts-in-html.html |
| 896 | svg/custom/SVGMatrix-interface.svg |
| 897 | svg/custom/text-decoration-visibility.svg |
| 898 | svg/custom/text-dom-01-f.svg |
| 899 | svg/custom/text-letter-spacing.svg |
| 900 | svg/custom/text-linking.svg |
| 901 | svg/custom/text-x-dx-lists.svg |
| 902 | svg/custom/text-x-override-in-tspan-child.svg |
| 903 | svg/custom/text-xy-updates.svg |
| 904 | svg/custom/transform-removeAttributeNS.svg |
| 905 | svg/custom/use-css-no-effect-on-shadow-tree.svg |
| 906 | svg/custom/use-detach.svg |
| 907 | svg/custom/use-dynamic-append.svg |
| 908 | svg/custom/use-on-disallowed-foreign-object-1.svg |
| 909 | svg/custom/use-on-disallowed-foreign-object-2.svg |
| 910 | svg/custom/use-on-disallowed-foreign-object-3.svg |
| 911 | svg/custom/use-on-disallowed-foreign-object-4.svg |
| 912 | svg/custom/use-on-disallowed-foreign-object-5.svg |
| 913 | svg/custom/use-on-disallowed-foreign-object-6.svg |
| 914 | svg/custom/use-on-g-containing-foreignObject-and-image.svg |
| 915 | svg/custom/use-on-g-containing-symbol.svg |
| 916 | svg/custom/use-on-non-svg-namespaced-element.svg |
| 917 | svg/custom/use-setAttribute-crash.svg |
| 918 | svg/hixie/dynamic/005.xml |
| 919 | svg/hixie/error/004.xml |
| 920 | svg/hixie/error/005.xml |
| 921 | svg/hixie/error/013.xml |
| 922 | svg/hixie/processing-model/003.xml |
| 923 | svg/hixie/processing-model/004.xml |
| 924 | svg/text/foreignObject-repaint.xml |
| 925 | svg/text/kerning.svg |
| 926 | svg/text/multichar-glyph.svg |
| 927 | svg/text/text-align-01-b.svg |
| 928 | svg/text/text-align-02-b.svg |
| 929 | svg/text/text-align-03-b.svg |
| 930 | svg/text/text-align-04-b.svg |
| 931 | svg/text/text-align-05-b.svg |
| 932 | svg/text/text-align-06-b.svg |
| 933 | svg/text/text-altglyph-01-b.svg |
| 934 | svg/text/text-deco-01-b.svg |
| 935 | svg/text/text-fonts-01-t.svg |
| 936 | svg/text/text-fonts-02-t.svg |
| 937 | svg/text/text-gradient-positioning.svg |
| 938 | svg/text/text-intro-05-t.svg |
| 939 | svg/text/text-path-01-b.svg |
| 940 | svg/text/textPathBoundsBug.svg |
| 941 | svg/text/text-repaint-rects.xhtml |
| 942 | svg/text/text-spacing-01-b.svg |
| 943 | svg/text/text-text-01-b.svg |
| 944 | svg/text/text-text-03-b.svg |
| 945 | svg/text/text-text-04-t.svg |
| 946 | svg/text/text-text-05-t.svg |
| 947 | svg/text/text-text-06-t.svg |
| 948 | svg/text/text-text-07-t.svg |
| 949 | svg/text/text-text-08-b.svg |
| 950 | svg/text/text-tref-01-b.svg |
| 951 | svg/text/text-tselect-01-b.svg |
| 952 | svg/text/text-tselect-02-f.svg |
| 953 | svg/text/text-tspan-01-b.svg |
| 954 | svg/text/text-ws-01-t.svg |
| 955 | svg/text/text-ws-02-t.svg |
| 956 | svg/transforms/animated-path-inside-transformed-html.xhtml |
| 957 | svg/transforms/text-with-pattern-inside-transformed-html.xhtml |
| 958 | svg/transforms/text-with-pattern-with-svg-transform.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 959 | svg/W3C-SVG-1.1/animate-elem-02-t.svg |
| 960 | svg/W3C-SVG-1.1/animate-elem-03-t.svg |
| 961 | svg/W3C-SVG-1.1/animate-elem-04-t.svg |
| 962 | svg/W3C-SVG-1.1/animate-elem-05-t.svg |
| 963 | svg/W3C-SVG-1.1/animate-elem-06-t.svg |
| 964 | svg/W3C-SVG-1.1/animate-elem-07-t.svg |
| 965 | svg/W3C-SVG-1.1/animate-elem-08-t.svg |
| 966 | svg/W3C-SVG-1.1/animate-elem-09-t.svg |
| 967 | svg/W3C-SVG-1.1/animate-elem-10-t.svg |
| 968 | svg/W3C-SVG-1.1/animate-elem-11-t.svg |
| 969 | svg/W3C-SVG-1.1/animate-elem-12-t.svg |
| 970 | svg/W3C-SVG-1.1/animate-elem-13-t.svg |
| 971 | svg/W3C-SVG-1.1/animate-elem-14-t.svg |
| 972 | svg/W3C-SVG-1.1/animate-elem-15-t.svg |
| 973 | svg/W3C-SVG-1.1/animate-elem-16-t.svg |
| 974 | svg/W3C-SVG-1.1/animate-elem-17-t.svg |
| 975 | svg/W3C-SVG-1.1/animate-elem-18-t.svg |
| 976 | svg/W3C-SVG-1.1/animate-elem-19-t.svg |
| 977 | svg/W3C-SVG-1.1/animate-elem-20-t.svg |
| 978 | svg/W3C-SVG-1.1/animate-elem-21-t.svg |
| 979 | svg/W3C-SVG-1.1/animate-elem-22-b.svg |
| 980 | svg/W3C-SVG-1.1/animate-elem-23-t.svg |
| 981 | svg/W3C-SVG-1.1/animate-elem-24-t.svg |
| 982 | svg/W3C-SVG-1.1/animate-elem-25-t.svg |
| 983 | svg/W3C-SVG-1.1/animate-elem-26-t.svg |
| 984 | svg/W3C-SVG-1.1/animate-elem-27-t.svg |
| 985 | svg/W3C-SVG-1.1/animate-elem-28-t.svg |
| 986 | svg/W3C-SVG-1.1/animate-elem-29-b.svg |
| 987 | svg/W3C-SVG-1.1/animate-elem-30-t.svg |
| 988 | svg/W3C-SVG-1.1/animate-elem-31-t.svg |
| 989 | svg/W3C-SVG-1.1/animate-elem-32-t.svg |
| 990 | svg/W3C-SVG-1.1/animate-elem-33-t.svg |
| 991 | svg/W3C-SVG-1.1/animate-elem-34-t.svg |
| 992 | svg/W3C-SVG-1.1/animate-elem-36-t.svg |
| 993 | svg/W3C-SVG-1.1/animate-elem-37-t.svg |
| 994 | svg/W3C-SVG-1.1/animate-elem-39-t.svg |
| 995 | svg/W3C-SVG-1.1/animate-elem-40-t.svg |
| 996 | svg/W3C-SVG-1.1/animate-elem-41-t.svg |
| 997 | svg/W3C-SVG-1.1/animate-elem-44-t.svg |
| 998 | svg/W3C-SVG-1.1/animate-elem-46-t.svg |
| 999 | svg/W3C-SVG-1.1/animate-elem-52-t.svg |
| 1000 | svg/W3C-SVG-1.1/animate-elem-60-t.svg |
| 1001 | svg/W3C-SVG-1.1/animate-elem-61-t.svg |
| 1002 | svg/W3C-SVG-1.1/animate-elem-62-t.svg |
| 1003 | svg/W3C-SVG-1.1/animate-elem-63-t.svg |
| 1004 | svg/W3C-SVG-1.1/animate-elem-64-t.svg |
| 1005 | svg/W3C-SVG-1.1/animate-elem-65-t.svg |
| 1006 | svg/W3C-SVG-1.1/animate-elem-66-t.svg |
| 1007 | svg/W3C-SVG-1.1/animate-elem-67-t.svg |
| 1008 | svg/W3C-SVG-1.1/animate-elem-68-t.svg |
| 1009 | svg/W3C-SVG-1.1/animate-elem-69-t.svg |
| 1010 | svg/W3C-SVG-1.1/animate-elem-70-t.svg |
| 1011 | svg/W3C-SVG-1.1/animate-elem-77-t.svg |
| 1012 | svg/W3C-SVG-1.1/animate-elem-78-t.svg |
| 1013 | svg/W3C-SVG-1.1/animate-elem-80-t.svg |
| 1014 | svg/W3C-SVG-1.1/animate-elem-81-t.svg |
| 1015 | svg/W3C-SVG-1.1/animate-elem-82-t.svg |
| 1016 | svg/W3C-SVG-1.1/animate-elem-83-t.svg |
| 1017 | svg/W3C-SVG-1.1/animate-elem-84-t.svg |
| 1018 | svg/W3C-SVG-1.1/animate-elem-85-t.svg |
| 1019 | svg/W3C-SVG-1.1/color-prof-01-f.svg |
| 1020 | svg/W3C-SVG-1.1/color-prop-01-b.svg |
| 1021 | svg/W3C-SVG-1.1/color-prop-02-f.svg |
| 1022 | svg/W3C-SVG-1.1/color-prop-03-t.svg |
| 1023 | svg/W3C-SVG-1.1/coords-coord-01-t.svg |
| 1024 | svg/W3C-SVG-1.1/coords-coord-02-t.svg |
| 1025 | svg/W3C-SVG-1.1/coords-trans-01-b.svg |
| 1026 | svg/W3C-SVG-1.1/coords-trans-02-t.svg |
| 1027 | svg/W3C-SVG-1.1/coords-trans-03-t.svg |
| 1028 | svg/W3C-SVG-1.1/coords-trans-04-t.svg |
| 1029 | svg/W3C-SVG-1.1/coords-trans-05-t.svg |
| 1030 | svg/W3C-SVG-1.1/coords-trans-06-t.svg |
| 1031 | svg/W3C-SVG-1.1/coords-units-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1032 | svg/W3C-SVG-1.1/coords-units-02-b.svg |
| 1033 | svg/W3C-SVG-1.1/coords-units-03-b.svg |
| 1034 | svg/W3C-SVG-1.1/coords-viewattr-01-b.svg |
| 1035 | svg/W3C-SVG-1.1/coords-viewattr-02-b.svg |
| 1036 | svg/W3C-SVG-1.1/coords-viewattr-03-b.svg |
| 1037 | svg/W3C-SVG-1.1/extend-namespace-01-f.svg |
| 1038 | svg/W3C-SVG-1.1/filters-blend-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1039 | svg/W3C-SVG-1.1/filters-color-01-b.svg |
| 1040 | svg/W3C-SVG-1.1/filters-composite-02-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1041 | svg/W3C-SVG-1.1/filters-comptran-01-b.svg |
| 1042 | svg/W3C-SVG-1.1/filters-conv-01-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1043 | svg/W3C-SVG-1.1/filters-diffuse-01-f.svg |
| 1044 | svg/W3C-SVG-1.1/filters-displace-01-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1045 | svg/W3C-SVG-1.1/filters-example-01-b.svg |
| 1046 | svg/W3C-SVG-1.1/filters-felem-01-b.svg |
| 1047 | svg/W3C-SVG-1.1/filters-gauss-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1048 | svg/W3C-SVG-1.1/filters-image-01-b.svg |
| 1049 | svg/W3C-SVG-1.1/filters-light-01-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1050 | svg/W3C-SVG-1.1/filters-morph-01-f.svg |
| 1051 | svg/W3C-SVG-1.1/filters-offset-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1052 | svg/W3C-SVG-1.1/filters-specular-01-f.svg |
| 1053 | svg/W3C-SVG-1.1/filters-tile-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1054 | svg/W3C-SVG-1.1/filters-turb-01-f.svg |
| 1055 | svg/W3C-SVG-1.1/fonts-desc-02-t.svg |
| 1056 | svg/W3C-SVG-1.1/fonts-elem-01-t.svg |
| 1057 | svg/W3C-SVG-1.1/fonts-elem-02-t.svg |
| 1058 | svg/W3C-SVG-1.1/fonts-elem-03-b.svg |
| 1059 | svg/W3C-SVG-1.1/fonts-elem-04-b.svg |
| 1060 | svg/W3C-SVG-1.1/fonts-elem-05-t.svg |
| 1061 | svg/W3C-SVG-1.1/fonts-elem-06-t.svg |
| 1062 | svg/W3C-SVG-1.1/fonts-elem-07-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1063 | svg/W3C-SVG-1.1/fonts-glyph-03-t.svg |
| 1064 | svg/W3C-SVG-1.1/fonts-glyph-04-t.svg |
| 1065 | svg/W3C-SVG-1.1/fonts-kern-01-t.svg |
| 1066 | svg/W3C-SVG-1.1/interact-cursor-01-f.svg |
| 1067 | svg/W3C-SVG-1.1/interact-dom-01-b.svg |
| 1068 | svg/W3C-SVG-1.1/interact-events-01-b.svg |
| 1069 | svg/W3C-SVG-1.1/interact-order-01-b.svg |
| 1070 | svg/W3C-SVG-1.1/interact-order-02-b.svg |
| 1071 | svg/W3C-SVG-1.1/interact-order-03-b.svg |
| 1072 | svg/W3C-SVG-1.1/interact-zoom-01-t.svg |
| 1073 | svg/W3C-SVG-1.1/linking-a-01-b.svg |
| 1074 | svg/W3C-SVG-1.1/linking-a-02-b.svg |
| 1075 | svg/W3C-SVG-1.1/linking-a-03-b.svg |
| 1076 | svg/W3C-SVG-1.1/linking-a-04-t.svg |
| 1077 | svg/W3C-SVG-1.1/linking-a-05-t.svg |
| 1078 | svg/W3C-SVG-1.1/linking-a-07-t.svg |
| 1079 | svg/W3C-SVG-1.1/linking-uri-01-b.svg |
| 1080 | svg/W3C-SVG-1.1/linking-uri-02-b.svg |
| 1081 | svg/W3C-SVG-1.1/linking-uri-03-t.svg |
| 1082 | svg/W3C-SVG-1.1/masking-intro-01-f.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1083 | svg/W3C-SVG-1.1/masking-mask-01-b.svg |
| 1084 | svg/W3C-SVG-1.1/masking-opacity-01-b.svg |
| 1085 | svg/W3C-SVG-1.1/masking-path-01-b.svg |
| 1086 | svg/W3C-SVG-1.1/masking-path-02-b.svg |
| 1087 | svg/W3C-SVG-1.1/masking-path-03-b.svg |
| 1088 | svg/W3C-SVG-1.1/masking-path-04-b.svg |
| 1089 | svg/W3C-SVG-1.1/masking-path-05-f.svg |
| 1090 | svg/W3C-SVG-1.1/metadata-example-01-b.svg |
| 1091 | svg/W3C-SVG-1.1/painting-fill-01-t.svg |
| 1092 | svg/W3C-SVG-1.1/painting-fill-02-t.svg |
| 1093 | svg/W3C-SVG-1.1/painting-fill-03-t.svg |
| 1094 | svg/W3C-SVG-1.1/painting-fill-04-t.svg |
| 1095 | svg/W3C-SVG-1.1/painting-fill-05-b.svg |
| 1096 | svg/W3C-SVG-1.1/painting-marker-01-f.svg |
| 1097 | svg/W3C-SVG-1.1/painting-marker-02-f.svg |
| 1098 | svg/W3C-SVG-1.1/painting-marker-03-f.svg |
| 1099 | svg/W3C-SVG-1.1/painting-render-01-b.svg |
| 1100 | svg/W3C-SVG-1.1/painting-stroke-01-t.svg |
| 1101 | svg/W3C-SVG-1.1/painting-stroke-02-t.svg |
| 1102 | svg/W3C-SVG-1.1/painting-stroke-03-t.svg |
| 1103 | svg/W3C-SVG-1.1/painting-stroke-04-t.svg |
| 1104 | svg/W3C-SVG-1.1/painting-stroke-07-t.svg |
| 1105 | svg/W3C-SVG-1.1/paths-data-01-t.svg |
| 1106 | svg/W3C-SVG-1.1/paths-data-02-t.svg |
| 1107 | svg/W3C-SVG-1.1/paths-data-03-f.svg |
| 1108 | svg/W3C-SVG-1.1/paths-data-04-t.svg |
| 1109 | svg/W3C-SVG-1.1/paths-data-05-t.svg |
| 1110 | svg/W3C-SVG-1.1/paths-data-06-t.svg |
| 1111 | svg/W3C-SVG-1.1/paths-data-07-t.svg |
| 1112 | svg/W3C-SVG-1.1/paths-data-08-t.svg |
| 1113 | svg/W3C-SVG-1.1/paths-data-09-t.svg |
| 1114 | svg/W3C-SVG-1.1/paths-data-10-t.svg |
| 1115 | svg/W3C-SVG-1.1/paths-data-12-t.svg |
| 1116 | svg/W3C-SVG-1.1/paths-data-13-t.svg |
| 1117 | svg/W3C-SVG-1.1/paths-data-14-t.svg |
| 1118 | svg/W3C-SVG-1.1/paths-data-15-t.svg |
| 1119 | svg/W3C-SVG-1.1/pservers-grad-01-b.svg |
| 1120 | svg/W3C-SVG-1.1/pservers-grad-02-b.svg |
| 1121 | svg/W3C-SVG-1.1/pservers-grad-03-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1122 | svg/W3C-SVG-1.1/pservers-grad-04-b.svg |
| 1123 | svg/W3C-SVG-1.1/pservers-grad-05-b.svg |
| 1124 | svg/W3C-SVG-1.1/pservers-grad-06-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1125 | svg/W3C-SVG-1.1/pservers-grad-07-b.svg |
| 1126 | svg/W3C-SVG-1.1/pservers-grad-08-b.svg |
| 1127 | svg/W3C-SVG-1.1/pservers-grad-09-b.svg |
| 1128 | svg/W3C-SVG-1.1/pservers-grad-10-b.svg |
| 1129 | svg/W3C-SVG-1.1/pservers-grad-11-b.svg |
| 1130 | svg/W3C-SVG-1.1/pservers-grad-12-b.svg |
| 1131 | svg/W3C-SVG-1.1/pservers-grad-13-b.svg |
| 1132 | svg/W3C-SVG-1.1/pservers-grad-14-b.svg |
| 1133 | svg/W3C-SVG-1.1/pservers-grad-15-b.svg |
| 1134 | svg/W3C-SVG-1.1/pservers-grad-16-b.svg |
| 1135 | svg/W3C-SVG-1.1/pservers-grad-17-b.svg |
| 1136 | svg/W3C-SVG-1.1/pservers-grad-18-b.svg |
| 1137 | svg/W3C-SVG-1.1/pservers-grad-19-b.svg |
| 1138 | svg/W3C-SVG-1.1/pservers-pattern-01-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1139 | svg/W3C-SVG-1.1/render-elems-01-t.svg |
| 1140 | svg/W3C-SVG-1.1/render-elems-02-t.svg |
| 1141 | svg/W3C-SVG-1.1/render-elems-03-t.svg |
| 1142 | svg/W3C-SVG-1.1/render-elems-06-t.svg |
| 1143 | svg/W3C-SVG-1.1/render-elems-07-t.svg |
| 1144 | svg/W3C-SVG-1.1/render-elems-08-t.svg |
| 1145 | svg/W3C-SVG-1.1/render-groups-01-b.svg |
| 1146 | svg/W3C-SVG-1.1/render-groups-03-t.svg |
| 1147 | svg/W3C-SVG-1.1/script-handle-01-b.svg |
| 1148 | svg/W3C-SVG-1.1/script-handle-02-b.svg |
| 1149 | svg/W3C-SVG-1.1/script-handle-03-b.svg |
| 1150 | svg/W3C-SVG-1.1/script-handle-04-b.svg |
| 1151 | svg/W3C-SVG-1.1/shapes-circle-01-t.svg |
| 1152 | svg/W3C-SVG-1.1/shapes-circle-02-t.svg |
| 1153 | svg/W3C-SVG-1.1/shapes-ellipse-01-t.svg |
| 1154 | svg/W3C-SVG-1.1/shapes-ellipse-02-t.svg |
| 1155 | svg/W3C-SVG-1.1/shapes-intro-01-t.svg |
| 1156 | svg/W3C-SVG-1.1/shapes-line-01-t.svg |
| 1157 | svg/W3C-SVG-1.1/shapes-polygon-01-t.svg |
| 1158 | svg/W3C-SVG-1.1/shapes-polyline-01-t.svg |
| 1159 | svg/W3C-SVG-1.1/shapes-rect-01-t.svg |
| 1160 | svg/W3C-SVG-1.1/shapes-rect-02-t.svg |
| 1161 | svg/W3C-SVG-1.1/struct-cond-01-t.svg |
| 1162 | svg/W3C-SVG-1.1/struct-cond-02-t.svg |
| 1163 | svg/W3C-SVG-1.1/struct-cond-03-t.svg |
| 1164 | svg/W3C-SVG-1.1/struct-defs-01-t.svg |
| 1165 | svg/W3C-SVG-1.1/struct-dom-01-b.svg |
| 1166 | svg/W3C-SVG-1.1/struct-dom-02-b.svg |
| 1167 | svg/W3C-SVG-1.1/struct-dom-03-b.svg |
| 1168 | svg/W3C-SVG-1.1/struct-dom-04-b.svg |
| 1169 | svg/W3C-SVG-1.1/struct-dom-05-b.svg |
| 1170 | svg/W3C-SVG-1.1/struct-dom-06-b.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1171 | svg/W3C-SVG-1.1/struct-frag-02-t.svg |
| 1172 | svg/W3C-SVG-1.1/struct-frag-03-t.svg |
| 1173 | svg/W3C-SVG-1.1/struct-frag-04-t.svg |
| 1174 | svg/W3C-SVG-1.1/struct-frag-05-t.svg |
| 1175 | svg/W3C-SVG-1.1/struct-frag-06-t.svg |
| 1176 | svg/W3C-SVG-1.1/struct-group-01-t.svg |
| 1177 | svg/W3C-SVG-1.1/struct-group-02-b.svg |
| 1178 | svg/W3C-SVG-1.1/struct-group-03-t.svg |
| 1179 | svg/W3C-SVG-1.1/struct-image-01-t.svg |
| 1180 | svg/W3C-SVG-1.1/struct-image-02-b.svg |
| 1181 | svg/W3C-SVG-1.1/struct-image-03-t.svg |
| 1182 | svg/W3C-SVG-1.1/struct-image-04-t.svg |
| 1183 | svg/W3C-SVG-1.1/struct-image-05-b.svg |
| 1184 | svg/W3C-SVG-1.1/struct-image-06-t.svg |
| 1185 | svg/W3C-SVG-1.1/struct-image-07-t.svg |
| 1186 | svg/W3C-SVG-1.1/struct-image-08-t.svg |
| 1187 | svg/W3C-SVG-1.1/struct-image-09-t.svg |
| 1188 | svg/W3C-SVG-1.1/struct-image-10-t.svg |
| 1189 | svg/W3C-SVG-1.1/struct-symbol-01-b.svg |
| 1190 | svg/W3C-SVG-1.1/struct-use-01-t.svg |
| 1191 | svg/W3C-SVG-1.1/struct-use-03-t.svg |
| 1192 | svg/W3C-SVG-1.1/struct-use-05-b.svg |
| 1193 | svg/W3C-SVG-1.1/styling-css-01-b.svg |
| 1194 | svg/W3C-SVG-1.1/styling-css-02-b.svg |
| 1195 | svg/W3C-SVG-1.1/styling-css-03-b.svg |
| 1196 | svg/W3C-SVG-1.1/styling-css-04-f.svg |
| 1197 | svg/W3C-SVG-1.1/styling-css-05-b.svg |
| 1198 | svg/W3C-SVG-1.1/styling-css-06-b.svg |
| 1199 | svg/W3C-SVG-1.1/styling-inherit-01-b.svg |
| 1200 | svg/W3C-SVG-1.1/styling-pres-01-t.svg |
| 1201 | svg/W3C-SVG-1.1/text-align-01-b.svg |
| 1202 | svg/W3C-SVG-1.1/text-align-02-b.svg |
| 1203 | svg/W3C-SVG-1.1/text-align-03-b.svg |
| 1204 | svg/W3C-SVG-1.1/text-align-04-b.svg |
| 1205 | svg/W3C-SVG-1.1/text-align-05-b.svg |
| 1206 | svg/W3C-SVG-1.1/text-align-06-b.svg |
| 1207 | svg/W3C-SVG-1.1/text-altglyph-01-b.svg |
| 1208 | svg/W3C-SVG-1.1/text-deco-01-b.svg |
| 1209 | svg/W3C-SVG-1.1/text-fonts-01-t.svg |
| 1210 | svg/W3C-SVG-1.1/text-fonts-02-t.svg |
| 1211 | svg/W3C-SVG-1.1/text-intro-05-t.svg |
| 1212 | svg/W3C-SVG-1.1/text-path-01-b.svg |
| 1213 | svg/W3C-SVG-1.1/text-spacing-01-b.svg |
| 1214 | svg/W3C-SVG-1.1/text-text-01-b.svg |
| 1215 | svg/W3C-SVG-1.1/text-text-03-b.svg |
| 1216 | svg/W3C-SVG-1.1/text-text-04-t.svg |
| 1217 | svg/W3C-SVG-1.1/text-text-05-t.svg |
| 1218 | svg/W3C-SVG-1.1/text-text-06-t.svg |
| 1219 | svg/W3C-SVG-1.1/text-text-07-t.svg |
| 1220 | svg/W3C-SVG-1.1/text-text-08-b.svg |
| 1221 | svg/W3C-SVG-1.1/text-tref-01-b.svg |
| 1222 | svg/W3C-SVG-1.1/text-tselect-01-b.svg |
| 1223 | svg/W3C-SVG-1.1/text-tselect-02-f.svg |
| 1224 | svg/W3C-SVG-1.1/text-tspan-01-b.svg |
| 1225 | svg/W3C-SVG-1.1/text-ws-01-t.svg |
| 1226 | svg/W3C-SVG-1.1/text-ws-02-t.svg |
| 1227 | svg/W3C-SVG-1.1/types-basicDOM-01-b.svg |
| 1228 | svg/carto.net/button.svg |
| 1229 | svg/carto.net/colourpicker.svg |
| 1230 | svg/carto.net/combobox.svg |
| 1231 | svg/carto.net/scrollbar.svg |
| 1232 | svg/carto.net/selectionlist.svg |
| 1233 | svg/carto.net/slider.svg |
| 1234 | svg/carto.net/tabgroup.svg |
| 1235 | svg/carto.net/textbox.svg |
| 1236 | svg/carto.net/window.svg |
| 1237 | svg/custom/SVGNumber-interface.svg |
| 1238 | svg/custom/SVGPoint-interface.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1239 | svg/custom/SVGRect-interface.svg |
| 1240 | svg/custom/attribute-namespace-check.svg |
| 1241 | svg/custom/circular-marker-reference-1.svg |
| 1242 | svg/custom/circular-marker-reference-2.svg |
| 1243 | svg/custom/circular-marker-reference-3.svg |
| 1244 | svg/custom/circular-marker-reference-4.svg |
| 1245 | svg/custom/class-selector.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1246 | svg/custom/conditional-processing-outside-switch.svg |
| 1247 | svg/custom/control-points-for-S-and-T.svg |
| 1248 | svg/custom/coords-relative-units-transforms.svg |
| 1249 | svg/custom/create-metadata-element.svg |
| 1250 | svg/custom/createelement.svg |
| 1251 | svg/custom/css-pixels-dpi.svg |
| 1252 | svg/custom/dasharrayOrigin.svg |
| 1253 | svg/custom/deep-dynamic-updates.svg |
| 1254 | svg/custom/display-none.svg |
| 1255 | svg/custom/dynamic-empty-path.svg |
| 1256 | svg/custom/dynamic-svg-document-creation.svg |
| 1257 | svg/custom/dynamic-viewBox.svg |
| 1258 | svg/custom/embedded-svg-disallowed-in-dashboard.xml |
| 1259 | svg/custom/empty-merge.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1260 | svg/custom/evt-onload.svg |
| 1261 | svg/custom/feComponentTransfer-Discrete.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1262 | svg/custom/feComponentTransfer-Gamma.svg |
| 1263 | svg/custom/feComponentTransfer-Linear.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1264 | svg/custom/feComponentTransfer-Table.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1265 | svg/custom/feDisplacementMap-01.svg |
| 1266 | svg/custom/fill-update.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1267 | svg/custom/foreign-object-skew.svg |
| 1268 | svg/custom/fractional-rects.svg |
| 1269 | svg/custom/getTransformToElement.svg |
| 1270 | svg/custom/getscreenctm-in-mixed-content.xhtml |
| 1271 | svg/custom/getsvgdocument.html |
| 1272 | svg/custom/gradient-add-stops.svg |
| 1273 | svg/custom/gradient-attr-update.svg |
| 1274 | svg/custom/gradient-cycle-detection.svg |
| 1275 | svg/custom/gradient-deep-referencing.svg |
| 1276 | svg/custom/gradient-stop-corner-cases.svg |
| 1277 | svg/custom/gradient-stop-style-change.svg |
| 1278 | svg/custom/gradient-stroke-width.svg |
| 1279 | svg/custom/grayscale-gradient-mask.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1280 | svg/custom/hit-test-path-stroke.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1281 | svg/custom/hover-default-fill.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1282 | svg/custom/image-with-transform-clip-filter.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1283 | svg/custom/inner-percent.svg |
| 1284 | svg/custom/inner-svg-hit-test.svg |
| 1285 | svg/custom/invalid-css.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1286 | svg/custom/invalid-fill-hex.svg |
| 1287 | svg/custom/invalid-fill.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1288 | svg/custom/invalid-transforms.svg |
| 1289 | svg/custom/invisible-text-after-scrolling.xhtml |
| 1290 | svg/custom/js-late-clipPath-and-object-creation.svg |
| 1291 | svg/custom/js-late-clipPath-creation.svg |
| 1292 | svg/custom/js-late-gradient-and-object-creation.svg |
| 1293 | svg/custom/js-late-gradient-creation.svg |
| 1294 | svg/custom/js-late-marker-and-object-creation.svg |
| 1295 | svg/custom/js-late-marker-creation.svg |
| 1296 | svg/custom/js-late-mask-and-object-creation.svg |
| 1297 | svg/custom/js-late-mask-creation.svg |
| 1298 | svg/custom/js-late-pattern-and-object-creation.svg |
| 1299 | svg/custom/js-late-pattern-creation.svg |
| 1300 | svg/custom/js-update-bounce.svg |
| 1301 | svg/custom/js-update-container2.svg |
| 1302 | svg/custom/js-update-container.svg |
| 1303 | svg/custom/js-update-gradient.svg |
| 1304 | svg/custom/js-update-path-changes.svg |
| 1305 | svg/custom/js-update-path-removal.svg |
| 1306 | svg/custom/js-update-pattern-child.svg |
| 1307 | svg/custom/js-update-pattern.svg |
| 1308 | svg/custom/js-update-polygon-changes.svg |
| 1309 | svg/custom/js-update-polygon-removal.svg |
| 1310 | svg/custom/js-update-stop.svg |
| 1311 | svg/custom/js-update-style.svg |
| 1312 | svg/custom/junk-data.svg |
| 1313 | svg/custom/large-bounding-box-percents.svg |
| 1314 | svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html |
| 1315 | svg/custom/manually-parsed-svg-disallowed-in-dashboard.html |
| 1316 | svg/custom/marker-changes.svg |
| 1317 | svg/custom/marker-child-changes.svg |
| 1318 | svg/custom/marker-default-width-height.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1319 | svg/custom/marker-viewBox-changes.svg |
| 1320 | svg/custom/mask-changes.svg |
| 1321 | svg/custom/mask-child-changes.svg |
| 1322 | svg/custom/mask-excessive-malloc.svg |
| 1323 | svg/custom/mask-inside-defs.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1324 | svg/custom/missing-xlink.svg |
| 1325 | svg/custom/non-circular-marker-reference.svg |
| 1326 | svg/custom/non-opaque-filters.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1327 | svg/custom/path-bad-data.svg |
| 1328 | svg/custom/path-textPath-simulation.svg |
| 1329 | svg/custom/path-update.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1330 | svg/custom/pattern-cycle-detection.svg |
| 1331 | svg/custom/pattern-deep-referencing.svg |
| 1332 | svg/custom/pattern-in-defs.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1333 | svg/custom/pattern-y-offset.svg |
| 1334 | svg/custom/percentage-rect2.svg |
| 1335 | svg/custom/percentage-rect.svg |
| 1336 | svg/custom/pointer-events-image.svg |
| 1337 | svg/custom/pointer-events-path.svg |
| 1338 | svg/custom/pointer-events-text.svg |
| 1339 | svg/custom/poly-identify.svg |
| 1340 | svg/custom/polyline-hittest.svg |
| 1341 | svg/custom/polyline-invalid-points.svg |
| 1342 | svg/custom/polyline-setattribute-points-null.svg |
| 1343 | svg/custom/preserve-aspect-ratio-syntax.svg |
| 1344 | svg/custom/prevent-default.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1345 | svg/custom/rgbcolor-syntax.svg |
| 1346 | svg/custom/rootelement.svg |
| 1347 | svg/custom/rootmost-svg-xy-attrs.xhtml |
| 1348 | svg/custom/rounded-rects.svg |
| 1349 | svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html |
| 1350 | svg/custom/second-inline-text.xhtml |
| 1351 | svg/custom/shapes-supporting-markers.svg |
| 1352 | svg/custom/sheet-title.svg |
| 1353 | svg/custom/simpleCDF.xml |
| 1354 | svg/custom/struct-use-09-b.svg |
| 1355 | svg/custom/svg-absolute-children.svg |
| 1356 | svg/custom/svg-disallowed-in-dashboard-object.html |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1357 | svg/custom/svg-float-border-padding.xml |
| 1358 | svg/custom/svg-overflow-types.svg |
| 1359 | svg/custom/svgpolyparser-extra-space.svg |
| 1360 | svg/custom/text-clip.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1361 | svg/custom/text-filter.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1362 | svg/custom/text-gradient-no-content.svg |
| 1363 | svg/custom/text-hit-test.svg |
| 1364 | svg/custom/text-image-opacity.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1365 | svg/custom/transform-ignore-after-invalid.svg |
| 1366 | svg/custom/transform-invalid.svg |
| 1367 | svg/custom/transform-scale-parse.svg |
| 1368 | svg/custom/transform-with-ending-space.svg |
| 1369 | svg/custom/tref-update.svg |
| 1370 | svg/custom/use-clipped-hit.svg |
| 1371 | svg/custom/use-css-events.svg |
| 1372 | svg/custom/use-elementInstance-event-target.svg |
| 1373 | svg/custom/use-elementInstance-methods.svg |
| 1374 | svg/custom/use-event-handler-on-referenced-element.svg |
| 1375 | svg/custom/use-event-handler-on-use-element.svg |
| 1376 | svg/custom/use-events-crash.svg |
| 1377 | svg/custom/use-forward-refs.svg |
| 1378 | svg/custom/use-instanceRoot-modifications.svg |
| 1379 | svg/custom/use-modify-container-in-target.svg |
| 1380 | svg/custom/use-modify-target-container.svg |
| 1381 | svg/custom/use-modify-target-symbol.svg |
| 1382 | svg/custom/use-nested-transform.svg |
| 1383 | svg/custom/use-on-g-containing-use.svg |
| 1384 | svg/custom/use-on-g.svg |
| 1385 | svg/custom/use-on-rect.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1386 | svg/custom/use-on-symbol.svg |
| 1387 | svg/custom/use-on-text.svg |
| 1388 | svg/custom/use-on-use.svg |
| 1389 | svg/custom/use-property-changes-through-dom.svg |
| 1390 | svg/custom/use-property-changes-through-svg-dom.svg |
| 1391 | svg/custom/use-recursion-1.svg |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1392 | svg/custom/use-recursion-3.svg |
| 1393 | svg/custom/use-recursion-4.svg |
| 1394 | svg/custom/use-referencing-nonexisting-symbol.svg |
| 1395 | svg/custom/use-symbol-overflow.svg |
| 1396 | svg/custom/use-transform.svg |
| 1397 | svg/custom/viewBox-hit.svg |
| 1398 | svg/custom/viewbox-syntax.svg |
| 1399 | svg/custom/viewport-clip.svg |
| 1400 | svg/custom/viewport-em.svg |
| 1401 | svg/custom/viewport-no-width-height.svg |
| 1402 | svg/custom/viewport-update2.svg |
| 1403 | svg/custom/viewport-update.svg |
| 1404 | svg/custom/visibility-override-clip.svg |
| 1405 | svg/custom/visibility-override-filter.svg |
| 1406 | svg/custom/visibility-override-mask.svg |
| 1407 | svg/custom/visibility-override.svg |
| 1408 | svg/custom/width-full-percentage.svg |
| 1409 | svg/custom/xml-stylesheet.svg |
| 1410 | svg/hixie/cascade/001-broken.xml |
| 1411 | svg/hixie/cascade/002.xml |
| 1412 | svg/hixie/data-types/001.xml |
| 1413 | svg/hixie/data-types/002.xhtml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1414 | svg/hixie/dynamic/003.xml |
| 1415 | svg/hixie/dynamic/004.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1416 | svg/hixie/dynamic/006.xml |
| 1417 | svg/hixie/error/001.xml |
| 1418 | svg/hixie/error/002.xml |
| 1419 | svg/hixie/error/003.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1420 | svg/hixie/error/007.xml |
| 1421 | svg/hixie/error/008.xml |
| 1422 | svg/hixie/error/009.xml |
| 1423 | svg/hixie/error/010.xml |
| 1424 | svg/hixie/error/011.xml |
| 1425 | svg/hixie/error/012.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1426 | svg/hixie/error/014-test.xml |
| 1427 | svg/hixie/error/014.xml |
| 1428 | svg/hixie/error/015.xml |
| 1429 | svg/hixie/error/016.xml |
| 1430 | svg/hixie/error/017.xml |
| 1431 | svg/hixie/links/001.xml |
| 1432 | svg/hixie/links/002.xml |
| 1433 | svg/hixie/links/003-broken.xml |
| 1434 | svg/hixie/mixed/003.xml |
| 1435 | svg/hixie/mixed/004.xml |
| 1436 | svg/hixie/mixed/005.xml |
| 1437 | svg/hixie/mixed/006.xml |
| 1438 | svg/hixie/mixed/008.xml |
| 1439 | svg/hixie/mixed/009.xml |
| 1440 | svg/hixie/mixed/010.xml |
| 1441 | svg/hixie/mixed/011.xml |
| 1442 | svg/hixie/painting/001.xml |
| 1443 | svg/hixie/perf/001.xml |
| 1444 | svg/hixie/perf/002.xml |
| 1445 | svg/hixie/perf/003.xml |
| 1446 | svg/hixie/perf/004.xml |
| 1447 | svg/hixie/perf/005.xml |
| 1448 | svg/hixie/perf/006.xml |
| 1449 | svg/hixie/perf/007.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1450 | svg/hixie/processing-model/005.xml |
| 1451 | svg/hixie/rendering-model/001.xml |
| 1452 | svg/hixie/rendering-model/002.xml |
| 1453 | svg/hixie/rendering-model/003.xhtml |
| 1454 | svg/hixie/rendering-model/003a.xml |
| 1455 | svg/hixie/rendering-model/004.xhtml |
| 1456 | svg/hixie/shapes/path/001.xml |
lars | 8a548c8 | 2007-10-02 14:04:42 +0000 | [diff] [blame] | 1457 | svg/hixie/text/002.xml |
| 1458 | svg/hixie/text/003.html |
| 1459 | svg/hixie/text/003a.xml |
| 1460 | svg/hixie/text/003b.xml |
| 1461 | svg/hixie/transform/001.xml |
| 1462 | svg/hixie/use/001.xml |
| 1463 | svg/hixie/use/002-test.xml |
| 1464 | svg/hixie/use/002.xml |
| 1465 | svg/hixie/viewbox/001.xml |
| 1466 | svg/hixie/viewbox/002.xml |
| 1467 | svg/hixie/viewbox/003.xml |
| 1468 | svg/hixie/viewbox/004.xml |
| 1469 | svg/hixie/viewbox/preserveAspectRatio/001.xml |
| 1470 | svg/hixie/viewbox/preserveAspectRatio/002.xml |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 1471 | svg/W3C-SVG-1.1/struct-frag-01-t.svg |
| 1472 | svg/css/getComputedStyle-basic.xhtml |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 1473 | svg/custom/SVGPoint-matrixTransform.svg |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 1474 | svg/custom/baseval-animval-equality.svg |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 1475 | svg/custom/stroke-width-click.svg |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 1476 | svg/custom/text-ctm.svg |
| 1477 | svg/custom/text-repaint-including-stroke.svg |
| 1478 | svg/custom/text-whitespace-handling.svg |
| 1479 | svg/custom/use-empty-reference.svg |
| 1480 | svg/custom/use-recalcStyle-crash.svg |
| 1481 | svg/custom/use-recursion-2.svg |
hausmann@webkit.org | a181487 | 2008-05-07 14:21:40 +0000 | [diff] [blame] | 1482 | svg/dom/SVGRectElement/rect-modify-rx.svg |
| 1483 | svg/hixie/dynamic/002.xml |
| 1484 | svg/hixie/mixed/007.xml |
hausmann@webkit.org | 9f6c293 | 2008-05-26 12:29:11 +0000 | [diff] [blame] | 1485 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1486 | # ============================================================================= # |
| 1487 | # failing animations tests |
| 1488 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1489 | # Needs expected results |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 1490 | animations/animation-drt-api.html |
| 1491 | animations/animation-drt-api-multiple-keyframes.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1492 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1493 | # ============================================================================= # |
| 1494 | # Failing CSS Tests |
| 1495 | # ============================================================================= # |
| 1496 | css1/classification/white_space.html |
| 1497 | # REGRESSION (r53450) - skipped until fix |
| 1498 | # https://bugs.webkit.org/show_bug.cgi?id=33834 |
| 1499 | css1/box_properties/acid_test.html |
| 1500 | # small caps vs. normal text |
| 1501 | # https://bugs.webkit.org/show_bug.cgi?id=34286 |
| 1502 | css2.1/t1505-c524-font-var-00-b.html |
| 1503 | |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1504 | css2.1/t010403-shand-border-00-c.html |
| 1505 | css2.1/t010403-shand-font-00-b.html |
| 1506 | css2.1/t010403-shand-font-01-b.html |
| 1507 | css2.1/t010403-shand-font-02-b.html |
| 1508 | css2.1/t010403-shand-font-03-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1509 | css2.1/t050201-c12-grouping-00-b.html |
| 1510 | css2.1/t0505-c16-descendant-00-e.html |
| 1511 | css2.1/t0505-c16-descendant-01-e.html |
| 1512 | css2.1/t0505-c16-descendant-02-e.html |
| 1513 | css2.1/t050803-c14-classes-00-e.html |
| 1514 | css2.1/t0509-c15-ids-00-a.html |
| 1515 | css2.1/t0509-c15-ids-01-e.html |
| 1516 | css2.1/t0509-id-sel-syntax-01-f.html |
| 1517 | css2.1/t0509-id-sel-syntax-02-b.html |
| 1518 | css2.1/t0510-c25-pseudo-elmnt-00-c.html |
| 1519 | css2.1/t051103-c21-activ-ln-00-e-i.html |
| 1520 | css2.1/t051103-c21-focus-ln-00-e-i.html |
| 1521 | css2.1/t051103-c21-hover-ln-00-e-i.html |
| 1522 | css2.1/t051103-dom-hover-01-c-io.html |
| 1523 | css2.1/t051103-dom-hover-02-c-io.html |
| 1524 | css2.1/t0511-c21-pseud-anch-00-e-i.html |
| 1525 | css2.1/t0511-c21-pseud-link-00-e.html |
| 1526 | css2.1/t0511-c21-pseud-link-01-e.html |
| 1527 | css2.1/t0511-c21-pseud-link-02-e.html |
| 1528 | css2.1/t0511-c21-pseud-link-03-e.html |
| 1529 | css2.1/t051201-c23-first-line-00-b.html |
| 1530 | css2.1/t051202-c24-first-lttr-00-b.html |
| 1531 | css2.1/t051202-c26-psudo-nest-00-c.html |
| 1532 | css2.1/t0602-c13-inheritance-00-e.html |
| 1533 | css2.1/t0602-c13-inh-underlin-00-e.html |
| 1534 | css2.1/t0602-inherit-bdr-pad-b-00.html |
| 1535 | css2.1/t0603-c11-import-00-b.html |
| 1536 | css2.1/t060401-c32-cascading-00-b.html |
| 1537 | css2.1/t060402-c31-important-00-b.html |
| 1538 | css2.1/t060403-c21-pseu-cls-00-e-i.html |
| 1539 | css2.1/t060403-c21-pseu-id-00-e-i.html |
| 1540 | css2.1/t0801-c412-hz-box-00-b-a.html |
| 1541 | css2.1/t080301-c411-vt-mrgn-00-b.html |
| 1542 | css2.1/t0803-c5501-imrgn-t-00-b-ag.html |
| 1543 | css2.1/t0803-c5501-mrgn-t-00-b-a.html |
| 1544 | css2.1/t0803-c5502-imrgn-r-00-b-ag.html |
| 1545 | css2.1/t0803-c5502-imrgn-r-01-b-ag.html |
| 1546 | css2.1/t0803-c5502-imrgn-r-02-b-a.html |
| 1547 | css2.1/t0803-c5502-imrgn-r-03-b-a.html |
| 1548 | css2.1/t0803-c5502-imrgn-r-04-b-ag.html |
| 1549 | css2.1/t0803-c5502-imrgn-r-05-b-ag.html |
| 1550 | css2.1/t0803-c5502-imrgn-r-06-b-ag.html |
| 1551 | css2.1/t0803-c5502-mrgn-r-00-c-ag.html |
| 1552 | css2.1/t0803-c5502-mrgn-r-01-c-a.html |
| 1553 | css2.1/t0803-c5502-mrgn-r-02-c.html |
| 1554 | css2.1/t0803-c5502-mrgn-r-03-c.html |
| 1555 | css2.1/t0803-c5503-imrgn-b-00-b-a.html |
| 1556 | css2.1/t0803-c5503-mrgn-b-00-b-a.html |
| 1557 | css2.1/t0803-c5504-imrgn-l-00-b-ag.html |
| 1558 | css2.1/t0803-c5504-imrgn-l-01-b-ag.html |
| 1559 | css2.1/t0803-c5504-imrgn-l-02-b-ag.html |
| 1560 | css2.1/t0803-c5504-imrgn-l-03-b-a.html |
| 1561 | css2.1/t0803-c5504-imrgn-l-04-b-ag.html |
| 1562 | css2.1/t0803-c5504-imrgn-l-05-b-ag.html |
| 1563 | css2.1/t0803-c5504-imrgn-l-06-b-ag.html |
| 1564 | css2.1/t0803-c5504-mrgn-l-00-c-ag.html |
| 1565 | css2.1/t0803-c5504-mrgn-l-01-c-a.html |
| 1566 | css2.1/t0803-c5504-mrgn-l-02-c.html |
| 1567 | css2.1/t0803-c5504-mrgn-l-03-c.html |
| 1568 | css2.1/t0803-c5505-imrgn-00-a-ag.html |
| 1569 | css2.1/t0803-c5505-mrgn-00-b-ag.html |
| 1570 | css2.1/t0803-c5505-mrgn-01-e-a.html |
| 1571 | css2.1/t0803-c5505-mrgn-02-c.html |
| 1572 | css2.1/t0803-c5505-mrgn-03-c-ag.html |
| 1573 | css2.1/t0804-c5506-ipadn-t-00-b-a.html |
| 1574 | css2.1/t0804-c5506-ipadn-t-01-b-a.html |
| 1575 | css2.1/t0804-c5506-ipadn-t-02-b-a.html |
| 1576 | css2.1/t0804-c5506-padn-t-00-b-a.html |
| 1577 | css2.1/t0804-c5507-ipadn-r-00-b-ag.html |
| 1578 | css2.1/t0804-c5507-ipadn-r-01-b-ag.html |
| 1579 | css2.1/t0804-c5507-ipadn-r-02-b-ag.html |
| 1580 | css2.1/t0804-c5507-ipadn-r-03-b-a.html |
| 1581 | css2.1/t0804-c5507-ipadn-r-04-b-ag.html |
| 1582 | css2.1/t0804-c5507-padn-r-00-c-ag.html |
| 1583 | css2.1/t0804-c5507-padn-r-01-c-a.html |
| 1584 | css2.1/t0804-c5507-padn-r-02-f.html |
| 1585 | css2.1/t0804-c5507-padn-r-03-f.html |
| 1586 | css2.1/t0804-c5508-ipadn-b-00-b-a.html |
| 1587 | css2.1/t0804-c5508-ipadn-b-01-f-a.html |
| 1588 | css2.1/t0804-c5508-ipadn-b-02-b-a.html |
| 1589 | css2.1/t0804-c5508-ipadn-b-03-b-a.html |
| 1590 | css2.1/t0804-c5509-ipadn-l-00-b-ag.html |
| 1591 | css2.1/t0804-c5509-ipadn-l-01-b-ag.html |
| 1592 | css2.1/t0804-c5509-ipadn-l-02-b-ag.html |
| 1593 | css2.1/t0804-c5509-ipadn-l-03-b-a.html |
| 1594 | css2.1/t0804-c5509-ipadn-l-04-f-ag.html |
| 1595 | css2.1/t0804-c5509-padn-l-00-b-ag.html |
| 1596 | css2.1/t0804-c5509-padn-l-01-b-a.html |
| 1597 | css2.1/t0804-c5509-padn-l-02-f.html |
| 1598 | css2.1/t0804-c5509-padn-l-03-f-g.html |
| 1599 | css2.1/t0804-c5510-ipadn-00-b-ag.html |
| 1600 | css2.1/t0804-c5510-padn-00-b-ag.html |
| 1601 | css2.1/t0804-c5510-padn-01-e-a.html |
| 1602 | css2.1/t0804-c5510-padn-02-f.html |
| 1603 | css2.1/t0805-c5511-brdr-tw-00-b.html |
| 1604 | css2.1/t0805-c5511-brdr-tw-01-b-g.html |
| 1605 | css2.1/t0805-c5511-brdr-tw-02-b.html |
| 1606 | css2.1/t0805-c5511-brdr-tw-03-b.html |
| 1607 | css2.1/t0805-c5511-ibrdr-tw-00-a.html |
| 1608 | css2.1/t0805-c5512-brdr-rw-00-b.html |
| 1609 | css2.1/t0805-c5512-brdr-rw-01-b-g.html |
| 1610 | css2.1/t0805-c5512-brdr-rw-02-b.html |
| 1611 | css2.1/t0805-c5512-brdr-rw-03-b.html |
| 1612 | css2.1/t0805-c5512-ibrdr-rw-00-a.html |
| 1613 | css2.1/t0805-c5513-brdr-bw-00-b.html |
| 1614 | css2.1/t0805-c5513-brdr-bw-01-b-g.html |
| 1615 | css2.1/t0805-c5513-brdr-bw-02-b.html |
| 1616 | css2.1/t0805-c5513-brdr-bw-03-b.html |
| 1617 | css2.1/t0805-c5513-ibrdr-bw-00-a.html |
| 1618 | css2.1/t0805-c5514-brdr-lw-00-b.html |
| 1619 | css2.1/t0805-c5514-brdr-lw-01-b-g.html |
| 1620 | css2.1/t0805-c5514-brdr-lw-02-b.html |
| 1621 | css2.1/t0805-c5514-brdr-lw-03-b.html |
| 1622 | css2.1/t0805-c5514-ibrdr-lw-00-a.html |
| 1623 | css2.1/t0805-c5515-brdr-w-00-a.html |
| 1624 | css2.1/t0805-c5515-brdr-w-01-b-g.html |
| 1625 | css2.1/t0805-c5515-brdr-w-02-b.html |
| 1626 | css2.1/t0805-c5515-ibrdr-00-b.html |
| 1627 | css2.1/t0805-c5516-brdr-c-00-a.html |
| 1628 | css2.1/t0805-c5516-ibrdr-c-00-a.html |
| 1629 | css2.1/t0805-c5517-brdr-s-00-c.html |
| 1630 | css2.1/t0805-c5517-ibrdr-s-00-a.html |
| 1631 | css2.1/t0805-c5518-brdr-t-00-a.html |
| 1632 | css2.1/t0805-c5518-brdr-t-01-e.html |
| 1633 | css2.1/t0805-c5518-ibrdr-t-00-a.html |
| 1634 | css2.1/t0805-c5519-brdr-r-00-a.html |
| 1635 | css2.1/t0805-c5519-brdr-r-01-e.html |
| 1636 | css2.1/t0805-c5519-brdr-r-02-e.html |
| 1637 | css2.1/t0805-c5519-ibrdr-r-00-a.html |
| 1638 | css2.1/t0805-c5520-brdr-b-00-a.html |
| 1639 | css2.1/t0805-c5520-brdr-b-01-e.html |
| 1640 | css2.1/t0805-c5520-ibrdr-b-00-a.html |
| 1641 | css2.1/t0805-c5521-brdr-l-00-a.html |
| 1642 | css2.1/t0805-c5521-brdr-l-01-e.html |
| 1643 | css2.1/t0805-c5521-brdr-l-02-e.html |
| 1644 | css2.1/t0805-c5521-ibrdr-l-00-a.html |
| 1645 | css2.1/t0805-c5522-brdr-00-b.html |
| 1646 | css2.1/t0805-c5522-brdr-01-b-g.html |
| 1647 | css2.1/t0805-c5522-brdr-02-e.html |
| 1648 | css2.1/t0805-c5522-ibrdr-00-a.html |
| 1649 | css2.1/t090204-display-change-01-b-ao.html |
| 1650 | css2.1/t090402-c42-ibx-pad-00-d-ag.html |
| 1651 | css2.1/t090501-c414-flt-00-d.html |
| 1652 | css2.1/t090501-c414-flt-01-b.html |
| 1653 | css2.1/t090501-c414-flt-02-d-g.html |
| 1654 | css2.1/t090501-c414-flt-03-b-g.html |
| 1655 | css2.1/t090501-c414-flt-ln-00-d.html |
| 1656 | css2.1/t090501-c414-flt-ln-01-d-g.html |
| 1657 | css2.1/t090501-c414-flt-ln-02-d.html |
| 1658 | css2.1/t090501-c414-flt-ln-03-d.html |
| 1659 | css2.1/t090501-c5525-flt-l-00-b-g.html |
| 1660 | css2.1/t090501-c5525-flt-r-00-b-g.html |
| 1661 | css2.1/t0905-c414-flt-00-d.html |
| 1662 | css2.1/t0905-c414-flt-01-d-g.html |
| 1663 | css2.1/t0905-c414-flt-02-c.html |
| 1664 | css2.1/t0905-c414-flt-03-c.html |
| 1665 | css2.1/t0905-c414-flt-04-c.html |
| 1666 | css2.1/t0905-c414-flt-fit-00-d.html |
| 1667 | css2.1/t0905-c414-flt-fit-01-d-g.html |
| 1668 | css2.1/t0905-c414-flt-wrap-00-e.html |
| 1669 | css2.1/t0905-c414-flt-wrap-01-d-g.html |
| 1670 | css2.1/t0905-c5525-fltblck-00-d-ag.html |
| 1671 | css2.1/t0905-c5525-fltblck-01-d.html |
| 1672 | css2.1/t0905-c5525-fltclr-00-c-ag.html |
| 1673 | css2.1/t0905-c5525-fltcont-00-d-g.html |
| 1674 | css2.1/t0905-c5525-flthw-00-c-g.html |
| 1675 | css2.1/t0905-c5525-fltinln-00-c-ag.html |
| 1676 | css2.1/t0905-c5525-fltmrgn-00-c-ag.html |
| 1677 | css2.1/t0905-c5525-fltmult-00-d-g.html |
| 1678 | css2.1/t0905-c5525-fltwidth-00-c-g.html |
| 1679 | css2.1/t0905-c5525-fltwidth-01-c-g.html |
| 1680 | css2.1/t0905-c5525-fltwidth-02-c-g.html |
| 1681 | css2.1/t0905-c5525-fltwidth-03-c-g.html |
| 1682 | css2.1/t0905-c5525-fltwrap-00-b.html |
| 1683 | css2.1/t0905-c5526-fltclr-00-c-ag.html |
| 1684 | css2.1/t0905-c5526-flthw-00-c-g.html |
| 1685 | css2.1/t09-c5526c-display-00-e.html |
| 1686 | css2.1/t1001-abs-pos-cb-01-b.html |
| 1687 | css2.1/t1001-abs-pos-cb-02-b.html |
| 1688 | css2.1/t1001-abs-pos-cb-03-b.html |
| 1689 | css2.1/t1001-abs-pos-cb-04-b.html |
| 1690 | css2.1/t1001-abs-pos-cb-05-b.html |
| 1691 | css2.1/t1001-abs-pos-cb-06-b.html |
| 1692 | css2.1/t1001-abs-pos-cb-07-b.html |
| 1693 | css2.1/t1001-abs-pos-cb-08-b.html |
| 1694 | css2.1/t1001-abs-pos-cb-09-b.html |
| 1695 | css2.1/t1002-c5523-width-00-b-g.html |
| 1696 | css2.1/t1002-c5523-width-01-b-g.html |
| 1697 | css2.1/t1002-c5523-width-02-b-g.html |
| 1698 | css2.1/t100303-c412-blockw-00-d-ag.html |
| 1699 | css2.1/t100304-c43-rpl-bbx-00-d-g.html |
| 1700 | css2.1/t100304-c43-rpl-bbx-01-d-g.html |
| 1701 | css2.1/t1004-c43-rpl-bbx-00-d-ag.html |
| 1702 | css2.1/t1004-c43-rpl-ibx-00-d-ag.html |
| 1703 | css2.1/t1004-c5524-width-00-b-g.html |
| 1704 | css2.1/t1005-c5524-width-00-b-g.html |
| 1705 | css2.1/t1005-c5524-width-01-b-g.html |
| 1706 | css2.1/t100801-c42-ibx-ht-00-d-a.html |
| 1707 | css2.1/t100801-c544-valgn-00-a-ag.html |
| 1708 | css2.1/t100801-c544-valgn-01-d-ag.html |
| 1709 | css2.1/t100801-c544-valgn-02-d-agi.html |
| 1710 | css2.1/t100801-c544-valgn-03-d-agi.html |
| 1711 | css2.1/t100801-c544-valgn-04-d-agi.html |
| 1712 | css2.1/t100801-c548-leadin-00-d-a.html |
| 1713 | css2.1/t100801-c548-ln-ht-00-c-a.html |
| 1714 | css2.1/t100801-c548-ln-ht-01-b-ag.html |
| 1715 | css2.1/t100801-c548-ln-ht-02-b-ag.html |
| 1716 | css2.1/t100801-c548-ln-ht-03-d-ag.html |
| 1717 | css2.1/t100801-c548-ln-ht-04-d-ag.html |
| 1718 | css2.1/t1008-c44-ln-box-00-d-ag.html |
| 1719 | css2.1/t1008-c44-ln-box-01-d-ag.html |
| 1720 | css2.1/t1008-c44-ln-box-02-d-ag.html |
| 1721 | css2.1/t1008-c44-ln-box-03-d-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1722 | css2.1/t1202-counters-04-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1723 | css2.1/t120401-scope-00-b.html |
| 1724 | css2.1/t120401-scope-01-c.html |
| 1725 | css2.1/t120401-scope-02-c.html |
| 1726 | css2.1/t120401-scope-03-c.html |
| 1727 | css2.1/t120401-scope-04-d.html |
| 1728 | css2.1/t120403-content-none-00-c.html |
| 1729 | css2.1/t120403-display-none-00-c.html |
| 1730 | css2.1/t120403-visibility-00-c.html |
| 1731 | css2.1/t1204-implied-00-b.html |
| 1732 | css2.1/t1204-implied-01-c.html |
| 1733 | css2.1/t1204-implied-02-d.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1734 | css2.1/t1204-multiple-00-c.html |
| 1735 | css2.1/t1204-multiple-01-c.html |
| 1736 | css2.1/t1204-order-00-c.html |
| 1737 | css2.1/t1204-order-01-d.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1738 | css2.1/t1204-root-e.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1739 | css2.1/t1401-c531-color-00-a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1740 | css2.1/t1402-c45-bg-canvas-00-b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1741 | css2.1/t1601-c547-indent-00-b-a.html |
| 1742 | css2.1/t1601-c547-indent-01-d.html |
| 1743 | css2.1/t1602-c43-center-00-d-ag.html |
| 1744 | css2.1/t1602-c546-txt-align-00-b.html |
| 1745 | css2.1/t1604-c541-word-sp-00-b-a.html |
| 1746 | css2.1/t1604-c541-word-sp-01-b-a.html |
| 1747 | css2.1/t1604-c542-letter-sp-00-b-a.html |
| 1748 | css2.1/t1604-c542-letter-sp-01-b-a.html |
| 1749 | css2.1/t1605-c545-txttrans-00-b-ag.html |
| 1750 | css2.1/t1606-c562-white-sp-00-b-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1751 | css2.1/t170602-bdr-conflct-w-50-d.html |
| 1752 | css2.1/t170602-bdr-conflct-w-51-d.html |
| 1753 | css2.1/t170602-bdr-conflct-w-52-d.html |
| 1754 | css2.1/t170602-bdr-conflct-w-53-d.html |
| 1755 | css2.1/t170602-bdr-conflct-w-54-d.html |
| 1756 | css2.1/t170602-bdr-conflct-w-55-d.html |
| 1757 | css2.1/t170602-bdr-conflct-w-56-d.html |
| 1758 | css2.1/t170602-bdr-conflct-w-57-d.html |
| 1759 | css2.1/t170602-bdr-conflct-w-58-d.html |
| 1760 | css2.1/t170602-bdr-conflct-w-59-d.html |
| 1761 | css2.1/t170602-bdr-conflct-w-60-d.html |
| 1762 | css2.1/t170602-bdr-conflct-w-61-d.html |
| 1763 | css2.1/t170602-bdr-conflct-w-62-d.html |
| 1764 | css2.1/t170602-bdr-conflct-w-63-d.html |
| 1765 | css2.1/t170602-bdr-conflct-w-64-d.html |
| 1766 | css2.1/t170602-bdr-conflct-w-65-d.html |
| 1767 | css2.1/t170602-bdr-conflct-w-66-d.html |
| 1768 | css2.1/t170602-bdr-conflct-w-67-d.html |
| 1769 | css2.1/t170602-bdr-conflct-w-68-d.html |
| 1770 | css2.1/t170602-bdr-conflct-w-69-d.html |
| 1771 | css2.1/t170602-bdr-conflct-w-70-d.html |
| 1772 | css2.1/t170602-bdr-conflct-w-71-d.html |
| 1773 | css2.1/t170602-bdr-conflct-w-72-d.html |
| 1774 | css2.1/t170602-bdr-conflct-w-73-d.html |
| 1775 | css2.1/t170602-bdr-conflct-w-74-d.html |
| 1776 | css2.1/t170602-bdr-conflct-w-75-d.html |
| 1777 | css2.1/t170602-bdr-conflct-w-76-d.html |
| 1778 | css2.1/t170602-bdr-conflct-w-77-d.html |
| 1779 | css2.1/t170602-bdr-conflct-w-78-d.html |
| 1780 | css2.1/t170602-bdr-conflct-w-79-d.html |
| 1781 | css2.1/t170602-bdr-conflct-w-80-d.html |
| 1782 | css2.1/t170602-bdr-conflct-w-81-d.html |
| 1783 | css2.1/t170602-bdr-conflct-w-82-d.html |
| 1784 | css2.1/t170602-bdr-conflct-w-83-d.html |
| 1785 | css2.1/t170602-bdr-conflct-w-84-d.html |
| 1786 | css2.1/t170602-bdr-conflct-w-85-d.html |
| 1787 | css2.1/t170602-bdr-conflct-w-86-d.html |
| 1788 | css2.1/t170602-bdr-conflct-w-87-d.html |
| 1789 | css2.1/t170602-bdr-conflct-w-88-d.html |
| 1790 | css2.1/t170602-bdr-conflct-w-89-d.html |
| 1791 | css2.1/t170602-bdr-conflct-w-90-d.html |
| 1792 | css2.1/t170602-bdr-conflct-w-91-d.html |
| 1793 | css2.1/t170602-bdr-conflct-w-92-d.html |
| 1794 | css2.1/t170602-bdr-conflct-w-93-d.html |
| 1795 | css2.1/t170602-bdr-conflct-w-94-d.html |
| 1796 | css2.1/t170602-bdr-conflct-w-95-d.html |
| 1797 | css2.1/t170602-bdr-conflct-w-96-d.html |
| 1798 | css2.1/t170602-bdr-conflct-w-97-d.html |
| 1799 | css2.1/t170602-bdr-conflct-w-98-d.html |
| 1800 | css2.1/t170602-bdr-conflct-w-99-d.html |
hausmann@webkit.org | a4200b64 | 2009-09-30 12:16:33 +0000 | [diff] [blame] | 1801 | css2.1/t040303-c62-percent-00-b-ag.html |
| 1802 | css2.1/t140201-c534-bgre-01-b-ag.html |
| 1803 | css2.1/t140201-c534-bgreps-00-c-ag.html |
| 1804 | css2.1/t140201-c534-bgreps-01-c-ag.html |
| 1805 | css2.1/t140201-c534-bgreps-02-c-ag.html |
| 1806 | css2.1/t140201-c534-bgreps-03-c-ag.html |
| 1807 | css2.1/t140201-c534-bgreps-04-c-ag.html |
| 1808 | css2.1/t140201-c534-bgreps-05-c-ag.html |
| 1809 | css2.1/t140201-c536-bgpos-01-b-ag.html |
| 1810 | css2.1/t140201-c537-bgfxps-00-c-ag.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1811 | css3/css3-modsel-33.html |
| 1812 | css3/css3-modsel-35.html |
| 1813 | css3/css3-modsel-36.html |
| 1814 | css3/css3-modsel-37.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1815 | |
| 1816 | # ============================================================================= # |
| 1817 | # Failing dom/xhtml tests |
| 1818 | # ============================================================================= # |
| 1819 | dom/xhtml/level3/core/canonicalform08.xhtml |
| 1820 | dom/xhtml/level3/core/canonicalform09.xhtml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1821 | dom/xhtml/level3/core/documentgetinputencoding03.xhtml |
| 1822 | dom/xhtml/level3/core/entitygetinputencoding02.xhtml |
| 1823 | dom/xhtml/level3/core/entitygetxmlversion02.xhtml |
| 1824 | dom/xhtml/level3/core/nodegetbaseuri05.xhtml |
| 1825 | dom/xhtml/level3/core/nodegetbaseuri07.xhtml |
| 1826 | dom/xhtml/level3/core/nodegetbaseuri09.xhtml |
| 1827 | dom/xhtml/level3/core/nodegetbaseuri10.xhtml |
| 1828 | dom/xhtml/level3/core/nodegetbaseuri11.xhtml |
| 1829 | dom/xhtml/level3/core/nodegetbaseuri15.xhtml |
| 1830 | dom/xhtml/level3/core/nodegetbaseuri17.xhtml |
| 1831 | dom/xhtml/level3/core/nodegetbaseuri18.xhtml |
| 1832 | dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml |
| 1833 | dom/xhtml/level3/core/nodelookupprefix19.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1834 | |
| 1835 | # ============================================================================= # |
| 1836 | # Failing editing/deleting tests |
| 1837 | # ============================================================================= # |
| 1838 | |
| 1839 | # -- fail with --platform mac --ignore-metrics |
| 1840 | editing/deleting/delete-ligature-001.html |
| 1841 | editing/deleting/delete-ligature-002.html |
| 1842 | editing/deleting/delete-ligature-003.html |
| 1843 | editing/deleting/delete-block-table.html |
| 1844 | editing/deleting/delete-line-end-ws-002.html |
| 1845 | editing/deleting/deletionUI-single-instance.html |
| 1846 | editing/deleting/collapse-whitespace-3587601-fix.html |
| 1847 | editing/deleting/delete-3608430-fix.html |
| 1848 | editing/deleting/delete-3608462-fix.html |
| 1849 | editing/deleting/delete-3800834-fix.html |
| 1850 | editing/deleting/delete-4083333-fix.html |
| 1851 | editing/deleting/delete-and-undo.html |
| 1852 | editing/deleting/delete-at-paragraph-boundaries-008.html |
| 1853 | editing/deleting/delete-block-merge-contents-018.html |
| 1854 | editing/deleting/delete-block-merge-contents-021.html |
| 1855 | editing/deleting/delete-block-merge-contents-022.html |
| 1856 | editing/deleting/delete-br-007.html |
| 1857 | editing/deleting/delete-contiguous-ws-001.html |
| 1858 | editing/deleting/delete-leading-ws-001.html |
| 1859 | editing/deleting/delete-listitem-001.html |
| 1860 | editing/deleting/delete-listitem-002.html |
| 1861 | editing/deleting/delete-tab-001.html |
| 1862 | editing/deleting/delete-tab-002.html |
| 1863 | editing/deleting/delete-tab-003.html |
| 1864 | editing/deleting/delete-tab-004.html |
| 1865 | editing/deleting/delete-ws-fixup-001.html |
| 1866 | editing/deleting/delete-ws-fixup-002.html |
| 1867 | editing/deleting/delete-ws-fixup-003.html |
| 1868 | editing/deleting/delete-ws-fixup-004.html |
| 1869 | editing/deleting/forward-delete.html |
| 1870 | editing/deleting/smart-delete-002.html |
| 1871 | |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 1872 | # =========================================================================== # |
| 1873 | # Failing editing/selection tests. # |
| 1874 | # =========================================================================== # |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1875 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1876 | # This seems to pass now! |
| 1877 | editing/selection/extend-selection-after-double-click.html |
| 1878 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1879 | # -- fail with --platform mac --ignore-metrics |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 1880 | editing/selection/doubleclick-beside-cr-span.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1881 | editing/selection/drag-start-event-client-x-y.html |
| 1882 | editing/selection/hit-test-anonymous.html |
| 1883 | editing/selection/4895428-1.html |
| 1884 | editing/selection/4895428-4.html |
| 1885 | editing/selection/5057506-2.html |
| 1886 | editing/selection/5057506.html |
| 1887 | editing/selection/5232159.html |
| 1888 | editing/selection/5333725.html |
| 1889 | editing/selection/click-start-of-line.html |
| 1890 | editing/selection/contains-boundaries.html |
| 1891 | editing/selection/designmode-no-caret.html |
| 1892 | editing/selection/drag-to-contenteditable-iframe.html |
| 1893 | editing/selection/fake-drag.html |
| 1894 | editing/selection/inline-closest-leaf-child.html |
| 1895 | editing/selection/mixed-editability-1.html |
| 1896 | editing/selection/select-from-textfield-outwards.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1897 | editing/selection/4983858.html |
| 1898 | editing/selection/end-of-document.html |
| 1899 | editing/selection/move-left-right.html |
| 1900 | editing/selection/select-all-001.html |
| 1901 | editing/selection/select-all-002.html |
| 1902 | editing/selection/select-all-003.html |
| 1903 | editing/selection/5081257-1.html |
| 1904 | editing/selection/5081257-2.html |
| 1905 | editing/selection/5234383-1.html |
| 1906 | editing/selection/5234383-2.html |
| 1907 | editing/selection/7152-1.html |
| 1908 | editing/selection/7152-2.html |
| 1909 | editing/selection/drag-in-iframe.html |
| 1910 | editing/selection/editable-html-element.html |
| 1911 | editing/selection/editable-non-editable-crash.html |
| 1912 | editing/selection/move-between-blocks-no-001.html |
| 1913 | editing/selection/move-past-trailing-space.html |
| 1914 | editing/selection/replace-selection-1.html |
| 1915 | editing/selection/select-all-005.html |
| 1916 | editing/selection/select-all-006.html |
| 1917 | editing/selection/select-box.html |
| 1918 | |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 1919 | # [Qt] editing tests fails after r54980 |
| 1920 | # https://bugs.webkit.org/show_bug.cgi?id=35145 |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 1921 | editing/selection/extend-after-mouse-selection.html |
| 1922 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1923 | # stderr |
| 1924 | editing/selection/editable-links.html |
| 1925 | editing/selection/drag-text-delay.html |
| 1926 | |
| 1927 | # https://bugs.webkit.org/show_bug.cgi?id=38656 |
| 1928 | editing/selection/shift-click.html |
| 1929 | |
| 1930 | # -- pass with --platform mac --ignore-metrics |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1931 | editing/selection/extend-selection-bidi.html |
| 1932 | editing/selection/user-drag-element-and-user-select-none.html |
| 1933 | editing/selection/14971.html |
| 1934 | editing/selection/4947387.html |
| 1935 | editing/selection/anchor-focus1.html |
| 1936 | editing/selection/doubleclick-crash.html |
| 1937 | editing/selection/drag-select-1.html |
| 1938 | editing/selection/expanding-selections2.html |
| 1939 | editing/selection/expanding-selections.html |
| 1940 | editing/selection/fake-doubleclick.html |
| 1941 | editing/selection/paragraph-granularity.html |
| 1942 | editing/selection/selection-actions.html |
| 1943 | editing/selection/selection-background.html |
| 1944 | editing/selection/triple-click-in-pre.html |
| 1945 | editing/selection/word-granularity.html |
| 1946 | editing/selection/4975120.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1947 | editing/selection/5354455-1.html |
| 1948 | editing/selection/5354455-2.html |
| 1949 | editing/selection/caret-and-focus-ring.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 1950 | editing/selection/5136696.html |
| 1951 | editing/selection/after-line-wrap.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1952 | editing/selection/13804.html |
| 1953 | editing/selection/3690703-2.html |
| 1954 | editing/selection/3690703.html |
| 1955 | editing/selection/3690719.html |
| 1956 | editing/selection/4397952.html |
| 1957 | editing/selection/4402375.html |
| 1958 | editing/selection/4776665.html |
| 1959 | editing/selection/4818145.html |
| 1960 | editing/selection/4866671.html |
| 1961 | editing/selection/4889598.html |
| 1962 | editing/selection/4895428-2.html |
| 1963 | editing/selection/4895428-3.html |
| 1964 | editing/selection/4932260-1.html |
| 1965 | editing/selection/4932260-2.html |
| 1966 | editing/selection/4932260-3.html |
| 1967 | editing/selection/4960116.html |
| 1968 | editing/selection/4960137.html |
| 1969 | editing/selection/5007143-2.html |
| 1970 | editing/selection/5007143.html |
| 1971 | editing/selection/5076323-1.html |
| 1972 | editing/selection/5076323-2.html |
| 1973 | editing/selection/5076323-3.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1974 | editing/selection/5099303.html |
| 1975 | editing/selection/5131716-1.html |
| 1976 | editing/selection/5131716-2.html |
| 1977 | editing/selection/5131716-3.html |
| 1978 | editing/selection/5131716-4.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1979 | editing/selection/5240265.html |
| 1980 | editing/selection/6476.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1981 | editing/selection/addRange.html |
| 1982 | editing/selection/caret-before-select.html |
| 1983 | editing/selection/caret-rtl-2.html |
| 1984 | editing/selection/caret-rtl.html |
| 1985 | editing/selection/clear-selection.html |
| 1986 | editing/selection/contenteditable-click-inside.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1987 | editing/selection/display-table-text.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 1988 | editing/selection/extend-by-character-001.html |
| 1989 | editing/selection/extend-by-character-002.html |
| 1990 | editing/selection/extend-by-character-003.html |
| 1991 | editing/selection/extend-by-character-004.html |
| 1992 | editing/selection/extend-by-character-005.html |
| 1993 | editing/selection/extend-by-character-006.html |
| 1994 | editing/selection/extend-by-sentence-001.html |
| 1995 | editing/selection/extend-by-word-001.html |
| 1996 | editing/selection/extend-by-word-002.html |
| 1997 | editing/selection/focus-body.html |
| 1998 | editing/selection/focus_editable_html.html |
| 1999 | editing/selection/iframe.html |
| 2000 | editing/selection/image-before-linebreak.html |
| 2001 | editing/selection/inline-table.html |
| 2002 | editing/selection/leave-requested-block.html |
| 2003 | editing/selection/line-wrap-1.html |
| 2004 | editing/selection/line-wrap-2.html |
| 2005 | editing/selection/mixed-editability-2.html |
| 2006 | editing/selection/mixed-editability-3.html |
| 2007 | editing/selection/mixed-editability-4.html |
| 2008 | editing/selection/mixed-editability-5.html |
| 2009 | editing/selection/mixed-editability-6.html |
| 2010 | editing/selection/mixed-editability-7.html |
| 2011 | editing/selection/mixed-editability-8.html |
| 2012 | editing/selection/mixed-editability-9.html |
| 2013 | editing/selection/move-3875618-fix.html |
| 2014 | editing/selection/move-3875641-fix.html |
| 2015 | editing/selection/move-backwords-by-word-001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2016 | editing/selection/move-between-blocks-yes-001.html |
| 2017 | editing/selection/move-by-character-001.html |
| 2018 | editing/selection/move-by-character-002.html |
| 2019 | editing/selection/move-by-character-003.html |
| 2020 | editing/selection/move-by-character-004.html |
| 2021 | editing/selection/move-by-character-005.html |
| 2022 | editing/selection/move-by-character-6.html |
| 2023 | editing/selection/move-by-line-001.html |
| 2024 | editing/selection/move-by-line-002.html |
| 2025 | editing/selection/move-by-sentence-001.html |
| 2026 | editing/selection/move-by-sentence-linebreak.html |
| 2027 | editing/selection/move-by-word-001.html |
| 2028 | editing/selection/node-removal-1.html |
| 2029 | editing/selection/node-removal-2.html |
| 2030 | editing/selection/previous-line-position.html |
| 2031 | editing/selection/replaced-boundaries-1.html |
| 2032 | editing/selection/replaced-boundaries-2.html |
| 2033 | editing/selection/replaced-boundaries-3.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2034 | editing/selection/select-all-004.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2035 | editing/selection/select-all-iframe.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2036 | editing/selection/select-element-paragraph-boundary.html |
| 2037 | editing/selection/selection-3748164-fix.html |
| 2038 | editing/selection/select-missing-image.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2039 | editing/selection/selectNodeContents.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2040 | editing/selection/selectNode.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2041 | editing/selection/table-caret-1.html |
| 2042 | editing/selection/table-caret-2.html |
| 2043 | editing/selection/table-caret-3.html |
| 2044 | editing/selection/unrendered-001.html |
| 2045 | editing/selection/unrendered-002.html |
| 2046 | editing/selection/unrendered-003.html |
| 2047 | editing/selection/unrendered-004.html |
| 2048 | editing/selection/unrendered-005.html |
| 2049 | editing/selection/unrendered-space.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2050 | editing/selection/wrapped-line-caret-1.html |
| 2051 | editing/selection/wrapped-line-caret-2.html |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 2052 | |
ojan@chromium.org | 1ce008c | 2010-07-08 23:51:58 +0000 | [diff] [blame] | 2053 | # https://bugs.webkit.org/show_bug.cgi?id=41918 |
| 2054 | editing/selection/5195166-1.html |
robert@webkit.org | 1585794 | 2010-05-03 15:39:54 +0000 | [diff] [blame] | 2055 | |
philn@webkit.org | 88a209f | 2010-09-16 16:06:46 +0000 | [diff] [blame] | 2056 | # missing DRT feature, see also https://bugs.webkit.org/show_bug.cgi?id=39102 |
| 2057 | editing/selection/context-menu-on-text.html |
philn@webkit.org | fd50428 | 2010-09-21 06:54:09 +0000 | [diff] [blame] | 2058 | # and https://bugs.webkit.org/show_bug.cgi?id=45021 |
| 2059 | media/context-menu-actions.html |
philn@webkit.org | 88a209f | 2010-09-16 16:06:46 +0000 | [diff] [blame] | 2060 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2061 | # ============================================================================= # |
| 2062 | # Failing editing/spelling tests |
| 2063 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2064 | # Need to dump context menu items on eventSender.contextClick(true). |
| 2065 | # https://bugs.webkit.org/show_bug.cgi?id=39103 |
| 2066 | editing/spelling/context-menu-suggestions.html |
| 2067 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2068 | # -- fail with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2069 | editing/spelling/inline_spelling_markers.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2070 | editing/spelling/spelling-linebreak.html |
| 2071 | |
| 2072 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2073 | editing/spelling/spellcheck-attribute.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2074 | editing/spelling/spelling.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2075 | |
commit-queue@webkit.org | 77ba145 | 2010-09-03 10:36:04 +0000 | [diff] [blame] | 2076 | # textInputController.hasSpellingMarkers() is not implemented. |
morrita@google.com | 3cb95c7 | 2010-11-05 04:58:51 +0000 | [diff] [blame] | 2077 | editing/spelling/spelling-hasspellingmarker.html |
commit-queue@webkit.org | 77ba145 | 2010-09-03 10:36:04 +0000 | [diff] [blame] | 2078 | |
morrita@google.com | 00b3f0f | 2010-09-09 03:26:17 +0000 | [diff] [blame] | 2079 | # https://bugs.webkit.org/show_bug.cgi?id=45435 |
| 2080 | editing/spelling/spelling-backspace-between-lines.html |
| 2081 | |
morrita@google.com | d165d1d | 2010-10-28 10:41:58 +0000 | [diff] [blame] | 2082 | editing/spelling/spelling-attribute-change.html |
morrita@google.com | 447109a | 2010-11-02 06:34:26 +0000 | [diff] [blame] | 2083 | editing/spelling/spelling-attribute-at-child.html |
morrita@google.com | d165d1d | 2010-10-28 10:41:58 +0000 | [diff] [blame] | 2084 | |
morrita@google.com | 7a18fee | 2010-12-13 06:06:19 +0000 | [diff] [blame] | 2085 | # EditorClient::requestCheckingOfString() is not implemented |
| 2086 | editing/spelling/spellcheck-paste.html |
| 2087 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2088 | # ============================================================================= # |
| 2089 | # failing editing/style tests |
| 2090 | # ============================================================================= # |
| 2091 | |
| 2092 | # -- fail with --platform mac --ignore-metrics |
| 2093 | editing/style/style-3681552-fix-002.html |
| 2094 | editing/style/apple-style-editable-mix.html |
| 2095 | editing/style/create-block-for-style-012.html |
| 2096 | editing/style/5279521.html |
| 2097 | editing/style/create-block-for-style-001.html |
| 2098 | editing/style/create-block-for-style-002.html |
| 2099 | editing/style/create-block-for-style-003.html |
| 2100 | editing/style/create-block-for-style-004.html |
| 2101 | editing/style/create-block-for-style-005.html |
| 2102 | editing/style/create-block-for-style-006.html |
| 2103 | editing/style/create-block-for-style-009.html |
| 2104 | editing/style/create-block-for-style-010.html |
| 2105 | editing/style/create-block-for-style-011.html |
| 2106 | editing/style/create-block-for-style-013.html |
| 2107 | editing/style/relative-font-size-change-001.html |
| 2108 | editing/style/relative-font-size-change-002.html |
| 2109 | editing/style/relative-font-size-change-003.html |
| 2110 | editing/style/relative-font-size-change-004.html |
| 2111 | editing/style/style-3681552-fix-001.html |
| 2112 | editing/style/typing-style-001.html |
| 2113 | editing/style/typing-style-002.html |
| 2114 | editing/style/unbold-in-bold.html |
| 2115 | |
| 2116 | # -- pass with --platform mac --ignore-metrics |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2117 | editing/style/apply-through-end-of-document.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2118 | editing/style/font-family-with-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2119 | editing/style/4916887.html |
| 2120 | editing/style/5017613-1.html |
| 2121 | editing/style/5017613-2.html |
| 2122 | editing/style/5046875-1.html |
| 2123 | editing/style/5046875-2.html |
| 2124 | editing/style/5065910.html |
| 2125 | editing/style/5084241.html |
| 2126 | editing/style/5228141.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2127 | editing/style/block-style-001.html |
| 2128 | editing/style/block-style-002.html |
| 2129 | editing/style/block-style-003.html |
| 2130 | editing/style/block-style-004.html |
| 2131 | editing/style/block-style-005.html |
| 2132 | editing/style/block-style-006.html |
| 2133 | editing/style/block-styles-007.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2134 | editing/style/create-block-for-style-007.html |
| 2135 | editing/style/create-block-for-style-008.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2136 | editing/style/designmode.html |
| 2137 | editing/style/fontsize-1.html |
| 2138 | editing/style/highlight.html |
| 2139 | editing/style/non-inheritable-styles.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2140 | editing/style/smoosh-styles-001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2141 | editing/style/smoosh-styles-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2142 | editing/style/style-3690704-fix.html |
| 2143 | editing/style/style-3998892-fix.html |
| 2144 | editing/style/style-boundary-001.html |
| 2145 | editing/style/style-boundary-002.html |
| 2146 | editing/style/style-boundary-003.html |
| 2147 | editing/style/style-boundary-004.html |
| 2148 | editing/style/style-boundary-005.html |
| 2149 | editing/style/table-selection.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2150 | |
| 2151 | # ============================================================================= # |
| 2152 | # failing undo tests |
| 2153 | # ============================================================================= # |
| 2154 | |
| 2155 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2156 | editing/undo/5378473.html |
| 2157 | editing/undo/redo-typing-001.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2158 | editing/undo/undo-misspellings.html |
| 2159 | editing/undo/undo-typing-001.html |
| 2160 | |
| 2161 | # -- fail with --platform mac --ignore-metrics |
| 2162 | editing/undo/4063751.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2163 | editing/undo/undo-combined-delete-boundary.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2164 | editing/undo/undo-combined-delete.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2165 | editing/undo/undo-delete-boundary.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2166 | editing/undo/undo-delete.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2167 | editing/undo/undo-forward-delete-boundary.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2168 | editing/undo/undo-forward-delete.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2169 | |
| 2170 | # ============================================================================= # |
| 2171 | # failing unsupported-content tests |
| 2172 | # ============================================================================= # |
| 2173 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2174 | editing/unsupported-content/list-delete-001.html |
| 2175 | editing/unsupported-content/list-delete-003.html |
| 2176 | editing/unsupported-content/list-type-after.html |
| 2177 | editing/unsupported-content/list-type-before.html |
| 2178 | editing/unsupported-content/table-delete-001.html |
| 2179 | editing/unsupported-content/table-delete-002.html |
| 2180 | editing/unsupported-content/table-delete-003.html |
| 2181 | editing/unsupported-content/table-type-after.html |
| 2182 | editing/unsupported-content/table-type-before.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2183 | |
| 2184 | |
| 2185 | # ============================================================================= # |
| 2186 | # failing fast tests |
| 2187 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2188 | |
ossy@webkit.org | 71bb4c5 | 2010-06-14 20:05:21 +0000 | [diff] [blame] | 2189 | # [Qt] fast/text/justify-padding-distribution.html fails |
| 2190 | # https://bugs.webkit.org/show_bug.cgi?id=40584 |
| 2191 | fast/text/justify-padding-distribution.html |
| 2192 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2193 | # Failing tests introduced by changing the default font sizes to |
| 2194 | # conform other platforms. Probably caused by previously hidden bugs. |
| 2195 | fast/css/getComputedStyle/computed-style-without-renderer.html |
| 2196 | fast/css/getComputedStyle/computed-style.html |
| 2197 | fast/history/history_reload.html |
| 2198 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2199 | # This test fails because Qt does not support conditionals in unicode special casing. |
| 2200 | # See also http://trolltech.com/developer/task-tracker/index_html?id=212870&method=entry |
| 2201 | fast/css/case-transform.html |
| 2202 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2203 | # New test hangs QT bot |
| 2204 | # Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928 |
| 2205 | fast/loader/recursive-before-unload-crash.html |
| 2206 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2207 | # REGRESSION (r53450) - skipped until fix |
| 2208 | # https://bugs.webkit.org/show_bug.cgi?id=33834 |
| 2209 | fast/forms/textarea-scrollbar-height.html |
| 2210 | # Final four tests before Qt buildbot is green |
| 2211 | # https://bugs.webkit.org/show_bug.cgi?id=27914 |
| 2212 | fast/css/positioned-overflow-scroll.html |
| 2213 | fast/dom/prototype-inheritance-2.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2214 | # This port doesn't support detecting slow unload handlers. |
| 2215 | fast/dom/Window/slow-unload-handler.html |
| 2216 | fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html |
| 2217 | # Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830 |
| 2218 | fast/multicol/single-line.html |
| 2219 | # validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959 |
| 2220 | fast/forms/validationMessage.html |
| 2221 | fast/css/color-correction-backgrounds-and-text.html |
| 2222 | fast/css/color-correction-on-background-image.html |
| 2223 | fast/css/color-correction-on-backgrounds.html |
| 2224 | fast/css/color-correction-on-box-shadow.html |
| 2225 | fast/css/color-correction-on-text-shadow.html |
| 2226 | fast/css/color-correction-on-text.html |
| 2227 | fast/css/color-correction-untagged-images.html |
| 2228 | fast/css/color-correction.html |
| 2229 | |
| 2230 | fast/block/positioning/relative-positioned-inline-container.html |
| 2231 | fast/repaint/block-selection-gap-in-composited-layer.html |
| 2232 | fast/repaint/block-selection-gap-in-table-cell.html |
| 2233 | fast/repaint/block-selection-gap-stale-cache-2.html |
| 2234 | fast/repaint/block-selection-gap-stale-cache.html |
| 2235 | fast/repaint/inline-overflow.html |
| 2236 | fast/repaint/inline-relative-positioned.html |
| 2237 | # new test without expected file introduced by http://trac.webkit.org/changeset/51549 |
| 2238 | fast/css/namespaces/namespaces-comments.xml |
| 2239 | # new test without expected file introduced by http://trac.webkit.org/changeset/51556 |
| 2240 | fast/css/namespaces/namespaces-empty.xml |
| 2241 | # eventSender missing touchCancel() and cancelTouchPoint() |
| 2242 | fast/events/touch/send-oncancel-event.html |
| 2243 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2244 | # Relies on WebKit API [WebView _loadBackForwardListFromOtherView:] |
| 2245 | fast/loader/crash-copying-backforwardlist.html |
| 2246 | |
| 2247 | # Because ENABLE_DASHBOARD_SUPPORT=0 is the default option. (Apple's dashboard support in OS X) |
| 2248 | fast/css/dashboard-regions-attr-crash.html |
| 2249 | |
| 2250 | # Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports |
| 2251 | fast/loader/api-test-new-window-data-load-base-url.html |
| 2252 | fast/loader/api-test-go-to-current-back-forward-item.html |
| 2253 | |
| 2254 | # Slider tests that need new results |
| 2255 | fast/forms/slider-padding.html |
| 2256 | fast/forms/slider-thumb-shared-style.html |
| 2257 | fast/forms/slider-thumb-stylability.html |
| 2258 | fast/forms/slider-zoomed.html |
| 2259 | fast/forms/slider-mouse-events.html |
| 2260 | |
| 2261 | # Just needs pixel and rendering results generated by someone with this platform: |
| 2262 | fast/css/non-standard-checkbox-size.html |
| 2263 | |
| 2264 | # For some reason crashes when run with all tests. Passes individually. |
| 2265 | fast/forms/multiple-form-submission-protection-mouse.html |
| 2266 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2267 | # https://bugs.webkit.org/show_bug.cgi?id=35973 |
| 2268 | fast/multicol/hit-test-above-or-below.html |
| 2269 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2270 | # fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop |
| 2271 | # https://bugs.webkit.org/show_bug.cgi?id=36467 |
| 2272 | fast/loader/stateobjects/replacestate-in-iframe.html |
| 2273 | |
| 2274 | # Not sure why this is failing on Qt. |
| 2275 | # https://bugs.webkit.org/show_bug.cgi?id=37697 |
| 2276 | fast/url/host.html |
| 2277 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 2278 | # https://bugs.webkit.org/show_bug.cgi?id=39852 |
| 2279 | fast/encoding/yentest.html |
| 2280 | fast/encoding/yentest2.html |
| 2281 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2282 | # -- fail with --platform mac --ignore-metrics |
| 2283 | fast/box-sizing/percentage-height.html |
| 2284 | fast/css/acid2-pixel.html |
| 2285 | fast/css/acid2.html |
| 2286 | fast/dom/focus-contenteditable.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2287 | fast/dom/isindex-002.html |
| 2288 | # seems to trigger some bugs/missing features in QTextCodec |
| 2289 | fast/encoding/char-encoding.html |
| 2290 | # QUrl::from/toACE seems to be stricter than what ICU does. |
| 2291 | fast/encoding/idn-security.html |
| 2292 | fast/encoding/xmacroman-encoding-test.html |
| 2293 | fast/encoding/GBK/EUC-CN.html |
| 2294 | fast/encoding/GBK/chinese.html |
| 2295 | fast/encoding/GBK/cn-gb.html |
| 2296 | fast/encoding/GBK/csgb2312.html |
| 2297 | fast/encoding/GBK/csgb231280.html |
| 2298 | fast/encoding/GBK/gb2312.html |
| 2299 | fast/encoding/GBK/gb_2312-80.html |
| 2300 | fast/encoding/GBK/gbk.html |
| 2301 | fast/encoding/GBK/iso-ir-58.html |
| 2302 | fast/encoding/GBK/x-euc-cn.html |
| 2303 | fast/encoding/GBK/x-gbk.html |
| 2304 | fast/events/autoscroll.html |
| 2305 | fast/events/click-count.html |
| 2306 | fast/events/content-changed-during-drop.html |
| 2307 | fast/events/js-keyboard-event-creation.html |
| 2308 | fast/events/keydown-1.html |
| 2309 | fast/events/keypress-insert-tab.html |
| 2310 | fast/events/ondragenter.html |
| 2311 | fast/events/reveal-link-when-focused.html |
| 2312 | fast/events/standalone-image-drag-to-editable.html |
| 2313 | fast/events/updateLayoutForHitTest.html |
| 2314 | fast/forms/input-selectedoption.html |
| 2315 | fast/forms/drag-into-textarea.html |
| 2316 | fast/forms/input-readonly-autoscroll.html |
| 2317 | fast/forms/input-text-click-outside.html |
| 2318 | fast/forms/input-text-drag-down.html |
| 2319 | fast/forms/input-text-scroll-left-on-blur.html |
| 2320 | fast/forms/listbox-onchange.html |
| 2321 | fast/forms/listbox-selection-2.html |
| 2322 | fast/forms/listbox-selection.html |
| 2323 | fast/forms/onselect-textarea.html |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 2324 | fast/forms/search-rtl.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2325 | fast/forms/select-writing-direction-natural.html |
| 2326 | fast/forms/tabbing-input-iframe.html |
| 2327 | fast/forms/textAreaLineHeight.html |
| 2328 | fast/forms/textarea-scroll-height.html |
| 2329 | fast/forms/textarea-scrollbar.html |
| 2330 | fast/forms/textarea-scrolled-type.html |
| 2331 | fast/frames/iframe-window-focus.html |
| 2332 | fast/html/keygen.html |
| 2333 | fast/invalid/missing-end-tag.xhtml |
| 2334 | fast/invalid/residual-style.html |
| 2335 | fast/js/string-capitalization.html |
| 2336 | fast/lists/drag-into-marker.html |
| 2337 | fast/overflow/clip-rects-fixed-ancestor.html |
| 2338 | fast/overflow/overflow-rtl.html |
| 2339 | fast/overflow/overflow-x-y.html |
| 2340 | fast/overflow/scroll-nested-positioned-layer-in-overflow.html |
| 2341 | fast/overflow/scrollRevealButton.html |
| 2342 | fast/parser/external-entities.xml |
| 2343 | fast/parser/xhtml-alternate-entities.xml |
| 2344 | fast/repaint/box-shadow-h.html |
| 2345 | fast/repaint/box-shadow-v.html |
| 2346 | fast/repaint/fixed.html |
| 2347 | fast/repaint/flexible-box-overflow-horizontal.html |
| 2348 | fast/repaint/flexible-box-overflow.html |
| 2349 | fast/repaint/inline-block-overflow.html |
| 2350 | fast/repaint/layer-child-outline.html |
| 2351 | fast/repaint/layer-outline-horizontal.html |
| 2352 | fast/repaint/layer-outline.html |
| 2353 | fast/repaint/list-marker.html |
| 2354 | fast/repaint/overflow-outline-repaint.html |
| 2355 | fast/repaint/selection-gap-overflow-scroll.html |
| 2356 | fast/repaint/table-cell-vertical-overflow.html |
| 2357 | fast/repaint/text-selection-rect-in-overflow-2.html |
| 2358 | fast/repaint/text-selection-rect-in-overflow.html |
| 2359 | fast/repaint/text-shadow-horizontal.html |
| 2360 | fast/repaint/text-shadow.html |
| 2361 | fast/replaced/width100percent-textarea.html |
| 2362 | fast/table/giantCellspacing.html |
| 2363 | fast/text/atsui-pointtooffset-calls-cg.html |
| 2364 | fast/text/atsui-rtl-override-selection.html |
| 2365 | fast/text/in-rendered-text-rtl.html |
| 2366 | fast/text/large-text-composed-char-dos.html |
| 2367 | fast/text/international/002.html |
| 2368 | fast/block/positioning/absolute-in-inline-rtl-4.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2369 | fast/canvas/canvas-gradient-addStop-error.html |
| 2370 | fast/css/zoom-body-scroll.html |
| 2371 | fast/dom/Element/getBoundingClientRect.html |
| 2372 | fast/dom/Element/getClientRects.html |
| 2373 | fast/dom/Range/getBoundingClientRect.html |
| 2374 | fast/dom/Range/getClientRects.html |
| 2375 | fast/dom/tabindex-clamp.html |
| 2376 | fast/dom/HTMLScriptElement/nested-execution.html |
| 2377 | fast/dom/Window/webkitConvertPoint.html |
| 2378 | fast/encoding/char-encoding-mac.html |
| 2379 | fast/encoding/hebrew/8859-8-e.html |
| 2380 | fast/encoding/hebrew/8859-8-i.html |
| 2381 | fast/encoding/hebrew/logical.html |
| 2382 | fast/events/crash-on-mutate-during-drop.html |
| 2383 | fast/forms/option-mouseevents.html |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 2384 | fast/forms/search-abs-pos-cancel-button.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2385 | fast/forms/text-control-intrinsic-widths.html |
| 2386 | fast/forms/textarea-metrics.html |
| 2387 | fast/history/window-open.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2388 | fast/dom/HTMLDocument/hasFocus.html |
| 2389 | fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html |
| 2390 | fast/dom/Range/range-expand.html |
| 2391 | fast/encoding/char-decoding.html |
| 2392 | fast/encoding/frame-default-enc.html |
| 2393 | fast/encoding/invalid-xml.html |
| 2394 | fast/events/attempt-scroll-with-no-scrollbars.html |
| 2395 | fast/events/key-events-in-input-button.html |
| 2396 | fast/forms/input-radio-checked-tab.html |
| 2397 | fast/frames/onlyCommentInIFrame.html |
| 2398 | fast/invalid/junk-data.xml |
| 2399 | fast/loader/text-document-wrapping.html |
| 2400 | fast/overflow/005.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2401 | fast/repaint/inline-outline-repaint.html |
| 2402 | fast/text/find-case-folding.html |
| 2403 | fast/text/large-text-composed-char.html |
| 2404 | fast/text/basic/014.html |
| 2405 | fast/text/international/rtl-white-space-pre-wrap.html |
| 2406 | fast/text/whitespace/pre-wrap-overflow-selection.html |
| 2407 | fast/block/basic/text-indent-rtl.html |
| 2408 | fast/block/float/026.html |
| 2409 | fast/block/float/028.html |
| 2410 | fast/block/float/editable-text-overlapping-float.html |
| 2411 | fast/block/margin-collapse/103.html |
| 2412 | fast/block/positioning/auto/006.html |
| 2413 | fast/css/disabled-author-styles.html |
| 2414 | fast/css/MarqueeLayoutTest.html |
| 2415 | fast/css/resize-corner-tracking.html |
| 2416 | fast/css/text-overflow-ellipsis-bidi.html |
| 2417 | fast/css/text-overflow-ellipsis.html |
| 2418 | fast/css/text-overflow-ellipsis-strict.html |
| 2419 | fast/dom/HTMLTextAreaElement/reset-textarea.html |
| 2420 | fast/dom/icon-url-property.html |
| 2421 | fast/dynamic/008.html |
| 2422 | fast/encoding/char-decoding-mac.html |
| 2423 | fast/encoding/hebrew/csISO88598I.html |
| 2424 | fast/events/offsetX-offsetY.html |
| 2425 | fast/forms/basic-textareas.html |
| 2426 | fast/forms/box-shadow-override.html |
| 2427 | fast/forms/button-white-space.html |
| 2428 | fast/forms/disabled-select-change-index.html |
| 2429 | fast/forms/file-input-direction.html |
| 2430 | fast/forms/file-input-disabled.html |
| 2431 | fast/forms/form-element-geometry.html |
| 2432 | fast/forms/hidden-input-file.html |
| 2433 | fast/forms/input-appearance-height.html |
| 2434 | fast/forms/input-appearance-width.html |
| 2435 | fast/forms/input-disabled-color.html |
| 2436 | fast/forms/input-table.html |
| 2437 | fast/forms/input-value.html |
| 2438 | fast/forms/listbox-deselect-scroll.html |
| 2439 | fast/forms/listbox-hit-test-zoomed.html |
| 2440 | fast/forms/negativeLineHeight.html |
| 2441 | fast/forms/placeholder-pseudo-style.html |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 2442 | fast/forms/search-styled.html |
| 2443 | fast/forms/search-transformed.html |
| 2444 | fast/forms/search-zoomed.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2445 | fast/forms/textarea-align.html |
| 2446 | fast/forms/textarea-setinnerhtml.html |
| 2447 | fast/forms/textarea-width.html |
| 2448 | fast/inline/inline-borders-with-bidi-override.html |
| 2449 | fast/layers/scroll-rect-to-visible.html |
| 2450 | fast/layers/video-layer.html |
| 2451 | fast/media/mq-transform-02.html |
| 2452 | fast/media/mq-transform-03.html |
| 2453 | fast/overflow/image-selection-highlight.html |
| 2454 | fast/overflow/infiniteRecursionGuard.html |
| 2455 | fast/overflow/overflow_hidden.html |
| 2456 | fast/overflow/overflow-text-hit-testing.html |
| 2457 | fast/overflow/unreachable-overflow-rtl-bug.html |
| 2458 | fast/parser/entity-comment-in-textarea.html |
| 2459 | fast/parser/open-comment-in-textarea.html |
| 2460 | fast/repaint/focus-ring.html |
| 2461 | fast/repaint/selection-after-delete.html |
| 2462 | fast/repaint/selection-after-remove.html |
| 2463 | fast/repaint/shadow-multiple-horizontal.html |
| 2464 | fast/repaint/shadow-multiple-strict-horizontal.html |
| 2465 | fast/repaint/shadow-multiple-strict-vertical.html |
| 2466 | fast/repaint/shadow-multiple-vertical.html |
| 2467 | fast/replaced/border-radius-clip.html |
| 2468 | fast/table/003.html |
| 2469 | fast/table/cell-pref-width-invalidation.html |
| 2470 | fast/text/atsui-spacing-features.html |
tony@chromium.org | 7ca6bde | 2010-11-17 23:41:36 +0000 | [diff] [blame] | 2471 | fast/text/atsui-negative-spacing-features.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2472 | fast/text/basic/015.html |
| 2473 | fast/text/capitalize-boundaries.html |
| 2474 | fast/text/complex-text-opacity.html |
| 2475 | fast/text/embed-at-end-of-pre-wrap-line.html |
| 2476 | fast/text/international/003.html |
| 2477 | fast/text/international/bidi-AN-after-empty-run.html |
| 2478 | fast/text/international/bidi-layout-across-linebreak.html |
| 2479 | fast/text/international/bidi-LDB-2-formatting-characters.html |
| 2480 | fast/text/international/bidi-LDB-2-HTML.html |
| 2481 | fast/text/international/bidi-listbox-atsui.html |
| 2482 | fast/text/international/bidi-listbox.html |
| 2483 | fast/text/international/bidi-override.html |
| 2484 | fast/text/line-breaks-after-white-space.html |
| 2485 | fast/text/trailing-white-space-2.html |
| 2486 | fast/text/trailing-white-space.html |
| 2487 | fast/text/whitespace/normal-after-nowrap-breaking.html |
| 2488 | fast/text/whitespace/pre-break-word.html |
| 2489 | fast/text/whitespace/pre-wrap-line-test.html |
| 2490 | fast/text/whitespace/pre-wrap-spaces-after-newline.html |
| 2491 | fast/text/whitespace/tab-character-basics.html |
| 2492 | fast/text/word-break.html |
| 2493 | fast/text/word-break-run-rounding.html |
| 2494 | fast/transforms/transform-positioned-ancestor.html |
| 2495 | |
| 2496 | # -- timedout with --platform mac --ignore-metrics |
| 2497 | fast/events/5056619.html |
| 2498 | fast/events/drag-in-frames.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2499 | fast/loader/null-request-after-willSendRequest.html |
| 2500 | fast/text/international/thai-line-breaks.html |
| 2501 | |
| 2502 | # --crashed with --platform mac --ignore-metrics |
| 2503 | fast/text/midword-break-after-breakable-char.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2504 | |
| 2505 | |
| 2506 | # -- pass with --platform mac --ignore-metrics |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2507 | fast/backgrounds/animated-gif-as-background.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2508 | fast/backgrounds/animated-svg-as-mask.html |
| 2509 | fast/backgrounds/background-clip-text.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2510 | fast/backgrounds/opacity-on-document-element.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2511 | fast/backgrounds/repeat/negative-offset-repeat-transformed.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2512 | fast/backgrounds/size/backgroundSize16.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2513 | fast/backgrounds/svg-as-mask.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2514 | fast/block/basic/001.html |
| 2515 | fast/block/basic/002.html |
| 2516 | fast/block/basic/003.html |
| 2517 | fast/block/basic/004.html |
| 2518 | fast/block/basic/005.html |
| 2519 | fast/block/basic/006.html |
| 2520 | fast/block/basic/007.html |
| 2521 | fast/block/basic/008.html |
| 2522 | fast/block/basic/009.html |
| 2523 | fast/block/basic/010.html |
| 2524 | fast/block/basic/011.html |
| 2525 | fast/block/basic/012.html |
| 2526 | fast/block/basic/013.html |
| 2527 | fast/block/basic/014.html |
| 2528 | fast/block/basic/015.html |
| 2529 | fast/block/basic/016.html |
| 2530 | fast/block/basic/018.html |
| 2531 | fast/block/basic/019.html |
| 2532 | fast/block/basic/020.html |
| 2533 | fast/block/basic/021.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2534 | fast/block/basic/adding-near-anonymous-block.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2535 | fast/block/basic/fieldset-stretch-to-legend.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2536 | fast/block/basic/min-pref-width-nowrap-floats.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2537 | fast/block/basic/minheight.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2538 | fast/block/basic/quirk-height.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2539 | fast/block/basic/quirk-percent-height-grandchild.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2540 | fast/block/basic/white-space-pre-wraps.html |
| 2541 | fast/block/float/001.html |
| 2542 | fast/block/float/002.html |
| 2543 | fast/block/float/003.html |
| 2544 | fast/block/float/004.html |
| 2545 | fast/block/float/005.html |
| 2546 | fast/block/float/006.html |
| 2547 | fast/block/float/007.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2548 | fast/block/float/010.html |
| 2549 | fast/block/float/011.html |
| 2550 | fast/block/float/012.html |
| 2551 | fast/block/float/013.html |
| 2552 | fast/block/float/014.html |
| 2553 | fast/block/float/015.html |
| 2554 | fast/block/float/016.html |
| 2555 | fast/block/float/017.html |
| 2556 | fast/block/float/018.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2557 | fast/block/float/020.html |
| 2558 | fast/block/float/021.html |
| 2559 | fast/block/float/022.html |
| 2560 | fast/block/float/023.html |
| 2561 | fast/block/float/024.html |
| 2562 | fast/block/float/025.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2563 | fast/block/float/027.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2564 | fast/block/float/029.html |
| 2565 | fast/block/float/030.html |
| 2566 | fast/block/float/031.html |
| 2567 | fast/block/float/032.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2568 | fast/block/float/br-with-clear-2.html |
| 2569 | fast/block/float/br-with-clear.html |
| 2570 | fast/block/float/clamped-right-float.html |
aestes@apple.com | 2dc0df61 | 2010-10-28 21:16:14 +0000 | [diff] [blame] | 2571 | fast/block/float/clear-element-too-wide-for-containing-block.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2572 | fast/block/float/dynamic-unfloat-pref-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2573 | fast/block/float/float-avoidance.html |
| 2574 | fast/block/float/float-in-float-hit-testing.html |
| 2575 | fast/block/float/float-in-float-painting.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2576 | fast/block/float/float-on-zero-height-line.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2577 | fast/block/float/independent-align-positioning.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2578 | fast/block/float/intruding-painted-twice.html |
| 2579 | fast/block/float/marquee-shrink-to-avoid-floats.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2580 | fast/block/float/multiple-float-positioning.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2581 | fast/block/float/narrow-after-wide.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2582 | fast/block/float/nested-clearance.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2583 | fast/block/float/nestedAnonymousBlocks.html |
| 2584 | fast/block/float/nestedAnonymousBlocks2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2585 | fast/block/float/nopaint-after-layer-destruction.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2586 | fast/block/float/nopaint-after-layer-destruction2.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2587 | fast/block/float/overhanging-after-height-decrease-offsets.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2588 | fast/block/float/overhanging-after-height-decrease.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2589 | fast/block/float/overlapping-floats-with-overflow-hidden.html |
| 2590 | fast/block/float/relative-painted-twice.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2591 | fast/block/float/shrink-to-fit-width.html |
| 2592 | fast/block/float/table-relayout.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2593 | fast/block/float/vertical-move-relayout.html |
| 2594 | fast/block/float/width-update-after-clear.html |
| 2595 | fast/block/margin-collapse/001.html |
| 2596 | fast/block/margin-collapse/002.html |
| 2597 | fast/block/margin-collapse/003.html |
| 2598 | fast/block/margin-collapse/004.html |
| 2599 | fast/block/margin-collapse/005.html |
| 2600 | fast/block/margin-collapse/006.html |
| 2601 | fast/block/margin-collapse/010.html |
| 2602 | fast/block/margin-collapse/011.html |
| 2603 | fast/block/margin-collapse/012.html |
| 2604 | fast/block/margin-collapse/015.html |
| 2605 | fast/block/margin-collapse/016.html |
| 2606 | fast/block/margin-collapse/017.html |
| 2607 | fast/block/margin-collapse/018.html |
| 2608 | fast/block/margin-collapse/019.html |
| 2609 | fast/block/margin-collapse/020.html |
| 2610 | fast/block/margin-collapse/021.html |
| 2611 | fast/block/margin-collapse/022.html |
| 2612 | fast/block/margin-collapse/025.html |
| 2613 | fast/block/margin-collapse/026.html |
| 2614 | fast/block/margin-collapse/027.html |
| 2615 | fast/block/margin-collapse/028.html |
| 2616 | fast/block/margin-collapse/029.html |
| 2617 | fast/block/margin-collapse/030.html |
| 2618 | fast/block/margin-collapse/031.html |
| 2619 | fast/block/margin-collapse/032.html |
| 2620 | fast/block/margin-collapse/033.html |
| 2621 | fast/block/margin-collapse/034.html |
| 2622 | fast/block/margin-collapse/035.html |
| 2623 | fast/block/margin-collapse/037.html |
| 2624 | fast/block/margin-collapse/038.html |
| 2625 | fast/block/margin-collapse/039.html |
| 2626 | fast/block/margin-collapse/040.html |
| 2627 | fast/block/margin-collapse/041.html |
| 2628 | fast/block/margin-collapse/042.html |
| 2629 | fast/block/margin-collapse/043.html |
| 2630 | fast/block/margin-collapse/044.html |
| 2631 | fast/block/margin-collapse/045.html |
| 2632 | fast/block/margin-collapse/055.html |
| 2633 | fast/block/margin-collapse/056.html |
| 2634 | fast/block/margin-collapse/057.html |
| 2635 | fast/block/margin-collapse/058.html |
| 2636 | fast/block/margin-collapse/059.html |
| 2637 | fast/block/margin-collapse/062.html |
| 2638 | fast/block/margin-collapse/063.html |
| 2639 | fast/block/margin-collapse/100.html |
| 2640 | fast/block/margin-collapse/101.html |
| 2641 | fast/block/margin-collapse/102.html |
| 2642 | fast/block/margin-collapse/104.html |
| 2643 | fast/block/margin-collapse/empty-clear-blocks.html |
| 2644 | fast/block/margin-collapse/negative-margins.html |
| 2645 | fast/block/positioning/001.html |
| 2646 | fast/block/positioning/002.html |
| 2647 | fast/block/positioning/047.html |
| 2648 | fast/block/positioning/051.html |
| 2649 | fast/block/positioning/052.html |
| 2650 | fast/block/positioning/053.html |
| 2651 | fast/block/positioning/054.html |
| 2652 | fast/block/positioning/055.html |
| 2653 | fast/block/positioning/056.html |
| 2654 | fast/block/positioning/057.html |
| 2655 | fast/block/positioning/058.html |
| 2656 | fast/block/positioning/059.html |
| 2657 | fast/block/positioning/060.html |
| 2658 | fast/block/positioning/061.html |
| 2659 | fast/block/positioning/abs-inside-inline-rel.html |
| 2660 | fast/block/positioning/absolute-in-inline-ltr-2.html |
| 2661 | fast/block/positioning/absolute-in-inline-ltr-3.html |
| 2662 | fast/block/positioning/absolute-in-inline-ltr.html |
| 2663 | fast/block/positioning/absolute-in-inline-rtl-2.html |
| 2664 | fast/block/positioning/absolute-in-inline-rtl-3.html |
| 2665 | fast/block/positioning/absolute-in-inline-rtl.html |
| 2666 | fast/block/positioning/absolute-in-inline-short-ltr.html |
| 2667 | fast/block/positioning/absolute-in-inline-short-rtl.html |
| 2668 | fast/block/positioning/absolute-length-of-neg-666666.html |
| 2669 | fast/block/positioning/absolute-position-direction-quirk.html |
| 2670 | fast/block/positioning/absolute-position-direction-strict.html |
| 2671 | fast/block/positioning/absolute-positioned-overconstrained.html |
| 2672 | fast/block/positioning/absolute-with-html-border-quirks.html |
| 2673 | fast/block/positioning/absolute-with-html-border-strict.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2674 | fast/block/positioning/auto-height-with-top-and-bottom.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2675 | fast/block/positioning/auto/001.html |
| 2676 | fast/block/positioning/auto/002.html |
| 2677 | fast/block/positioning/auto/003.html |
| 2678 | fast/block/positioning/auto/004.html |
| 2679 | fast/block/positioning/auto/005.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2680 | fast/block/positioning/auto/007.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2681 | fast/block/positioning/child-of-absolute-with-auto-height.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2682 | fast/block/positioning/fixed-positioning-scrollbar-bug.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2683 | fast/block/positioning/height-change.html |
| 2684 | fast/block/positioning/inline-block-relposition.html |
| 2685 | fast/block/positioning/leftmargin-topmargin.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2686 | fast/block/positioning/move-with-auto-width.html |
| 2687 | fast/block/positioning/negative-rel-position.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2688 | fast/block/positioning/negative-right-pos.html |
| 2689 | fast/block/positioning/offsetLeft-offsetTop-borders.html |
| 2690 | fast/block/positioning/padding-percent.html |
| 2691 | fast/block/positioning/pref-width-change.html |
| 2692 | fast/block/positioning/relative-overflow-block.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2693 | fast/block/positioning/relative-overflow-replaced-float.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2694 | fast/block/positioning/relative-overflow-replaced.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2695 | fast/block/positioning/relayout-on-position-change.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2696 | fast/block/positioning/replaced-inside-fixed-top-bottom.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2697 | fast/block/positioning/window-height-change.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2698 | fast/body-propagation/background-color/001-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2699 | fast/body-propagation/background-color/001.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2700 | fast/body-propagation/background-color/002-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2701 | fast/body-propagation/background-color/002.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2702 | fast/body-propagation/background-color/003-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2703 | fast/body-propagation/background-color/003-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2704 | fast/body-propagation/background-color/003.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2705 | fast/body-propagation/background-color/004-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2706 | fast/body-propagation/background-color/004-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2707 | fast/body-propagation/background-color/004.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2708 | fast/body-propagation/background-color/005-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2709 | fast/body-propagation/background-color/005-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2710 | fast/body-propagation/background-color/005.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2711 | fast/body-propagation/background-color/006-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2712 | fast/body-propagation/background-color/006-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2713 | fast/body-propagation/background-color/006.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2714 | fast/body-propagation/background-color/007-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2715 | fast/body-propagation/background-color/007-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2716 | fast/body-propagation/background-color/007.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2717 | fast/body-propagation/background-color/008-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2718 | fast/body-propagation/background-color/008.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2719 | fast/body-propagation/background-image/001-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2720 | fast/body-propagation/background-image/001.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2721 | fast/body-propagation/background-image/002-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2722 | fast/body-propagation/background-image/002.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2723 | fast/body-propagation/background-image/003-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2724 | fast/body-propagation/background-image/003-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2725 | fast/body-propagation/background-image/003.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2726 | fast/body-propagation/background-image/004-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2727 | fast/body-propagation/background-image/004-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2728 | fast/body-propagation/background-image/004.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2729 | fast/body-propagation/background-image/005-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2730 | fast/body-propagation/background-image/005-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2731 | fast/body-propagation/background-image/005.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2732 | fast/body-propagation/background-image/006-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2733 | fast/body-propagation/background-image/006-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2734 | fast/body-propagation/background-image/006.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2735 | fast/body-propagation/background-image/007-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2736 | fast/body-propagation/background-image/007-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2737 | fast/body-propagation/background-image/007.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2738 | fast/body-propagation/background-image/008-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2739 | fast/body-propagation/background-image/008.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2740 | fast/body-propagation/background-image/009-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2741 | fast/body-propagation/background-image/009.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2742 | fast/body-propagation/background-image/010-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2743 | fast/body-propagation/background-image/010.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2744 | fast/body-propagation/overflow/001-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2745 | fast/body-propagation/overflow/001.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2746 | fast/body-propagation/overflow/002-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2747 | fast/body-propagation/overflow/002.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2748 | fast/body-propagation/overflow/003-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2749 | fast/body-propagation/overflow/003-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2750 | fast/body-propagation/overflow/003.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2751 | fast/body-propagation/overflow/004-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2752 | fast/body-propagation/overflow/004-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2753 | fast/body-propagation/overflow/004.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2754 | fast/body-propagation/overflow/005-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2755 | fast/body-propagation/overflow/005-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2756 | fast/body-propagation/overflow/005.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2757 | fast/body-propagation/overflow/006-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2758 | fast/body-propagation/overflow/006-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2759 | fast/body-propagation/overflow/006.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2760 | fast/body-propagation/overflow/007-declarative.xhtml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2761 | fast/body-propagation/overflow/007-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2762 | fast/body-propagation/overflow/007.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2763 | fast/borders/block-mask-overlay-image.html |
| 2764 | fast/borders/border-color-inherit.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2765 | fast/borders/border-fit.html |
| 2766 | fast/borders/border-image-01.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2767 | fast/borders/border-image-border-radius.html |
| 2768 | fast/borders/border-image-omit-right-slice.html |
| 2769 | fast/borders/border-image-rotate-transform.html |
| 2770 | fast/borders/border-image-scale-transform.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2771 | fast/borders/border-radius-huge-assert.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2772 | fast/borders/borderRadiusAllStylesAllCorners.html |
| 2773 | fast/borders/borderRadiusArcs01.html |
| 2774 | fast/borders/borderRadiusDashed01.html |
| 2775 | fast/borders/borderRadiusDashed02.html |
| 2776 | fast/borders/borderRadiusDashed03.html |
| 2777 | fast/borders/borderRadiusDotted01.html |
| 2778 | fast/borders/borderRadiusDotted02.html |
| 2779 | fast/borders/borderRadiusDotted03.html |
| 2780 | fast/borders/borderRadiusDouble01.html |
| 2781 | fast/borders/borderRadiusDouble02.html |
| 2782 | fast/borders/borderRadiusDouble03.html |
| 2783 | fast/borders/borderRadiusGroove01.html |
| 2784 | fast/borders/borderRadiusGroove02.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2785 | fast/borders/borderRadiusInset01.html |
| 2786 | fast/borders/borderRadiusInvalidColor.html |
| 2787 | fast/borders/borderRadiusOutset01.html |
| 2788 | fast/borders/borderRadiusRidge01.html |
| 2789 | fast/borders/borderRadiusSolid01.html |
| 2790 | fast/borders/borderRadiusSolid02.html |
| 2791 | fast/borders/borderRadiusSolid03.html |
| 2792 | fast/borders/borderRadiusSolid04.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2793 | fast/borders/fieldsetBorderRadius.html |
| 2794 | fast/borders/inline-mask-overlay-image.html |
| 2795 | fast/borders/svg-as-border-image-2.html |
| 2796 | fast/borders/svg-as-border-image.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2797 | fast/box-shadow/border-radius-big.html |
| 2798 | fast/box-sizing/box-sizing.html |
| 2799 | fast/box-sizing/panels-one.html |
| 2800 | fast/box-sizing/panels-two.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2801 | fast/canvas/canvas-incremental-repaint.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2802 | fast/clip/001.html |
| 2803 | fast/clip/002.html |
| 2804 | fast/clip/003.html |
| 2805 | fast/clip/004.html |
| 2806 | fast/clip/005.html |
| 2807 | fast/clip/006.html |
| 2808 | fast/clip/007.html |
| 2809 | fast/clip/008.html |
| 2810 | fast/clip/009.html |
| 2811 | fast/clip/010.html |
| 2812 | fast/clip/011.html |
| 2813 | fast/clip/012.html |
| 2814 | fast/clip/013.html |
| 2815 | fast/clip/014.html |
| 2816 | fast/clip/015.html |
| 2817 | fast/clip/016.html |
| 2818 | fast/clip/nestedTransparencyClip.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2819 | fast/clip/outline-overflowClip.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2820 | fast/clip/overflow-border-radius-clip.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2821 | fast/compact/001.html |
| 2822 | fast/compact/002.html |
| 2823 | fast/compact/003.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2824 | fast/css-generated-content/001.html |
| 2825 | fast/css-generated-content/002.html |
| 2826 | fast/css-generated-content/003.html |
| 2827 | fast/css-generated-content/004.html |
| 2828 | fast/css-generated-content/005.html |
| 2829 | fast/css-generated-content/007.html |
| 2830 | fast/css-generated-content/008.html |
| 2831 | fast/css-generated-content/009.html |
| 2832 | fast/css-generated-content/010.html |
| 2833 | fast/css-generated-content/011.html |
| 2834 | fast/css-generated-content/012.html |
| 2835 | fast/css-generated-content/013.html |
| 2836 | fast/css-generated-content/014.html |
| 2837 | fast/css-generated-content/015.html |
| 2838 | fast/css-generated-content/016.html |
| 2839 | fast/css-generated-content/after-order.html |
| 2840 | fast/css-generated-content/before-with-first-letter.html |
| 2841 | fast/css-generated-content/beforeAfter-interdocument.html |
| 2842 | fast/css-generated-content/hover-style-change.html |
| 2843 | fast/css-generated-content/inline-display-types.html |
| 2844 | fast/css-generated-content/no-openclose-quote.html |
| 2845 | fast/css-generated-content/table-cell-before-content.html |
| 2846 | fast/css-generated-content/table-row-group-to-inline.html |
| 2847 | fast/css-generated-content/table-row-group-with-before.html |
| 2848 | fast/css-generated-content/table-row-with-before.html |
| 2849 | fast/css-generated-content/table-with-before.html |
| 2850 | fast/css-generated-content/visibleContentHiddenParent.html |
| 2851 | fast/css-generated-content/wbr-with-before-content.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2852 | fast/css/001.html |
| 2853 | fast/css/002.html |
| 2854 | fast/css/003.html |
| 2855 | fast/css/004.html |
| 2856 | fast/css/005.html |
| 2857 | fast/css/007.html |
| 2858 | fast/css/008.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2859 | fast/css/ZeroOpacityLayers.html |
| 2860 | fast/css/ZeroOpacityLayers2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2861 | fast/css/absolute-poition-in-rtl-parent.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2862 | fast/css/affected-by-hover-after-style-change.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2863 | fast/css/apple-prefix.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2864 | fast/css/attribute-selector-empty-value.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2865 | fast/css/background-image-with-baseurl.html |
| 2866 | fast/css/background-shorthand-invalid-url.html |
| 2867 | fast/css/beforeSelectorOnCodeElement.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2868 | fast/css/begin-end-contain-selector-empty-value.html |
| 2869 | fast/css/border-height.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2870 | fast/css/border-radius-outline-offset.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2871 | fast/css/clip-zooming.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2872 | fast/css/color-quirk.html |
| 2873 | fast/css/color-strict.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2874 | fast/css/compare-content-style.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2875 | fast/css/continuationCrash.html |
| 2876 | fast/css/counters/counter-text-security.html |
| 2877 | fast/css/counters/counter-text-transform.html |
| 2878 | fast/css/create_element_align.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2879 | fast/css/css-imports.html |
ossy@webkit.org | 192e8d6 | 2010-01-22 12:04:35 +0000 | [diff] [blame] | 2880 | fast/css/css1_forward_compatible_parsing.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2881 | fast/css/css2-system-fonts.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2882 | fast/css/css3-modsel-22.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2883 | fast/css/css3-nth-child.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2884 | fast/css/dynamic-sibling-selector.html |
| 2885 | fast/css/empty-body-test.html |
| 2886 | fast/css/empty-generated-content.html |
| 2887 | fast/css/empty-pseudo-class.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2888 | fast/css/error-in-last-decl.html |
| 2889 | fast/css/ex-after-font-variant.html |
| 2890 | fast/css/fieldset-display-row.html |
| 2891 | fast/css/find-next-layer.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2892 | fast/css/first-child-pseudo-class.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2893 | fast/css/first-letter-capitalized.html |
| 2894 | fast/css/first-letter-detach.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2895 | fast/css/first-letter-float-after-float.html |
| 2896 | fast/css/first-letter-float.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2897 | fast/css/first-letter-hover.html |
| 2898 | fast/css/first-letter-recalculation.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2899 | fast/css/first-letter-skip-out-of-flow.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2900 | fast/css/first-letter-visibility.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2901 | fast/css/first-of-type-pseudo-class.html |
| 2902 | fast/css/font-face-default-font.html |
| 2903 | fast/css/font-face-descriptor-multiple-values.html |
yuzo@google.com | 98fae23 | 2010-07-20 06:23:03 +0000 | [diff] [blame] | 2904 | fast/css/font-face-download-error.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2905 | fast/css/font-face-implicit-local-font.html |
| 2906 | fast/css/font-face-in-media-rule.html |
| 2907 | fast/css/font-face-locally-installed.html |
| 2908 | fast/css/font-face-multiple-faces.html |
yuzo@google.com | 62a37c2 | 2010-07-06 08:27:08 +0000 | [diff] [blame] | 2909 | fast/css/font-face-multiple-ranges-for-unicode-range.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2910 | fast/css/font-face-multiple-remote-sources.html |
| 2911 | fast/css/font-face-remote.html |
| 2912 | fast/css/font-face-unicode-range.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2913 | fast/css/font-shorthand-weight-only.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2914 | fast/css/font-size-negative.html |
| 2915 | fast/css/font-weight-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2916 | fast/css/font_property_normal.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2917 | fast/css/getFloatValueForUnit.html |
| 2918 | fast/css/hover-subselector.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2919 | fast/css/hsl-color.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2920 | fast/css/hsla-color.html |
| 2921 | fast/css/ignore-text-zoom.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2922 | fast/css/imageTileOpacity.html |
| 2923 | fast/css/import-rule-regression-11590.html |
| 2924 | fast/css/import_with_baseurl.html |
| 2925 | fast/css/inline-properties-important.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2926 | fast/css/invalid-percentage-property.html |
| 2927 | fast/css/invalid-pseudo-classes.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2928 | fast/css/invalidation-errors-2.html |
| 2929 | fast/css/invalidation-errors-3.html |
| 2930 | fast/css/invalidation-errors.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2931 | fast/css/last-child-pseudo-class.html |
| 2932 | fast/css/last-child-style-sharing.html |
| 2933 | fast/css/last-of-type-pseudo-class.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2934 | fast/css/layerZOrderCrash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2935 | fast/css/line-height-font-order.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2936 | fast/css/line-height-negative.html |
| 2937 | fast/css/line-height-overflow.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2938 | fast/css/line-height.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2939 | fast/css/link-outside-head.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2940 | fast/css/list-outline.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2941 | fast/css/live-cssrules.html |
| 2942 | fast/css/margin-bottom-form-element-quirk.html |
| 2943 | fast/css/margin-bottom-form-element-strict.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2944 | fast/css/margin-top-bottom-dynamic.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2945 | fast/css/max-height-none.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2946 | fast/css/namespaces/001.xml |
| 2947 | fast/css/namespaces/002.xml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2948 | fast/css/namespaces/003.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2949 | fast/css/namespaces/004.xml |
| 2950 | fast/css/namespaces/005.xml |
| 2951 | fast/css/namespaces/006.xml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2952 | fast/css/namespaces/007.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2953 | fast/css/negative-nth-child.html |
| 2954 | fast/css/nested-layers-with-hover.html |
| 2955 | fast/css/only-child-pseudo-class.html |
| 2956 | fast/css/only-of-type-pseudo-class.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2957 | fast/css/outline-auto-empty-rects.html |
| 2958 | fast/css/outline-auto-location.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2959 | fast/css/pendingStylesheetFontSize.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2960 | fast/css/percent-top-value-with-relative-position.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2961 | fast/css/percentage-non-integer.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2962 | fast/css/position-negative-top-margin.html |
| 2963 | fast/css/quirk-orphaned-units.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2964 | fast/css/resize-corner-tracking-transformed.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2965 | fast/css/rgb-float.html |
| 2966 | fast/css/rtl-ordering.html |
| 2967 | fast/css/selector-set-attribute.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2968 | fast/css/shadow-multiple.html |
| 2969 | fast/css/simple-selector-chain-parsing.html |
| 2970 | fast/css/style-outside-head.html |
| 2971 | fast/css/style-parsed-outside-head.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2972 | fast/css/table-text-align-quirk.html |
| 2973 | fast/css/table-text-align-strict.html |
| 2974 | fast/css/target-fragment-match.html |
| 2975 | fast/css/text-align.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2976 | fast/css/text-security.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2977 | fast/css/textCapitalizeEdgeCases.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2978 | fast/css/transform-default-parameter.html |
| 2979 | fast/css/transition-color-unspecified.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2980 | fast/css/universal-hover-quirk.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2981 | fast/css/value-list-out-of-bounds-crash.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2982 | fast/css/vertical-align-lengths.html |
| 2983 | fast/css/visibility-hit-test.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2984 | fast/css/word-space-extra.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2985 | fast/css/xml-stylesheet-pi-not-in-prolog.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2986 | fast/css/zoom-font-size.html |
| 2987 | fast/css/zoom-property-parsing.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 2988 | fast/doctypes/003.html |
| 2989 | fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 2990 | fast/dom/Element/class-attribute-whitespace.html |
| 2991 | fast/dom/Element/null-offset-parent.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 2992 | fast/dom/HTMLDocument/frameless-location-bugzilla10837.html |
| 2993 | fast/dom/HTMLElement/bdo.html |
| 2994 | fast/dom/HTMLHeadElement/head-link-style-href-check.html |
| 2995 | fast/dom/HTMLHeadElement/textInHead1.html |
| 2996 | fast/dom/HTMLHeadElement/textInHead2.html |
| 2997 | fast/dom/HTMLHeadElement/textInHead3.html |
| 2998 | fast/dom/HTMLHeadElement/textInHead4.html |
| 2999 | fast/dom/HTMLHeadElement/textInHead5.html |
| 3000 | fast/dom/HTMLImageElement/image-alt-text.html |
| 3001 | fast/dom/HTMLInputElement/input-image-alt-text.html |
| 3002 | fast/dom/HTMLLinkElement/pending-stylesheet-count.html |
morrita@google.com | 6294b7b | 2010-06-18 05:48:31 +0000 | [diff] [blame] | 3003 | # meter-element.html is temporally disabled.We need to rebaseline. |
morrita@google.com | 9622191b | 2010-06-18 06:11:23 +0000 | [diff] [blame] | 3004 | fast/dom/HTMLMeterElement/meter-element.html |
morrita@google.com | abc3f55 | 2010-06-28 13:07:44 +0000 | [diff] [blame] | 3005 | # progress-bar-value-pseudo-element.html and progress-element.html is temporally disabled. |
| 3006 | # We need to rebaseline. |
morrita@google.com | a1457f0 | 2010-06-28 11:20:33 +0000 | [diff] [blame] | 3007 | fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html |
morrita@google.com | abc3f55 | 2010-06-28 13:07:44 +0000 | [diff] [blame] | 3008 | fast/dom/HTMLProgressElement/progress-element.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3009 | fast/dom/HTMLObjectElement/vspace-hspace-as-number.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3010 | fast/dom/HTMLStyleElement/insert-parser-generated.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3011 | fast/dom/HTMLTableElement/colSpan.html |
| 3012 | fast/dom/HTMLTableElement/createCaption.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3013 | fast/dom/Range/create-contextual-fragment.html |
| 3014 | fast/dom/Range/surroundContents-1.html |
| 3015 | fast/dom/Window/btoa-pnglet.html |
| 3016 | fast/dom/Window/open-existing-pop-up-blocking.html |
| 3017 | fast/dom/anchor-text.html |
| 3018 | fast/dom/blur-contenteditable.html |
| 3019 | fast/dom/children-nodes.html |
| 3020 | fast/dom/clientWidthAfterDocumentIsRemoved.html |
| 3021 | fast/dom/clone-contents-0-end-offset.html |
| 3022 | fast/dom/clone-node-dynamic-style.html |
| 3023 | fast/dom/comment-not-documentElement.html |
| 3024 | fast/dom/createDocumentType.html |
| 3025 | fast/dom/css-inline-style-important.html |
| 3026 | fast/dom/css-mediarule-deleteRule-update.html |
| 3027 | fast/dom/css-mediarule-insertRule-update.html |
| 3028 | fast/dom/css-rule-functions.html |
| 3029 | fast/dom/dom-parse-serialize-display.html |
| 3030 | fast/dom/dom-parse-serialize.html |
| 3031 | fast/dom/frame-loading-via-document-write.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3032 | fast/dom/importNodeHTML.html |
| 3033 | fast/dom/importNodeXML.xhtml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3034 | fast/dom/inner-text.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3035 | fast/dom/jsDevicePixelRatio.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3036 | fast/dom/outerText.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3037 | fast/dom/replaceChild.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3038 | fast/dom/row-inner-text.html |
| 3039 | fast/dom/setPrimitiveValue.html |
| 3040 | fast/dom/stripNullFromTextNodes.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3041 | fast/dom/wrapper-classes.html |
diegohcg@webkit.org | e563d3a | 2010-12-11 18:49:09 +0000 | [diff] [blame] | 3042 | fast/dom/Window/window-properties-device-orientation.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3043 | fast/dynamic/002.html |
| 3044 | fast/dynamic/004.html |
| 3045 | fast/dynamic/006.html |
| 3046 | fast/dynamic/007.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3047 | fast/dynamic/009.html |
| 3048 | fast/dynamic/010.html |
| 3049 | fast/dynamic/011.html |
| 3050 | fast/dynamic/012.html |
| 3051 | fast/dynamic/013.html |
| 3052 | fast/dynamic/014.html |
| 3053 | fast/dynamic/015.html |
| 3054 | fast/dynamic/anonymous-block-orphaned-lines.html |
| 3055 | fast/dynamic/containing-block-change.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3056 | fast/dynamic/create-renderer-for-whitespace-only-text.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3057 | fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html |
| 3058 | fast/dynamic/float-no-longer-overhanging.html |
| 3059 | fast/dynamic/float-withdrawal-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3060 | fast/dynamic/float-withdrawal.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3061 | fast/dynamic/floating-to-positioned-2.html |
| 3062 | fast/dynamic/floating-to-positioned.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3063 | fast/dynamic/insert-before-table-part-in-continuation.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3064 | fast/dynamic/insertAdjacentElement.html |
| 3065 | fast/dynamic/layer-hit-test-crash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3066 | fast/dynamic/link-href-change.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3067 | fast/dynamic/move-node-with-selection.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3068 | fast/dynamic/noninlinebadness.html |
| 3069 | fast/dynamic/outerHTML-doc.html |
| 3070 | fast/dynamic/outerHTML-img.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3071 | fast/dynamic/positioned-movement-with-positioned-children.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3072 | fast/dynamic/selection-highlight-adjust.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3073 | fast/dynamic/staticY-marking-parents-regression.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3074 | fast/dynamic/subtree-boundary-percent-height.html |
| 3075 | fast/dynamic/subtree-no-common-root-static-y.html |
| 3076 | fast/dynamic/subtree-parent-static-y.html |
| 3077 | fast/dynamic/subtree-table-cell-height.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3078 | fast/dynamic/view-overflow.html |
| 3079 | fast/encoding/denormalised-voiced-japanese-chars.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3080 | fast/encoding/invalid-UTF-8.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3081 | fast/encoding/preload-encoding.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3082 | fast/encoding/utf-16-big-endian.html |
| 3083 | fast/encoding/utf-16-little-endian.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3084 | fast/encoding/utf-16-no-bom.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3085 | fast/events/context-no-deselect.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3086 | fast/events/event-listener-on-link.html |
| 3087 | fast/events/event-sender-mouse-moved.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3088 | fast/events/focusingUnloadedFrame.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3089 | fast/events/label-focus.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3090 | fast/events/mouse-click-events.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3091 | fast/events/mouseout-dead-node.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3092 | fast/events/onload-re-entry.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3093 | fast/events/pointer-events-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3094 | fast/flexbox/001.html |
| 3095 | fast/flexbox/002.html |
| 3096 | fast/flexbox/003.html |
| 3097 | fast/flexbox/004.html |
| 3098 | fast/flexbox/005.html |
| 3099 | fast/flexbox/006.html |
| 3100 | fast/flexbox/007.html |
| 3101 | fast/flexbox/008.html |
| 3102 | fast/flexbox/009.html |
| 3103 | fast/flexbox/010.html |
| 3104 | fast/flexbox/011.html |
| 3105 | fast/flexbox/012.html |
| 3106 | fast/flexbox/013.html |
| 3107 | fast/flexbox/014.html |
| 3108 | fast/flexbox/015.html |
| 3109 | fast/flexbox/016.html |
| 3110 | fast/flexbox/017.html |
| 3111 | fast/flexbox/018.html |
| 3112 | fast/flexbox/019.html |
| 3113 | fast/flexbox/020.html |
| 3114 | fast/flexbox/021.html |
| 3115 | fast/flexbox/022.html |
| 3116 | fast/flexbox/023.html |
| 3117 | fast/flexbox/024.html |
| 3118 | fast/flexbox/025.html |
| 3119 | fast/flexbox/026.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3120 | fast/forms/003.html |
| 3121 | fast/forms/004.html |
| 3122 | fast/forms/006.html |
| 3123 | fast/forms/007.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3124 | fast/forms/HTMLOptionElement_label01.html |
| 3125 | fast/forms/HTMLOptionElement_label02.html |
| 3126 | fast/forms/HTMLOptionElement_label03.html |
| 3127 | fast/forms/HTMLOptionElement_label04.html |
| 3128 | fast/forms/HTMLOptionElement_label05.html |
| 3129 | fast/forms/HTMLOptionElement_label06.html |
| 3130 | fast/forms/HTMLOptionElement_label07.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3131 | fast/forms/blankbuttons.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3132 | fast/forms/button-align.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3133 | fast/forms/button-cannot-be-nested.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3134 | fast/forms/button-default-title.html |
| 3135 | fast/forms/button-generated-content.html |
| 3136 | fast/forms/button-inner-block-reuse.html |
| 3137 | fast/forms/button-positioned.html |
| 3138 | fast/forms/button-sizes.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3139 | fast/forms/button-submit.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3140 | fast/forms/button-table-styles.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3141 | fast/forms/button-text-transform.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3142 | fast/forms/caret-rtl.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3143 | fast/forms/checkbox-radio-onchange.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3144 | fast/forms/control-clip-overflow.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3145 | fast/forms/control-clip.html |
| 3146 | fast/forms/control-restrict-line-height.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3147 | fast/forms/encoding-test.html |
| 3148 | fast/forms/fieldset-align.html |
| 3149 | fast/forms/fieldset-with-float.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3150 | fast/forms/float-before-fieldset.html |
| 3151 | fast/forms/floating-textfield-relayout.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3152 | fast/forms/focus-selection-input.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3153 | fast/forms/form-added-to-table.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3154 | fast/forms/form-hides-table.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3155 | fast/forms/form-in-malformed-markup.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3156 | fast/forms/formmove.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3157 | fast/forms/formmove2.html |
| 3158 | fast/forms/formmove3.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3159 | fast/forms/hidden-listbox.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3160 | fast/forms/image-border.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3161 | fast/forms/indeterminate.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3162 | fast/forms/input-align-image.html |
| 3163 | fast/forms/input-align.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3164 | fast/forms/input-appearance-bkcolor.html |
| 3165 | fast/forms/input-appearance-default-bkcolor.html |
| 3166 | fast/forms/input-appearance-disabled.html |
| 3167 | fast/forms/input-appearance-focus.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3168 | fast/forms/input-appearance-preventDefault.html |
| 3169 | fast/forms/input-appearance-readonly.html |
| 3170 | fast/forms/input-appearance-selection.html |
| 3171 | fast/forms/input-appearance-visibility.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3172 | fast/forms/input-baseline.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3173 | fast/forms/input-double-click-selection-gap-bug.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3174 | fast/forms/input-field-text-truncated.html |
| 3175 | fast/forms/input-first-letter.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3176 | fast/forms/input-no-renderer.html |
| 3177 | fast/forms/input-paste-undo.html |
| 3178 | fast/forms/input-readonly-dimmed.html |
| 3179 | fast/forms/input-readonly-empty.html |
| 3180 | fast/forms/input-spaces.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3181 | fast/forms/input-text-click-inside.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3182 | fast/forms/input-text-double-click.html |
| 3183 | fast/forms/input-text-option-delete.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3184 | fast/forms/input-text-self-emptying-click.html |
| 3185 | fast/forms/input-text-word-wrap.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3186 | fast/forms/input-type-change.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3187 | fast/forms/input-type-change2.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3188 | fast/forms/input-type-text-min-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3189 | fast/forms/input-width.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3190 | fast/forms/linebox-overflow-in-textarea-padding.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3191 | fast/forms/listbox-clip.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3192 | fast/forms/listbox-scrollbar-incremental-load.html |
| 3193 | fast/forms/menulist-clip.html |
| 3194 | fast/forms/menulist-deselect-update.html |
| 3195 | fast/forms/menulist-narrow-width.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3196 | fast/forms/menulist-no-overflow.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3197 | fast/forms/menulist-option-wrap.html |
| 3198 | fast/forms/menulist-restrict-line-height.html |
| 3199 | fast/forms/menulist-separator-painting.html |
| 3200 | fast/forms/minWidthPercent.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3201 | fast/forms/onchange-enter-submit.html |
| 3202 | fast/forms/onselect-textfield.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3203 | fast/forms/option-index.html |
| 3204 | fast/forms/option-script.html |
| 3205 | fast/forms/option-strip-whitespace.html |
| 3206 | fast/forms/option-text-clip.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3207 | fast/forms/password-doubleclick-selection.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3208 | fast/forms/password-placeholder-text-security.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3209 | fast/forms/password-placeholder.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3210 | fast/forms/placeholder-set-attribute.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3211 | fast/forms/placeholder-set-value.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3212 | fast/forms/preserveFormDuringResidualStyle.html |
| 3213 | fast/forms/radio-attr-order.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3214 | fast/forms/radio-nested-labels.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3215 | fast/forms/radio_checked.html |
| 3216 | fast/forms/radio_checked_dynamic.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3217 | fast/forms/range-thumb-height-percentage.html |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 3218 | fast/forms/search-cancel-button-style-sharing.html |
| 3219 | fast/forms/search-display-none-cancel-button.html |
| 3220 | fast/forms/search-placeholder-value-changed.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3221 | fast/forms/searchfield-heights.html |
| 3222 | fast/forms/select-accesskey.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3223 | fast/forms/select-align.html |
| 3224 | fast/forms/select-baseline.html |
| 3225 | fast/forms/select-block-background.html |
| 3226 | fast/forms/select-change-listbox-size.html |
| 3227 | fast/forms/select-change-listbox-to-popup.html |
| 3228 | fast/forms/select-change-popup-to-listbox.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3229 | fast/forms/select-dirty-parent-pref-widths.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3230 | fast/forms/select-disabled-appearance.html |
| 3231 | fast/forms/select-display-none-style-resolve.html |
| 3232 | fast/forms/select-empty-option-height.html |
| 3233 | fast/forms/select-initial-position.html |
| 3234 | fast/forms/select-item-background-clip.html |
| 3235 | fast/forms/select-list-box-with-height.html |
| 3236 | fast/forms/select-selected.html |
| 3237 | fast/forms/select-size.html |
| 3238 | fast/forms/select-style.html |
| 3239 | fast/forms/select-visual-hebrew.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3240 | fast/forms/stuff-on-my-optgroup.html |
| 3241 | fast/forms/targeted-frame-submission.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3242 | fast/forms/textarea-rows-cols.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3243 | fast/forms/textfield-outline.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3244 | fast/forms/textfield-overflow.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3245 | fast/forms/thumbslider-crash.html |
| 3246 | fast/forms/thumbslider-no-parent-slider.html |
| 3247 | fast/forms/visual-hebrew-text-field.html |
| 3248 | fast/frames/contentWindow_Frame.html |
| 3249 | fast/frames/contentWindow_iFrame.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3250 | fast/frames/frame-element-name.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3251 | fast/frames/frameElement-frame.html |
| 3252 | fast/frames/frameElement-iframe.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3253 | fast/frames/iframe-option-crash.xhtml |
| 3254 | fast/frames/iframe-with-frameborder.html |
| 3255 | fast/frames/inline-object-inside-frameset.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3256 | fast/frames/viewsource-attribute.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3257 | fast/gradients/background-clipped.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3258 | fast/gradients/border-image-gradient-sides-and-corners.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3259 | fast/gradients/border-image-gradient.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3260 | fast/gradients/generated-gradients.html |
| 3261 | fast/gradients/list-item-gradient.html |
| 3262 | fast/gradients/simple-gradients.html |
| 3263 | fast/html/link-rel-stylesheet.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3264 | fast/html/listing.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3265 | fast/html/marquee-scroll.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3266 | fast/images/animated-svg-as-image.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3267 | fast/images/image-map-anchor-children.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3268 | fast/images/imagemap-case.html |
| 3269 | fast/images/pdf-as-background.html |
| 3270 | fast/images/pdf-as-image-landscape.html |
| 3271 | fast/images/pdf-as-tiled-background.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3272 | fast/images/svg-as-tiled-background.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3273 | fast/inline-block/001.html |
| 3274 | fast/inline-block/002.html |
| 3275 | fast/inline-block/003.html |
| 3276 | fast/inline-block/006.html |
| 3277 | fast/inline-block/14498-positionForCoordinates.html |
| 3278 | fast/inline-block/contenteditable-baseline.html |
| 3279 | fast/inline-block/inline-block-vertical-align.html |
| 3280 | fast/inline-block/overflow-clip.html |
| 3281 | fast/inline-block/tricky-baseline.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3282 | fast/inline/001.html |
| 3283 | fast/inline/002.html |
| 3284 | fast/inline/25277-2.html |
| 3285 | fast/inline/25277.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3286 | fast/inline/br-text-decoration.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3287 | fast/inline/continuation-outlines-with-layers.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3288 | fast/inline/continuation-outlines.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3289 | fast/inline/drawStyledEmptyInlines.html |
| 3290 | fast/inline/drawStyledEmptyInlinesWithWS.html |
| 3291 | fast/inline/emptyInlinesWithinLists.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3292 | fast/inline/inline-continuation-borders.html |
| 3293 | fast/inline/inline-padding-disables-text-quirk.html |
| 3294 | fast/inline/inline-text-quirk-bpm.html |
| 3295 | fast/inline/long-wrapped-line.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3296 | fast/inline/outline-continuations.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3297 | fast/inline/percentage-margins.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3298 | fast/inline/positionedLifetime.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3299 | fast/inline/styledEmptyInlinesWithBRs.html |
| 3300 | fast/inline/vertical-align-text-bottom.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3301 | fast/innerHTML/001.html |
| 3302 | fast/innerHTML/002.html |
| 3303 | fast/innerHTML/003.html |
| 3304 | fast/innerHTML/006.html |
pfeldman@chromium.org | 911c3fa | 2009-11-17 13:38:31 +0000 | [diff] [blame] | 3305 | fast/inspector-support/matchedrules.html |
| 3306 | fast/inspector-support/style.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3307 | fast/invalid/001.html |
| 3308 | fast/invalid/002.html |
| 3309 | fast/invalid/003.html |
| 3310 | fast/invalid/004.html |
| 3311 | fast/invalid/005.html |
| 3312 | fast/invalid/006.html |
| 3313 | fast/invalid/007.html |
| 3314 | fast/invalid/008.html |
| 3315 | fast/invalid/009.html |
| 3316 | fast/invalid/010.html |
| 3317 | fast/invalid/011.html |
| 3318 | fast/invalid/012.html |
| 3319 | fast/invalid/013.html |
| 3320 | fast/invalid/014.html |
| 3321 | fast/invalid/016.html |
| 3322 | fast/invalid/017.html |
| 3323 | fast/invalid/018.html |
| 3324 | fast/invalid/019.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3325 | fast/invalid/020.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3326 | fast/invalid/021.html |
| 3327 | fast/invalid/missing-address-end-tag.html |
| 3328 | fast/invalid/missing-dl-end-tag.html |
| 3329 | fast/invalid/missing-dt-end-tag.html |
| 3330 | fast/invalid/missing-font-end-tag.html |
| 3331 | fast/invalid/nestedh3s.html |
| 3332 | fast/invalid/table-inside-stray-table-content.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3333 | fast/invalid/table-residual-style-crash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3334 | fast/invalid/td-inside-object.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3335 | fast/layers/add-layer-with-nested-stacking.html |
| 3336 | fast/layers/inline-dirty-z-order-lists.html |
| 3337 | fast/layers/layer-content-visibility-change.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3338 | fast/layers/layer-visibility-sublayer.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3339 | fast/layers/layer-visibility.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3340 | fast/layers/normal-flow-hit-test.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3341 | fast/layers/opacity-outline.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3342 | fast/layers/opacity-stacking.html |
| 3343 | fast/layers/opacity-transforms.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3344 | fast/layers/overflow-scroll-auto-switch.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3345 | fast/layers/positioned-inside-root-with-margins.html |
| 3346 | fast/layers/remove-layer-with-nested-stacking.html |
| 3347 | fast/layers/remove-only-this-layer-update.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3348 | fast/layers/self-painting-outline.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3349 | fast/layers/zindex-inherit.html |
| 3350 | fast/lists/001.html |
| 3351 | fast/lists/002.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3352 | fast/lists/003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3353 | fast/lists/004.html |
| 3354 | fast/lists/005.html |
| 3355 | fast/lists/006.html |
| 3356 | fast/lists/007.html |
| 3357 | fast/lists/008.html |
| 3358 | fast/lists/009.html |
| 3359 | fast/lists/alpha-list-wrap.html |
| 3360 | fast/lists/big-list-marker.html |
| 3361 | fast/lists/decimal-leading-zero.html |
| 3362 | fast/lists/dynamic-marker-crash.html |
| 3363 | fast/lists/inlineBoxWrapperNullCheck.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3364 | fast/lists/li-br.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3365 | fast/lists/li-style-alpha-huge-value-crash.html |
| 3366 | fast/lists/li-values.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3367 | fast/lists/list-item-line-height.html |
| 3368 | fast/lists/list-marker-with-line-height.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3369 | fast/lists/list-style-none-crash.html |
| 3370 | fast/lists/list-style-type-dynamic-change.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3371 | fast/lists/marker-before-empty-inline.html |
| 3372 | fast/lists/marker-image-error.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3373 | fast/lists/markers-in-selection.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3374 | fast/lists/numeric-markers-outside-list.html |
| 3375 | fast/lists/ol-display-types.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3376 | fast/lists/ol-start-dynamic.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3377 | fast/lists/olstart.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3378 | fast/lists/ordered-list-with-no-ol-tag.html |
| 3379 | fast/lists/scrolled-marker-paint.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3380 | fast/lists/w3-list-styles.html |
| 3381 | fast/loader/cancel-load-during-port-block-timer.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3382 | fast/loader/start-load-in-unload.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3383 | fast/media/implicit-media-all.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3384 | fast/media/media-descriptor-syntax-01.html |
| 3385 | fast/media/media-descriptor-syntax-02.html |
| 3386 | fast/media/media-descriptor-syntax-03.html |
| 3387 | fast/media/media-descriptor-syntax-04.html |
| 3388 | fast/media/media-descriptor-syntax-05.html |
| 3389 | fast/media/media-descriptor-syntax-06.html |
| 3390 | fast/media/media-type-syntax-01.html |
| 3391 | fast/media/media-type-syntax-02.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3392 | fast/media/monochrome.html |
| 3393 | fast/media/mq-animation.html |
| 3394 | fast/media/mq-aspect-ratio.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3395 | fast/media/mq-compound-query-01.html |
| 3396 | fast/media/mq-compound-query-02.html |
| 3397 | fast/media/mq-compound-query-03.html |
| 3398 | fast/media/mq-compound-query-04.html |
| 3399 | fast/media/mq-compound-query-05.html |
| 3400 | fast/media/mq-grid-01.html |
| 3401 | fast/media/mq-grid-02.html |
| 3402 | fast/media/mq-invalid-media-feature-01.html |
| 3403 | fast/media/mq-invalid-media-feature-02.html |
| 3404 | fast/media/mq-invalid-media-feature-03.html |
| 3405 | fast/media/mq-invalid-media-feature-04.html |
| 3406 | fast/media/mq-invalid-syntax-01.html |
| 3407 | fast/media/mq-invalid-syntax-02.html |
| 3408 | fast/media/mq-invalid-syntax-03.html |
| 3409 | fast/media/mq-invalid-syntax-04.html |
| 3410 | fast/media/mq-invalid-syntax-05.html |
| 3411 | fast/media/mq-js-media-except-01.html |
| 3412 | fast/media/mq-js-media-except-02.html |
| 3413 | fast/media/mq-js-media-except-03.html |
| 3414 | fast/media/mq-js-media-forward-syntax.html |
| 3415 | fast/media/mq-js-stylesheet-media-01.html |
| 3416 | fast/media/mq-js-stylesheet-media-02.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3417 | fast/media/mq-js-stylesheet-media-03.html |
| 3418 | fast/media/mq-js-stylesheet-media-04.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3419 | fast/media/mq-max-pixel-ratio.html |
| 3420 | fast/media/mq-min-constraint.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3421 | fast/media/mq-orientation.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3422 | fast/media/mq-pixel-ratio.html |
| 3423 | fast/media/mq-relative-constraints-02.html |
| 3424 | fast/media/mq-relative-constraints-03.html |
| 3425 | fast/media/mq-relative-constraints-04.html |
| 3426 | fast/media/mq-relative-constraints-05.html |
| 3427 | fast/media/mq-relative-constraints-06.html |
| 3428 | fast/media/mq-relative-constraints-07.html |
| 3429 | fast/media/mq-relative-constraints-08.html |
| 3430 | fast/media/mq-relative-constraints-09.html |
| 3431 | fast/media/mq-simple-neg-query-01.html |
| 3432 | fast/media/mq-simple-neg-query-02.html |
| 3433 | fast/media/mq-simple-neg-query-03.html |
| 3434 | fast/media/mq-simple-neg-query-04.html |
| 3435 | fast/media/mq-simple-neg-query-05.html |
| 3436 | fast/media/mq-simple-query-01.html |
| 3437 | fast/media/mq-simple-query-02.html |
| 3438 | fast/media/mq-simple-query-03.html |
| 3439 | fast/media/mq-simple-query-04.html |
| 3440 | fast/media/mq-simple-query-05.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3441 | fast/media/mq-transform-01.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3442 | fast/media/mq-transform-04.html |
| 3443 | fast/media/mq-transition.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3444 | fast/media/mq-valueless.html |
| 3445 | fast/media/mq-width-absolute-01.html |
| 3446 | fast/media/mq-width-absolute-02.html |
| 3447 | fast/media/mq-width-absolute-03.html |
| 3448 | fast/media/mq-width-absolute-04.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3449 | fast/media/viewport-media-query.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3450 | fast/multicol/column-rules-stacking.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3451 | fast/multicol/column-rules.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3452 | fast/multicol/columns-shorthand-parsing.html |
| 3453 | fast/multicol/float-avoidance.html |
| 3454 | fast/multicol/float-multicol.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3455 | fast/overflow/001.html |
| 3456 | fast/overflow/002.html |
| 3457 | fast/overflow/004.html |
| 3458 | fast/overflow/006.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3459 | fast/overflow/007.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3460 | fast/overflow/008.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3461 | fast/overflow/border-radius-clipping.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3462 | fast/overflow/childFocusRingClip.html |
| 3463 | fast/overflow/dynamic-hidden.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3464 | fast/overflow/float-in-relpositioned.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3465 | fast/overflow/hidden-scrollbar-resize.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3466 | fast/overflow/hit-test-overflow-controls.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3467 | fast/overflow/infiniteRecursion.html |
| 3468 | fast/overflow/overflow-auto-position-absolute.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3469 | fast/overflow/overflow-auto-table.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3470 | fast/overflow/overflow-float-stacking.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3471 | fast/overflow/overflow-focus-ring.html |
| 3472 | fast/overflow/overflow-rtl-inline-scrollbar.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3473 | fast/overflow/overflow-stacking.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3474 | fast/overflow/scrollbar-position-update.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3475 | fast/overflow/table-overflow-float.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3476 | fast/parser/001.html |
| 3477 | fast/parser/bad-xml-slash.html |
| 3478 | fast/parser/broken-comments-vs-parsing-mode.html |
| 3479 | fast/parser/comments.html |
| 3480 | fast/parser/document-write-option.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3481 | fast/parser/entity-comment-in-style.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3482 | fast/parser/fonts.html |
| 3483 | fast/parser/nofoo-tags-inside-paragraph.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3484 | fast/parser/open-comment-in-style.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3485 | fast/parser/style-script-head-test.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3486 | fast/parser/tabs-in-scripts.html |
| 3487 | fast/parser/title-error-test.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3488 | fast/reflections/inline-crash.html |
| 3489 | fast/reflections/reflection-direction.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3490 | fast/reflections/reflection-masks-opacity.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3491 | fast/reflections/reflection-masks.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3492 | fast/reflections/reflection-nesting.html |
| 3493 | fast/reflections/reflection-overflow-hidden.html |
| 3494 | fast/reflections/table-cell.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3495 | fast/repaint/4774354.html |
| 3496 | fast/repaint/4776765.html |
| 3497 | fast/repaint/backgroundSizeRepaint.html |
| 3498 | fast/repaint/body-background-image.html |
| 3499 | fast/repaint/border-fit-lines.html |
| 3500 | fast/repaint/border-radius-repaint.html |
| 3501 | fast/repaint/border-repaint-glitch.html |
| 3502 | fast/repaint/box-shadow-dynamic.html |
| 3503 | fast/repaint/bugzilla-3509.html |
| 3504 | fast/repaint/bugzilla-5699.html |
| 3505 | fast/repaint/bugzilla-6278.html |
| 3506 | fast/repaint/bugzilla-6388.html |
| 3507 | fast/repaint/bugzilla-6473.html |
| 3508 | fast/repaint/bugzilla-7235.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3509 | fast/repaint/button-spurious-layout-hint.html |
| 3510 | fast/repaint/caret-outside-block.html |
| 3511 | fast/repaint/change-transform.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3512 | fast/repaint/clip-with-layout-delta.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3513 | fast/repaint/clipped-relative.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3514 | fast/repaint/containing-block-position-change.html |
| 3515 | fast/repaint/continuation-after-outline.html |
| 3516 | fast/repaint/control-clip.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3517 | fast/repaint/create-layer-repaint.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3518 | fast/repaint/delete-into-nested-block.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3519 | fast/repaint/dynamic-table-vertical-alignment-change.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3520 | fast/repaint/float-move-during-layout.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3521 | fast/repaint/float-overflow-right.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3522 | fast/repaint/float-overflow.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3523 | fast/repaint/focus-layers.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3524 | fast/repaint/inline-color-change.html |
| 3525 | fast/repaint/invisible-objects.html |
| 3526 | fast/repaint/layout-state-only-positioned.html |
| 3527 | fast/repaint/layout-state-relative.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3528 | fast/repaint/line-flow-with-floats-1.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3529 | fast/repaint/line-flow-with-floats-10.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3530 | fast/repaint/line-flow-with-floats-2.html |
| 3531 | fast/repaint/line-flow-with-floats-3.html |
| 3532 | fast/repaint/line-flow-with-floats-4.html |
| 3533 | fast/repaint/line-flow-with-floats-5.html |
| 3534 | fast/repaint/line-flow-with-floats-6.html |
| 3535 | fast/repaint/line-flow-with-floats-7.html |
| 3536 | fast/repaint/line-flow-with-floats-8.html |
| 3537 | fast/repaint/line-flow-with-floats-9.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3538 | fast/repaint/line-overflow.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3539 | fast/repaint/lines-with-layout-delta.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3540 | fast/repaint/list-marker-2.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3541 | fast/repaint/make-children-non-inline.html |
| 3542 | fast/repaint/opacity-change-on-overflow-float.html |
| 3543 | fast/repaint/outline-child-repaint.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3544 | fast/repaint/outline-inset.html |
| 3545 | fast/repaint/outline-repaint-glitch.html |
| 3546 | fast/repaint/outline-shrinking.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3547 | fast/repaint/overflow-clip-subtree-layout.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3548 | fast/repaint/overflow-delete-line.html |
hamaji@chromium.org | a801264 | 2010-03-30 06:15:21 +0000 | [diff] [blame] | 3549 | fast/repaint/overflow-scroll-body-appear.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3550 | fast/repaint/overflow-scroll-delete.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3551 | fast/repaint/reflection-redraw.html |
| 3552 | fast/repaint/reflection-repaint-test.html |
| 3553 | fast/repaint/renderer-destruction-by-invalidateSelection-crash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3554 | fast/repaint/repaint-resized-overflow.html |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 3555 | fast/repaint/search-field-cancel.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3556 | fast/repaint/selected-replaced.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3557 | fast/repaint/selection-clear.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3558 | fast/repaint/static-to-positioned.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3559 | fast/repaint/subtree-root-clip-2.html |
| 3560 | fast/repaint/subtree-root-clip-3.html |
| 3561 | fast/repaint/subtree-root-clip.html |
| 3562 | fast/repaint/subtree-root-skipped.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3563 | fast/repaint/table-cell-collapsed-border.html |
| 3564 | fast/repaint/table-cell-move.html |
| 3565 | fast/repaint/table-collapsed-border.html |
| 3566 | fast/repaint/table-extra-bottom-grow.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3567 | fast/repaint/table-two-pass-layout-overpaint.html |
| 3568 | fast/repaint/text-append-dirty-lines.html |
| 3569 | fast/repaint/transform-absolute-child.html |
| 3570 | fast/repaint/transform-absolute-in-positioned-container.html |
| 3571 | fast/repaint/transform-disable-layoutstate.html |
| 3572 | fast/repaint/transform-layout-repaint.html |
| 3573 | fast/repaint/transform-relative-position.html |
| 3574 | fast/repaint/transform-repaint-descendants.html |
| 3575 | fast/repaint/transform-replaced-shadows.html |
| 3576 | fast/repaint/transform-translate.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3577 | fast/replaced/001.html |
| 3578 | fast/replaced/002.html |
| 3579 | fast/replaced/003.html |
| 3580 | fast/replaced/004.html |
| 3581 | fast/replaced/005.html |
| 3582 | fast/replaced/006.html |
| 3583 | fast/replaced/007.html |
| 3584 | fast/replaced/absolute-image-sizing.html |
| 3585 | fast/replaced/absolute-position-percentage-height.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3586 | fast/replaced/absolute-position-percentage-width.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3587 | fast/replaced/absolute-position-with-auto-height-and-top-and-bottom.html |
| 3588 | fast/replaced/absolute-position-with-auto-width-and-left-and-right.html |
| 3589 | fast/replaced/applet-disabled-positioned.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3590 | fast/replaced/applet-display-none.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3591 | fast/replaced/applet-rendering-java-disabled.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3592 | fast/replaced/embed-display-none.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3593 | fast/replaced/image-onload.html |
| 3594 | fast/replaced/image-resize-width.html |
| 3595 | fast/replaced/image-sizing.html |
| 3596 | fast/replaced/image-solid-color-with-alpha.html |
| 3597 | fast/replaced/inline-box-wrapper-handover.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3598 | fast/replaced/max-width-percent.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3599 | fast/replaced/maxheight-percent.html |
| 3600 | fast/replaced/maxheight-pxs.html |
| 3601 | fast/replaced/maxwidth-percent.html |
| 3602 | fast/replaced/maxwidth-pxs.html |
| 3603 | fast/replaced/minheight-percent.html |
| 3604 | fast/replaced/minheight-pxs.html |
| 3605 | fast/replaced/minwidth-percent.html |
| 3606 | fast/replaced/minwidth-pxs.html |
| 3607 | fast/replaced/object-align-hspace-vspace.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3608 | fast/replaced/object-display-none.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3609 | fast/replaced/pdf-as-image.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3610 | fast/replaced/percent-height-in-anonymous-block-in-table.html |
| 3611 | fast/replaced/percent-height-in-anonymous-block-widget.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3612 | fast/replaced/percent-height-in-anonymous-block.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3613 | fast/replaced/replaced-breaking-mixture.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3614 | fast/replaced/replaced-breaking.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3615 | fast/replaced/replaced-child-of-absolute-with-auto-height.html |
| 3616 | fast/replaced/selection-rect-in-table-cell.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3617 | fast/replaced/selection-rect-transform.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3618 | fast/replaced/three-selects-break.html |
| 3619 | fast/replaced/width100percent-button.html |
| 3620 | fast/replaced/width100percent-checkbox.html |
| 3621 | fast/replaced/width100percent-image.html |
| 3622 | fast/replaced/width100percent-menulist.html |
| 3623 | fast/replaced/width100percent-radio.html |
| 3624 | fast/replaced/width100percent-searchfield.html |
| 3625 | fast/replaced/width100percent-textfield.html |
| 3626 | fast/runin/001.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3627 | fast/runin/002.html |
| 3628 | fast/runin/generated.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3629 | fast/selectors/001.html |
| 3630 | fast/selectors/002.html |
| 3631 | fast/selectors/003.html |
| 3632 | fast/selectors/004.html |
| 3633 | fast/selectors/005.html |
| 3634 | fast/selectors/006.html |
| 3635 | fast/selectors/007a.html |
| 3636 | fast/selectors/007b.html |
| 3637 | fast/selectors/008.html |
| 3638 | fast/selectors/009.html |
| 3639 | fast/selectors/010.html |
| 3640 | fast/selectors/011.html |
| 3641 | fast/selectors/012.html |
| 3642 | fast/selectors/013.html |
| 3643 | fast/selectors/014.html |
| 3644 | fast/selectors/015.html |
| 3645 | fast/selectors/016.html |
| 3646 | fast/selectors/017.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3647 | fast/selectors/018.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3648 | fast/selectors/018b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3649 | fast/selectors/019.html |
| 3650 | fast/selectors/020.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3651 | fast/selectors/021.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3652 | fast/selectors/021b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3653 | fast/selectors/027.html |
| 3654 | fast/selectors/032.html |
| 3655 | fast/selectors/034.html |
| 3656 | fast/selectors/038.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3657 | fast/selectors/039.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3658 | fast/selectors/039b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3659 | fast/selectors/040.html |
| 3660 | fast/selectors/041.html |
| 3661 | fast/selectors/042.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3662 | fast/selectors/043.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3663 | fast/selectors/043b.html |
| 3664 | fast/selectors/044.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3665 | fast/selectors/044b.html |
| 3666 | fast/selectors/044c.html |
| 3667 | fast/selectors/044d.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3668 | fast/selectors/045.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3669 | fast/selectors/045b.html |
| 3670 | fast/selectors/045c.html |
| 3671 | fast/selectors/046.html |
| 3672 | fast/selectors/054.html |
| 3673 | fast/selectors/056.html |
| 3674 | fast/selectors/058.html |
| 3675 | fast/selectors/059.html |
| 3676 | fast/selectors/060.html |
| 3677 | fast/selectors/061.html |
| 3678 | fast/selectors/062.html |
| 3679 | fast/selectors/063.html |
| 3680 | fast/selectors/064.html |
| 3681 | fast/selectors/065.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3682 | fast/selectors/066.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3683 | fast/selectors/066b.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3684 | fast/selectors/072.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3685 | fast/selectors/072b.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3686 | fast/selectors/077.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3687 | fast/selectors/077b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3688 | fast/selectors/078b.html |
| 3689 | fast/selectors/083.html |
| 3690 | fast/selectors/087b.html |
| 3691 | fast/selectors/088b.html |
| 3692 | fast/selectors/089.html |
| 3693 | fast/selectors/090b.html |
| 3694 | fast/selectors/154.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3695 | fast/selectors/155.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3696 | fast/selectors/155a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3697 | fast/selectors/155b.html |
| 3698 | fast/selectors/155c.html |
| 3699 | fast/selectors/155d.html |
| 3700 | fast/selectors/156b.html |
| 3701 | fast/selectors/157.html |
| 3702 | fast/selectors/158.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3703 | fast/selectors/159.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3704 | fast/selectors/160.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3705 | fast/selectors/166.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3706 | fast/selectors/166a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3707 | fast/selectors/167.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3708 | fast/selectors/167a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3709 | fast/selectors/168.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3710 | fast/selectors/168a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3711 | fast/selectors/169.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3712 | fast/selectors/169a.html |
| 3713 | fast/selectors/170.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3714 | fast/selectors/170a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3715 | fast/selectors/170b.html |
| 3716 | fast/selectors/170c.html |
| 3717 | fast/selectors/170d.html |
| 3718 | fast/selectors/175a.html |
| 3719 | fast/selectors/175b.html |
| 3720 | fast/selectors/175c.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3721 | fast/selectors/177a.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3722 | fast/selectors/177b.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3723 | fast/selectors/lang-inheritance.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3724 | fast/selectors/lang-inheritance2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3725 | fast/selectors/lang-vs-xml-lang-xhtml.xhtml |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3726 | fast/selectors/lang-vs-xml-lang.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3727 | fast/selectors/nondeterministic-combinators.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3728 | fast/selectors/unqualified-hover-quirks.html |
| 3729 | fast/selectors/unqualified-hover-strict.html |
| 3730 | fast/table/001.html |
| 3731 | fast/table/002.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3732 | fast/table/004.html |
| 3733 | fast/table/005.html |
| 3734 | fast/table/006.html |
| 3735 | fast/table/007.html |
| 3736 | fast/table/009.html |
| 3737 | fast/table/010.html |
| 3738 | fast/table/011.html |
| 3739 | fast/table/012.html |
| 3740 | fast/table/013.html |
| 3741 | fast/table/014.html |
| 3742 | fast/table/015.html |
| 3743 | fast/table/016.html |
| 3744 | fast/table/017.html |
| 3745 | fast/table/018.html |
| 3746 | fast/table/020.html |
| 3747 | fast/table/021.html |
| 3748 | fast/table/022.html |
| 3749 | fast/table/023.html |
| 3750 | fast/table/025.html |
| 3751 | fast/table/026.html |
| 3752 | fast/table/027.html |
| 3753 | fast/table/028.html |
| 3754 | fast/table/029.html |
| 3755 | fast/table/030.html |
| 3756 | fast/table/032.html |
| 3757 | fast/table/033.html |
| 3758 | fast/table/034.html |
| 3759 | fast/table/035.html |
| 3760 | fast/table/036.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3761 | fast/table/037.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3762 | fast/table/038.html |
| 3763 | fast/table/039.html |
| 3764 | fast/table/040.html |
| 3765 | fast/table/041.html |
| 3766 | fast/table/100-percent-cell-width.html |
| 3767 | fast/table/absolute-table-at-bottom.html |
| 3768 | fast/table/add-before-anonymous-child.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3769 | fast/table/append-cells.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3770 | fast/table/append-cells2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3771 | fast/table/auto-with-percent-height.html |
| 3772 | fast/table/border-collapsing/001.html |
| 3773 | fast/table/border-collapsing/002.html |
| 3774 | fast/table/border-collapsing/003.html |
| 3775 | fast/table/border-collapsing/004.html |
| 3776 | fast/table/border-collapsing/border-collapsing-head-foot.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3777 | fast/table/border-collapsing/equal-precedence-resolution.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3778 | fast/table/border-collapsing/rtl-border-collapsing.html |
| 3779 | fast/table/cell-absolute-child.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3780 | fast/table/cell-coalescing.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3781 | fast/table/cell-width-auto.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3782 | fast/table/cellindex.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3783 | fast/table/click-near-anonymous-table.html |
| 3784 | fast/table/colgroup-preceded-by-caption.html |
| 3785 | fast/table/colgroup-spanning-groups-rules.html |
| 3786 | fast/table/colspanMinWidth.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3787 | fast/table/dynamic-cellpadding.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3788 | fast/table/edge-offsets.html |
| 3789 | fast/table/empty-cells.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3790 | fast/table/empty-row-crash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3791 | fast/table/empty-section-crash.html |
| 3792 | fast/table/empty-table-percent-height.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3793 | fast/table/fixed-granular-cols.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3794 | fast/table/fixed-nested.html |
| 3795 | fast/table/fixed-table-non-cell-in-row.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3796 | fast/table/fixed-with-auto-with-colspan.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3797 | fast/table/floating-th.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3798 | fast/table/floatingTablePaintBackground.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3799 | fast/table/form-with-table-style.html |
| 3800 | fast/table/frame-and-rules.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3801 | fast/table/generated-caption.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3802 | fast/table/giantRowspan2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3803 | fast/table/inline-form-assert.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3804 | fast/table/insert-before-anonymous-ancestors.html |
| 3805 | fast/table/insert-cell-before-form.html |
| 3806 | fast/table/insert-row-before-form.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3807 | fast/table/invisible-cell-background.html |
| 3808 | fast/table/large-width.html |
| 3809 | fast/table/multiple-percent-height-rows.html |
| 3810 | fast/table/nested-percent-height-table.html |
| 3811 | fast/table/nobr.html |
| 3812 | fast/table/overflowHidden.html |
| 3813 | fast/table/percent-heights.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3814 | fast/table/prepend-in-anonymous-table.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3815 | fast/table/remove-td-display-none.html |
| 3816 | fast/table/replaced-percent-height.html |
| 3817 | fast/table/row-height-recalc.html |
| 3818 | fast/table/rowindex.html |
| 3819 | fast/table/rowspan-paint-order.html |
| 3820 | fast/table/rtl-cell-display-none-assert.html |
| 3821 | fast/table/rules-attr-dynchange1.html |
| 3822 | fast/table/rules-attr-dynchange2.html |
| 3823 | fast/table/spanOverlapRepaint.html |
| 3824 | fast/table/stale-grid-crash.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3825 | fast/table/table-display-types-strict.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3826 | fast/table/table-display-types.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3827 | fast/table/table-hspace-align-center.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3828 | fast/table/tableInsideCaption.html |
| 3829 | fast/table/text-field-baseline.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3830 | fast/table/unbreakable-images-quirk.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3831 | fast/table/unused-percent-heights.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3832 | fast/table/vertical-align-baseline.html |
| 3833 | fast/text/align-center-rtl-spill.html |
| 3834 | fast/text/apply-start-width-after-skipped-text.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3835 | fast/text/atsui-kerning-and-ligatures.html |
| 3836 | fast/text/atsui-multiple-renderers.html |
| 3837 | fast/text/atsui-partial-selection.html |
| 3838 | fast/text/atsui-small-caps-punctuation-size.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3839 | fast/text/basic/001.html |
| 3840 | fast/text/basic/002.html |
| 3841 | fast/text/basic/003.html |
| 3842 | fast/text/basic/004.html |
| 3843 | fast/text/basic/005.html |
| 3844 | fast/text/basic/006.html |
| 3845 | fast/text/basic/007.html |
| 3846 | fast/text/basic/008.html |
| 3847 | fast/text/basic/009.html |
| 3848 | fast/text/basic/011.html |
| 3849 | fast/text/basic/012.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3850 | fast/text/basic/013.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3851 | fast/text/basic/generic-family-changes.html |
| 3852 | fast/text/basic/generic-family-reset.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3853 | fast/text/bidi-embedding-pop-and-push-same.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3854 | fast/text/break-word.html |
| 3855 | fast/text/capitalize-empty-generated-string.html |
| 3856 | fast/text/capitalize-preserve-nbsp.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3857 | fast/text/cg-fallback-bolding.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3858 | fast/text/cg-vs-atsui.html |
| 3859 | fast/text/delete-hard-break-character.html |
| 3860 | fast/text/drawBidiText.html |
| 3861 | fast/text/firstline/001.html |
| 3862 | fast/text/firstline/002.html |
| 3863 | fast/text/firstline/003.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3864 | fast/text/fixed-pitch-control-characters.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3865 | fast/text/font-initial.html |
| 3866 | fast/text/international/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3867 | fast/text/international/bidi-AN-after-L.html |
| 3868 | fast/text/international/bidi-CS-after-AN.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3869 | fast/text/international/bidi-L2-run-reordering.html |
| 3870 | fast/text/international/bidi-LDB-2-CSS.html |
| 3871 | fast/text/international/bidi-control-chars-treated-as-ZWS.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3872 | fast/text/international/bidi-european-terminators.html |
| 3873 | fast/text/international/bidi-explicit-embedding.html |
| 3874 | fast/text/international/bidi-ignored-for-first-child-inline.html |
| 3875 | fast/text/international/bidi-innertext.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3876 | fast/text/international/bidi-linebreak-001.html |
| 3877 | fast/text/international/bidi-linebreak-002.html |
| 3878 | fast/text/international/bidi-linebreak-003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3879 | fast/text/international/bidi-neutral-directionality-paragraph-start.html |
| 3880 | fast/text/international/bidi-neutral-run.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3881 | fast/text/international/complex-character-based-fallback.html |
| 3882 | fast/text/international/danda-space.html |
| 3883 | fast/text/international/hindi-spacing.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3884 | fast/text/international/rtl-caret.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3885 | fast/text/international/thai-baht-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3886 | fast/text/justified-selection-at-edge.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3887 | fast/text/justified-selection.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3888 | fast/text/letter-spacing-negative-opacity.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3889 | fast/text/line-breaks.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3890 | fast/text/midword-break-hang.html |
| 3891 | fast/text/reset-emptyRun.html |
| 3892 | fast/text/selection-hard-linebreak.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3893 | fast/text/selection-painted-separately.html |
| 3894 | fast/text/shadow-no-blur.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3895 | fast/text/should-use-atsui.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3896 | fast/text/soft-hyphen-2.html |
| 3897 | fast/text/soft-hyphen-3.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3898 | fast/text/softHyphen.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3899 | fast/text/stroking-decorations.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3900 | fast/text/stroking.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3901 | fast/text/textIteratorNilRenderer.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3902 | fast/text/updateNewFont.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3903 | fast/text/wbr-in-pre-crash.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3904 | fast/text/wbr-pre.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3905 | fast/text/wbr-styled.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3906 | fast/text/wbr.html |
| 3907 | fast/text/whitespace/001.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3908 | fast/text/whitespace/002.html |
| 3909 | fast/text/whitespace/003.html |
| 3910 | fast/text/whitespace/004.html |
| 3911 | fast/text/whitespace/005.html |
| 3912 | fast/text/whitespace/006.html |
| 3913 | fast/text/whitespace/007.html |
| 3914 | fast/text/whitespace/008.html |
| 3915 | fast/text/whitespace/009.html |
| 3916 | fast/text/whitespace/010.html |
| 3917 | fast/text/whitespace/011.html |
| 3918 | fast/text/whitespace/012.html |
| 3919 | fast/text/whitespace/013.html |
| 3920 | fast/text/whitespace/014.html |
| 3921 | fast/text/whitespace/015.html |
| 3922 | fast/text/whitespace/016.html |
| 3923 | fast/text/whitespace/017.html |
| 3924 | fast/text/whitespace/018.html |
| 3925 | fast/text/whitespace/019.html |
| 3926 | fast/text/whitespace/020.html |
| 3927 | fast/text/whitespace/021.html |
| 3928 | fast/text/whitespace/022.html |
| 3929 | fast/text/whitespace/023.html |
| 3930 | fast/text/whitespace/024.html |
| 3931 | fast/text/whitespace/025.html |
| 3932 | fast/text/whitespace/026.html |
| 3933 | fast/text/whitespace/027.html |
| 3934 | fast/text/whitespace/028.html |
| 3935 | fast/text/whitespace/029.html |
| 3936 | fast/text/whitespace/030.html |
| 3937 | fast/text/whitespace/nbsp-mode-and-linewraps.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3938 | fast/text/whitespace/nowrap-clear-float.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3939 | fast/text/whitespace/pre-newline-box-test.html |
| 3940 | fast/text/whitespace/pre-wrap-last-char.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3941 | fast/text/whitespace/span-in-word-space-causes-overflow.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3942 | fast/text/wide-zero-width-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3943 | fast/text/word-break-soft-hyphen.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3944 | fast/text/word-space.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3945 | fast/tokenizer/001.html |
| 3946 | fast/tokenizer/002.html |
| 3947 | fast/tokenizer/003.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3948 | fast/tokenizer/external-script-document-write.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3949 | fast/tokenizer/external-script-document-write_2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 3950 | fast/tokenizer/script_extra_close.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3951 | fast/transforms/diamond.html |
| 3952 | fast/transforms/identity-matrix.html |
| 3953 | fast/transforms/matrix-01.html |
| 3954 | fast/transforms/matrix-02.html |
| 3955 | fast/transforms/overflow-with-transform.html |
| 3956 | fast/transforms/shadows.html |
| 3957 | fast/transforms/skew-with-unitless-zero.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3958 | fast/transforms/transform-on-inline.html |
| 3959 | fast/transforms/transform-overflow.html |
| 3960 | fast/transforms/transform-table-row.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3961 | fast/transforms/transformed-caret.html |
| 3962 | fast/transforms/transformed-document-element.html |
| 3963 | fast/transforms/transformed-focused-text-input.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 3964 | fast/transforms/transforms-with-opacity.html |
| 3965 | fast/transforms/transforms-with-zoom.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 3966 | |
| 3967 | # ------- failures due to missing support for particular XSLT features |
| 3968 | # xsl:output |
| 3969 | fast/xsl/xslt-doc-enc.xml |
| 3970 | fast/xsl/xslt-url.xml |
| 3971 | fast/xsl/default-html.html |
| 3972 | fast/xsl/xslt-text.html |
| 3973 | fast/xsl/xslt-entity.xml |
| 3974 | fast/xsl/xslt-extra-content-at-end.xml |
| 3975 | # external entities support |
| 3976 | fast/xsl/dtd-in-source-document.xml |
| 3977 | fast/xsl/xslt-second-level-import.xml |
| 3978 | fast/parser/external-entities-in-xslt.xml |
| 3979 | # exslt:node-set() function |
| 3980 | fast/xsl/exslt-node-set.xml |
| 3981 | # xsl:import |
| 3982 | fast/xsl/import-after-comment.xml |
| 3983 | fast/xsl/xslt-import-depth.xml |
| 3984 | fast/xsl/xslt-nested-stylesheets.xml |
| 3985 | # xsl:attribute-set |
| 3986 | fast/xsl/mozilla-tests.xml |
| 3987 | # xsl:sort: lang and case-order |
| 3988 | fast/xsl/sort-locale.xml |
| 3989 | fast/xsl/sort-unicode.xml |
| 3990 | # output formatting issues (might be related to the lack of xsl:output support) |
| 3991 | fast/xsl/xslt-processor.html |
| 3992 | # to be investigated |
| 3993 | fast/xsl/xslt-enc16.xml |
| 3994 | fast/xsl/xslt-enc16to16.xml |
| 3995 | fast/xsl/xslt-enc-cyr.xml |
| 3996 | fast/xsl/xslt-enc.xml |
| 3997 | fast/xsl/xslt-relative-path.xml |
| 3998 | fast/xsl/xslt-missing-namespace-in-xslt.xml |
| 3999 | fast/xsl/xslt_unicode.xml |
| 4000 | |
ap@apple.com | 97b0118 | 2010-11-18 18:31:17 +0000 | [diff] [blame] | 4001 | # https://bugs.webkit.org/show_bug.cgi?id=49743 |
| 4002 | fast/xsl/import-non-document-node.xhtml |
| 4003 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 4004 | fast/forms/drag-out-of-textarea.html |
| 4005 | fast/frames/frame-src-attribute.html |
| 4006 | fast/overflow/003.xml |
| 4007 | fast/text/international/bidi-menulist.html |
| 4008 | fast/text/international/wrap-CJK-001.html |
| 4009 | fast/xpath/string-value.html |
| 4010 | |
| 4011 | # ============================================================================= # |
| 4012 | # failing fonts tests |
| 4013 | # ============================================================================= # |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4014 | fonts/cursive.html |
| 4015 | fonts/default.html |
| 4016 | fonts/fantasy.html |
| 4017 | fonts/monospace.html |
| 4018 | fonts/sans-serif.html |
| 4019 | fonts/serif.html |
yuzo@google.com | 0cdcbbe | 2010-03-15 08:33:18 +0000 | [diff] [blame] | 4020 | printing/return-from-printing-mode.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 4021 | |
| 4022 | # ============================================================================= # |
| 4023 | # failing scrollbars tests |
| 4024 | # ============================================================================= # |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4025 | scrollbars/basic-scrollbar.html |
| 4026 | scrollbars/disabled-scrollbar.html |
| 4027 | scrollbars/listbox-scrollbar-combinations.html |
| 4028 | scrollbars/overflow-scrollbar-combinations.html |
| 4029 | scrollbars/scrollbar-buttons.html |
| 4030 | scrollbars/scrollbar-orientation.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 4031 | |
| 4032 | # ============================================================================= # |
| 4033 | # failing security tests |
| 4034 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 4035 | # https://bugs.webkit.org/show_bug.cgi?id=39160 |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4036 | security/block-test-no-port.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 4037 | security/block-test.html |
| 4038 | |
| 4039 | # ============================================================================= # |
| 4040 | # failing tables tests |
| 4041 | # ============================================================================= # |
| 4042 | |
| 4043 | # -- fail with --platform mac --ignore-metrics |
| 4044 | tables/mozilla/bugs/bug194024.html |
| 4045 | tables/mozilla/bugs/bug2479-3.html |
| 4046 | tables/mozilla/bugs/bug2479-4.html |
| 4047 | tables/mozilla/bugs/bug30559.html |
| 4048 | tables/mozilla/bugs/bug30692.html |
| 4049 | tables/mozilla/bugs/bug46623-1.html |
| 4050 | tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html |
| 4051 | tables/mozilla_expected_failures/collapsing_borders/bug41262-6.html |
| 4052 | tables/mozilla/other/wa_table_tr_align.html |
| 4053 | |
| 4054 | # -- pass with --platform mac --ignore-metrics |
| 4055 | tables/mozilla/bugs/bug51140.html |
| 4056 | tables/mozilla/bugs/bug103533.html |
| 4057 | tables/mozilla/marvin/backgr_index.html |
| 4058 | tables/mozilla/marvin/backgr_layers-opacity.html |
| 4059 | tables/mozilla/marvin/backgr_position-table.html |
| 4060 | tables/mozilla/marvin/backgr_simple-table-cell.html |
| 4061 | tables/mozilla/marvin/backgr_simple-table-column-group.html |
| 4062 | tables/mozilla/marvin/backgr_simple-table-column.html |
| 4063 | tables/mozilla/marvin/backgr_simple-table-row-group.html |
| 4064 | tables/mozilla/marvin/backgr_simple-table-row.html |
| 4065 | tables/mozilla/marvin/backgr_simple-table.html |
| 4066 | tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html |
| 4067 | tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html |
| 4068 | tables/mozilla_expected_failures/marvin/backgr_border-table-column.html |
| 4069 | tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html |
| 4070 | tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html |
| 4071 | tables/mozilla_expected_failures/marvin/backgr_border-table-row.html |
| 4072 | tables/mozilla_expected_failures/marvin/backgr_border-table.html |
| 4073 | tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html |
| 4074 | tables/mozilla_expected_failures/marvin/backgr_layers-hide.html |
| 4075 | tables/mozilla_expected_failures/marvin/backgr_layers-show.html |
| 4076 | tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html |
| 4077 | tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html |
| 4078 | tables/mozilla_expected_failures/marvin/backgr_position-table-column.html |
| 4079 | tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html |
| 4080 | tables/mozilla_expected_failures/marvin/backgr_position-table-row.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4081 | tables/mozilla/bugs/45621.html |
| 4082 | tables/mozilla/bugs/bug10009.html |
| 4083 | tables/mozilla/bugs/bug100334.html |
| 4084 | tables/mozilla/bugs/bug10036.html |
| 4085 | tables/mozilla/bugs/bug10039.html |
| 4086 | tables/mozilla/bugs/bug101201.html |
| 4087 | tables/mozilla/bugs/bug101674.html |
| 4088 | tables/mozilla/bugs/bug102145-1.html |
| 4089 | tables/mozilla/bugs/bug102145-2.html |
| 4090 | tables/mozilla/bugs/bug102145-3.html |
| 4091 | tables/mozilla/bugs/bug102145-4.html |
| 4092 | tables/mozilla/bugs/bug10269-1.html |
| 4093 | tables/mozilla/bugs/bug10269-2.html |
| 4094 | tables/mozilla/bugs/bug10296-1.html |
| 4095 | tables/mozilla/bugs/bug10296-2.html |
| 4096 | tables/mozilla/bugs/bug1055-1.html |
| 4097 | tables/mozilla/bugs/bug10565.html |
| 4098 | tables/mozilla/bugs/bug106158-1.html |
| 4099 | tables/mozilla/bugs/bug106158-2.html |
| 4100 | tables/mozilla/bugs/bug10633.html |
| 4101 | tables/mozilla/bugs/bug1067-1.html |
| 4102 | tables/mozilla/bugs/bug1067-2.html |
| 4103 | tables/mozilla/bugs/bug106795.html |
| 4104 | tables/mozilla/bugs/bug106816.html |
| 4105 | tables/mozilla/bugs/bug108340.html |
| 4106 | tables/mozilla/bugs/bug109043.html |
| 4107 | tables/mozilla/bugs/bug11026.html |
| 4108 | tables/mozilla/bugs/bug110566.html |
| 4109 | tables/mozilla/bugs/bug11321.html |
| 4110 | tables/mozilla/bugs/bug113235-1.html |
| 4111 | tables/mozilla/bugs/bug113235-2.html |
| 4112 | tables/mozilla/bugs/bug113235-3.html |
| 4113 | tables/mozilla/bugs/bug113424.html |
| 4114 | tables/mozilla/bugs/bug11384q.html |
| 4115 | tables/mozilla/bugs/bug11384s.html |
| 4116 | tables/mozilla/bugs/bug1163-1.html |
| 4117 | tables/mozilla/bugs/bug1188.html |
| 4118 | tables/mozilla/bugs/bug11944.html |
| 4119 | tables/mozilla/bugs/bug119786.html |
| 4120 | tables/mozilla/bugs/bug12008.html |
| 4121 | tables/mozilla/bugs/bug120364.html |
| 4122 | tables/mozilla/bugs/bug1220.html |
| 4123 | tables/mozilla/bugs/bug1224.html |
| 4124 | tables/mozilla/bugs/bug12268.html |
| 4125 | tables/mozilla/bugs/bug12384.html |
| 4126 | tables/mozilla/bugs/bug123862.html |
| 4127 | tables/mozilla/bugs/bug1261.html |
| 4128 | tables/mozilla/bugs/bug126742.html |
| 4129 | tables/mozilla/bugs/bug12709.html |
| 4130 | tables/mozilla/bugs/bug127267.html |
| 4131 | tables/mozilla/bugs/bug128229.html |
| 4132 | tables/mozilla/bugs/bug12908-1.html |
| 4133 | tables/mozilla/bugs/bug12910.html |
| 4134 | tables/mozilla/bugs/bug1296.html |
| 4135 | tables/mozilla/bugs/bug1302.html |
| 4136 | tables/mozilla/bugs/bug131020.html |
| 4137 | tables/mozilla/bugs/bug131020_iframe.html |
| 4138 | tables/mozilla/bugs/bug13105.html |
| 4139 | tables/mozilla/bugs/bug13118.html |
| 4140 | tables/mozilla/bugs/bug1318.html |
| 4141 | tables/mozilla/bugs/bug13196.html |
| 4142 | tables/mozilla/bugs/bug133756-1.html |
| 4143 | tables/mozilla/bugs/bug133756-2.html |
| 4144 | tables/mozilla/bugs/bug133948.html |
| 4145 | tables/mozilla/bugs/bug13484.html |
| 4146 | tables/mozilla/bugs/bug13526.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4147 | tables/mozilla/bugs/bug137388-1.html |
| 4148 | tables/mozilla/bugs/bug137388-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4149 | tables/mozilla/bugs/bug138725.html |
| 4150 | tables/mozilla/bugs/bug139524-1.html |
| 4151 | tables/mozilla/bugs/bug139524-2.html |
| 4152 | tables/mozilla/bugs/bug139524-3.html |
| 4153 | tables/mozilla/bugs/bug139524-4.html |
| 4154 | tables/mozilla/bugs/bug14159-1.html |
| 4155 | tables/mozilla/bugs/bug14159-3.html |
| 4156 | tables/mozilla/bugs/bug1430.html |
| 4157 | tables/mozilla/bugs/bug14323.html |
| 4158 | tables/mozilla/bugs/bug145572.html |
| 4159 | tables/mozilla/bugs/bug1474.html |
| 4160 | tables/mozilla/bugs/bug149275-1.html |
| 4161 | tables/mozilla/bugs/bug149275-2.html |
| 4162 | tables/mozilla/bugs/bug14929.html |
| 4163 | tables/mozilla/bugs/bug15247.html |
| 4164 | tables/mozilla/bugs/bug154780.html |
| 4165 | tables/mozilla/bugs/bug15544.html |
| 4166 | tables/mozilla/bugs/bug157890.html |
| 4167 | tables/mozilla/bugs/bug159108.html |
| 4168 | tables/mozilla/bugs/bug15933.html |
| 4169 | tables/mozilla/bugs/bug16012.html |
| 4170 | tables/mozilla/bugs/bug16252.html |
| 4171 | tables/mozilla/bugs/bug17130-1.html |
| 4172 | tables/mozilla/bugs/bug17130-2.html |
| 4173 | tables/mozilla/bugs/bug17138.html |
| 4174 | tables/mozilla/bugs/bug17168.html |
| 4175 | tables/mozilla/bugs/bug175455-4.html |
| 4176 | tables/mozilla/bugs/bug17548.html |
| 4177 | tables/mozilla/bugs/bug17587.html |
| 4178 | tables/mozilla/bugs/bug1800.html |
| 4179 | tables/mozilla/bugs/bug1802.html |
| 4180 | tables/mozilla/bugs/bug1802s.html |
| 4181 | tables/mozilla/bugs/bug1809.html |
| 4182 | tables/mozilla/bugs/bug1818-1.html |
| 4183 | tables/mozilla/bugs/bug1818-2.html |
| 4184 | tables/mozilla/bugs/bug1818-4.html |
| 4185 | tables/mozilla/bugs/bug1818-5.html |
| 4186 | tables/mozilla/bugs/bug1828.html |
| 4187 | tables/mozilla/bugs/bug18359.html |
| 4188 | tables/mozilla/bugs/bug18440.html |
| 4189 | tables/mozilla/bugs/bug18558.html |
| 4190 | tables/mozilla/bugs/bug18664.html |
| 4191 | tables/mozilla/bugs/bug18955.html |
| 4192 | tables/mozilla/bugs/bug19061-1.html |
| 4193 | tables/mozilla/bugs/bug19061-2.html |
| 4194 | tables/mozilla/bugs/bug19356.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4195 | tables/mozilla/bugs/bug19599.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4196 | tables/mozilla/bugs/bug2050.html |
| 4197 | tables/mozilla/bugs/bug20579.html |
| 4198 | tables/mozilla/bugs/bug2065.html |
| 4199 | tables/mozilla/bugs/bug20804.html |
| 4200 | tables/mozilla/bugs/bug2123.html |
| 4201 | tables/mozilla/bugs/bug21299.html |
| 4202 | tables/mozilla/bugs/bug215629.html |
| 4203 | tables/mozilla/bugs/bug21918.html |
| 4204 | tables/mozilla/bugs/bug219693-1.html |
| 4205 | tables/mozilla/bugs/bug219693-2.html |
| 4206 | tables/mozilla/bugs/bug22019.html |
| 4207 | tables/mozilla/bugs/bug220536.html |
| 4208 | tables/mozilla/bugs/bug221784-1.html |
| 4209 | tables/mozilla/bugs/bug221784-2.html |
| 4210 | tables/mozilla/bugs/bug22246-2a.html |
| 4211 | tables/mozilla/bugs/bug22246-2.html |
| 4212 | tables/mozilla/bugs/bug22246-3a.html |
| 4213 | tables/mozilla/bugs/bug22246-3.html |
| 4214 | tables/mozilla/bugs/bug222846.html |
| 4215 | tables/mozilla/bugs/bug22513.html |
| 4216 | tables/mozilla/bugs/bug2267.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4217 | tables/mozilla/bugs/bug227123.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4218 | tables/mozilla/bugs/bug2296.html |
| 4219 | tables/mozilla/bugs/bug23072.html |
| 4220 | tables/mozilla/bugs/bug23151.html |
| 4221 | tables/mozilla/bugs/bug23235.html |
| 4222 | tables/mozilla/bugs/bug23299.html |
| 4223 | tables/mozilla/bugs/bug23994.html |
| 4224 | tables/mozilla/bugs/bug24200.html |
| 4225 | tables/mozilla/bugs/bug24503.html |
| 4226 | tables/mozilla/bugs/bug24627.html |
| 4227 | tables/mozilla/bugs/bug24661.html |
| 4228 | tables/mozilla/bugs/bug2469.html |
| 4229 | tables/mozilla/bugs/bug2479-1.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4230 | tables/mozilla/bugs/bug2479-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4231 | tables/mozilla/bugs/bug24880.html |
| 4232 | tables/mozilla/bugs/bug25004.html |
| 4233 | tables/mozilla/bugs/bug25074.html |
| 4234 | tables/mozilla/bugs/bug25086.html |
| 4235 | tables/mozilla/bugs/bug2509.html |
| 4236 | tables/mozilla/bugs/bug2516.html |
| 4237 | tables/mozilla/bugs/bug25367.html |
| 4238 | tables/mozilla/bugs/bug25663.html |
| 4239 | tables/mozilla/bugs/bug2585.html |
| 4240 | tables/mozilla/bugs/bug26178.html |
| 4241 | tables/mozilla/bugs/bug26553.html |
| 4242 | tables/mozilla/bugs/bug2684.html |
| 4243 | tables/mozilla/bugs/bug27038-1.html |
| 4244 | tables/mozilla/bugs/bug27038-2.html |
| 4245 | tables/mozilla/bugs/bug27038-3.html |
| 4246 | tables/mozilla/bugs/bug275625.html |
| 4247 | tables/mozilla/bugs/bug2757.html |
| 4248 | tables/mozilla/bugs/bug2763.html |
| 4249 | tables/mozilla/bugs/bug2773.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4250 | tables/mozilla/bugs/bug278266.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4251 | tables/mozilla/bugs/bug278385.html |
| 4252 | tables/mozilla/bugs/bug27993-1.html |
| 4253 | tables/mozilla/bugs/bug28341.html |
| 4254 | tables/mozilla/bugs/bug2886-2.html |
| 4255 | tables/mozilla/bugs/bug2886.html |
| 4256 | tables/mozilla/bugs/bug28928.html |
| 4257 | tables/mozilla/bugs/bug29058-1.html |
| 4258 | tables/mozilla/bugs/bug29058-3.html |
| 4259 | tables/mozilla/bugs/bug29157.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4260 | tables/mozilla/bugs/bug29326.html |
| 4261 | tables/mozilla/bugs/bug29429.html |
| 4262 | tables/mozilla/bugs/bug2947.html |
| 4263 | tables/mozilla/bugs/bug2962.html |
| 4264 | tables/mozilla/bugs/bug2973.html |
| 4265 | tables/mozilla/bugs/bug2981-1.html |
| 4266 | tables/mozilla/bugs/bug2981-2.html |
| 4267 | tables/mozilla/bugs/bug2997.html |
| 4268 | tables/mozilla/bugs/bug30273.html |
| 4269 | tables/mozilla/bugs/bug30332-1.html |
| 4270 | tables/mozilla/bugs/bug30332-2.html |
| 4271 | tables/mozilla/bugs/bug3037-1.html |
| 4272 | tables/mozilla/bugs/bug3037-2.html |
| 4273 | tables/mozilla/bugs/bug30418.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4274 | tables/mozilla/bugs/bug30985.html |
| 4275 | tables/mozilla/bugs/bug3103.html |
| 4276 | tables/mozilla/bugs/bug3191.html |
| 4277 | tables/mozilla/bugs/bug32205-2.html |
| 4278 | tables/mozilla/bugs/bug32205-3.html |
| 4279 | tables/mozilla/bugs/bug32205-5.html |
| 4280 | tables/mozilla/bugs/bug32447.html |
| 4281 | tables/mozilla/bugs/bug3260.html |
| 4282 | tables/mozilla/bugs/bug3263.html |
| 4283 | tables/mozilla/bugs/bug32841.html |
| 4284 | tables/mozilla/bugs/bug3309-1.html |
| 4285 | tables/mozilla/bugs/bug3309-2.html |
| 4286 | tables/mozilla/bugs/bug33137.html |
| 4287 | tables/mozilla/bugs/bug33855.html |
| 4288 | tables/mozilla/bugs/bug34176.html |
| 4289 | tables/mozilla/bugs/bug34538.html |
| 4290 | tables/mozilla/bugs/bug3454.html |
| 4291 | tables/mozilla/bugs/bug35662.html |
| 4292 | tables/mozilla/bugs/bug3681-1.html |
| 4293 | tables/mozilla/bugs/bug3681-2.html |
| 4294 | tables/mozilla/bugs/bug3718.html |
| 4295 | tables/mozilla/bugs/bug38916.html |
| 4296 | tables/mozilla/bugs/bug39209.html |
| 4297 | tables/mozilla/bugs/bug3977.html |
| 4298 | tables/mozilla/bugs/bug40828.html |
| 4299 | tables/mozilla/bugs/bug4093.html |
| 4300 | tables/mozilla/bugs/bug41890.html |
| 4301 | tables/mozilla/bugs/bug42187.html |
| 4302 | tables/mozilla/bugs/bug42443.html |
| 4303 | tables/mozilla/bugs/bug4284.html |
| 4304 | tables/mozilla/bugs/bug43039.html |
| 4305 | tables/mozilla/bugs/bug43204.html |
| 4306 | tables/mozilla/bugs/bug4382.html |
| 4307 | tables/mozilla/bugs/bug43854-1.html |
| 4308 | tables/mozilla/bugs/bug43854-2.html |
| 4309 | tables/mozilla/bugs/bug4385.html |
| 4310 | tables/mozilla/bugs/bug4427.html |
| 4311 | tables/mozilla/bugs/bug4429.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4312 | tables/mozilla/bugs/bug44505.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4313 | tables/mozilla/bugs/bug44523.html |
| 4314 | tables/mozilla/bugs/bug4501.html |
| 4315 | tables/mozilla/bugs/bug45055-2.html |
| 4316 | tables/mozilla/bugs/bug45055.html |
| 4317 | tables/mozilla/bugs/bug4520.html |
| 4318 | tables/mozilla/bugs/bug4523.html |
| 4319 | tables/mozilla/bugs/bug4527.html |
| 4320 | tables/mozilla/bugs/bug45350.html |
| 4321 | tables/mozilla/bugs/bug45486.html |
| 4322 | tables/mozilla/bugs/bug4576.html |
| 4323 | tables/mozilla/bugs/bug46268-1.html |
| 4324 | tables/mozilla/bugs/bug46268-2.html |
| 4325 | tables/mozilla/bugs/bug46268-3.html |
| 4326 | tables/mozilla/bugs/bug46268-5.html |
| 4327 | tables/mozilla/bugs/bug46268.html |
| 4328 | tables/mozilla/bugs/bug46368-1.html |
| 4329 | tables/mozilla/bugs/bug46368-2.html |
| 4330 | tables/mozilla/bugs/bug46480-1.html |
| 4331 | tables/mozilla/bugs/bug46480-2.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4332 | tables/mozilla/bugs/bug46623-2.html |
| 4333 | tables/mozilla/bugs/bug46924.html |
| 4334 | tables/mozilla/bugs/bug46944.html |
| 4335 | tables/mozilla/bugs/bug4739.html |
| 4336 | tables/mozilla/bugs/bug47432.html |
| 4337 | tables/mozilla/bugs/bug48028-1.html |
| 4338 | tables/mozilla/bugs/bug48028-2.html |
| 4339 | tables/mozilla/bugs/bug4803.html |
| 4340 | tables/mozilla/bugs/bug4849-2.html |
| 4341 | tables/mozilla/bugs/bug4849.html |
| 4342 | tables/mozilla/bugs/bug48827.html |
| 4343 | tables/mozilla/bugs/bug50695-1.html |
| 4344 | tables/mozilla/bugs/bug51037.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4345 | tables/mozilla/bugs/bug51727.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4346 | tables/mozilla/bugs/bug5188.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4347 | tables/mozilla/bugs/bug52505.html |
| 4348 | tables/mozilla/bugs/bug52506.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4349 | tables/mozilla/bugs/bug53690-1.html |
| 4350 | tables/mozilla/bugs/bug53690-2.html |
| 4351 | tables/mozilla/bugs/bug53891.html |
| 4352 | tables/mozilla/bugs/bug54450.html |
| 4353 | tables/mozilla/bugs/bug5538.html |
| 4354 | tables/mozilla/bugs/bug55527.html |
| 4355 | tables/mozilla/bugs/bug55545.html |
| 4356 | tables/mozilla/bugs/bug55694.html |
| 4357 | tables/mozilla/bugs/bug55789.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4358 | tables/mozilla/bugs/bug56405.html |
| 4359 | tables/mozilla/bugs/bug56563.html |
| 4360 | tables/mozilla/bugs/bug57300.html |
| 4361 | tables/mozilla/bugs/bug57378.html |
| 4362 | tables/mozilla/bugs/bug57828-2.html |
| 4363 | tables/mozilla/bugs/bug57828.html |
| 4364 | tables/mozilla/bugs/bug5797.html |
| 4365 | tables/mozilla/bugs/bug5798.html |
| 4366 | tables/mozilla/bugs/bug5799.html |
| 4367 | tables/mozilla/bugs/bug5835.html |
| 4368 | tables/mozilla/bugs/bug5838.html |
| 4369 | tables/mozilla/bugs/bug58402-1.html |
| 4370 | tables/mozilla/bugs/bug59354.html |
| 4371 | tables/mozilla/bugs/bug60013.html |
| 4372 | tables/mozilla/bugs/bug60749.html |
| 4373 | tables/mozilla/bugs/bug60804.html |
| 4374 | tables/mozilla/bugs/bug60807.html |
| 4375 | tables/mozilla/bugs/bug60992.html |
| 4376 | tables/mozilla/bugs/bug6184.html |
| 4377 | tables/mozilla/bugs/bug625.html |
| 4378 | tables/mozilla/bugs/bug6304.html |
| 4379 | tables/mozilla/bugs/bug63785.html |
| 4380 | tables/mozilla/bugs/bug6404.html |
| 4381 | tables/mozilla/bugs/bug641-1.html |
| 4382 | tables/mozilla/bugs/bug641-2.html |
| 4383 | tables/mozilla/bugs/bug647.html |
| 4384 | tables/mozilla/bugs/bug650.html |
| 4385 | tables/mozilla/bugs/bug6674.html |
| 4386 | tables/mozilla/bugs/bug67864.html |
| 4387 | tables/mozilla/bugs/bug67915-1.html |
| 4388 | tables/mozilla/bugs/bug68912.html |
| 4389 | tables/mozilla/bugs/bug68998.html |
| 4390 | tables/mozilla/bugs/bug69187.html |
| 4391 | tables/mozilla/bugs/bug69382-1.html |
| 4392 | tables/mozilla/bugs/bug69382-2.html |
| 4393 | tables/mozilla/bugs/bug709.html |
| 4394 | tables/mozilla/bugs/bug7112-1.html |
| 4395 | tables/mozilla/bugs/bug7112-2.html |
| 4396 | tables/mozilla/bugs/bug7121-1.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4397 | tables/mozilla/bugs/bug72359.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4398 | tables/mozilla/bugs/bug727.html |
| 4399 | tables/mozilla/bugs/bug73321.html |
| 4400 | tables/mozilla/bugs/bug7342.html |
| 4401 | tables/mozilla/bugs/bug7471.html |
| 4402 | tables/mozilla/bugs/bug75250.html |
| 4403 | tables/mozilla/bugs/bug7714.html |
| 4404 | tables/mozilla/bugs/bug78162.html |
| 4405 | tables/mozilla/bugs/bug8032-1.html |
| 4406 | tables/mozilla/bugs/bug80762-1.html |
| 4407 | tables/mozilla/bugs/bug81934.html |
| 4408 | tables/mozilla/bugs/bug82946-1.html |
| 4409 | tables/mozilla/bugs/bug82946-2.html |
| 4410 | tables/mozilla/bugs/bug8361.html |
| 4411 | tables/mozilla/bugs/bug83786.html |
| 4412 | tables/mozilla/bugs/bug8381.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4413 | tables/mozilla/bugs/bug8411.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4414 | tables/mozilla/bugs/bug86220.html |
| 4415 | tables/mozilla/bugs/bug86708.html |
| 4416 | tables/mozilla/bugs/bug88035-1.html |
| 4417 | tables/mozilla/bugs/bug88035-2.html |
| 4418 | tables/mozilla/bugs/bug88524.html |
| 4419 | tables/mozilla/bugs/bug8858.html |
| 4420 | tables/mozilla/bugs/bug8950.html |
| 4421 | tables/mozilla/bugs/bug9072.html |
| 4422 | tables/mozilla/bugs/bug9123-1.html |
| 4423 | tables/mozilla/bugs/bug9123-2.html |
| 4424 | tables/mozilla/bugs/bug92143.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4425 | tables/mozilla/bugs/bug9271-1.html |
| 4426 | tables/mozilla/bugs/bug9271-2.html |
| 4427 | tables/mozilla/bugs/bug92868.html |
| 4428 | tables/mozilla/bugs/bug93363.html |
| 4429 | tables/mozilla/bugs/bug96334.html |
| 4430 | tables/mozilla/bugs/bug96343.html |
| 4431 | tables/mozilla/bugs/bug963.html |
| 4432 | tables/mozilla/bugs/bug965.html |
| 4433 | tables/mozilla/bugs/bug97138.html |
| 4434 | tables/mozilla/bugs/bug97383.html |
| 4435 | tables/mozilla/bugs/bug98196.html |
| 4436 | tables/mozilla/bugs/bug9879-1.html |
| 4437 | tables/mozilla/bugs/bug99923.html |
| 4438 | tables/mozilla/bugs/bug99948.html |
| 4439 | tables/mozilla/collapsing_borders/bug127040.html |
| 4440 | tables/mozilla/collapsing_borders/bug41262-3.html |
| 4441 | tables/mozilla/collapsing_borders/bug41262-4.html |
| 4442 | tables/mozilla/core/bloomberg.html |
| 4443 | tables/mozilla/core/borders.html |
| 4444 | tables/mozilla/core/box_sizing.html |
| 4445 | tables/mozilla/core/captions.html |
| 4446 | tables/mozilla/core/cell_heights.html |
| 4447 | tables/mozilla/core/col_span.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4448 | tables/mozilla/core/col_widths_auto_autoFix.html |
| 4449 | tables/mozilla/core/col_widths_auto_autoFixPer.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4450 | tables/mozilla/core/col_widths_auto_auto.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4451 | tables/mozilla/core/col_widths_auto_autoPer.html |
| 4452 | tables/mozilla/core/col_widths_auto_fix.html |
| 4453 | tables/mozilla/core/col_widths_auto_fixPer.html |
| 4454 | tables/mozilla/core/col_widths_auto_per.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4455 | tables/mozilla/core/col_widths_fix_autoFix.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4456 | tables/mozilla/core/col_widths_fix_auto.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4457 | tables/mozilla/core/col_widths_fix_autoPer.html |
| 4458 | tables/mozilla/core/col_widths_fix_fix.html |
| 4459 | tables/mozilla/core/col_widths_fix_fixPer.html |
| 4460 | tables/mozilla/core/col_widths_fix_per.html |
| 4461 | tables/mozilla/core/margins.html |
| 4462 | tables/mozilla/core/misc.html |
| 4463 | tables/mozilla/core/nested1.html |
| 4464 | tables/mozilla/core/one_row.html |
| 4465 | tables/mozilla/core/row_span.html |
| 4466 | tables/mozilla/core/table_frame.html |
| 4467 | tables/mozilla/core/table_heights.html |
| 4468 | tables/mozilla/core/table_rules.html |
| 4469 | tables/mozilla/core/table_widths.html |
| 4470 | tables/mozilla/dom/appendCol2.html |
| 4471 | tables/mozilla/dom/appendRowsExpand1.html |
| 4472 | tables/mozilla/dom/appendTbodyExpand1.html |
| 4473 | tables/mozilla/dom/deleteCellsRebuild1.html |
| 4474 | tables/mozilla/dom/deleteCellsShrink1.html |
| 4475 | tables/mozilla/dom/deleteCellsShrink2.html |
| 4476 | tables/mozilla/dom/deleteCol1.html |
| 4477 | tables/mozilla/dom/deleteCol2.html |
| 4478 | tables/mozilla/dom/deleteCol3.html |
| 4479 | tables/mozilla/dom/deleteColGroup1.html |
| 4480 | tables/mozilla/dom/deleteColGroup2.html |
| 4481 | tables/mozilla/dom/deleteRowsRebuild1.html |
| 4482 | tables/mozilla/dom/deleteRowsShrink1.html |
| 4483 | tables/mozilla/dom/deleteTbodyExpand1.html |
| 4484 | tables/mozilla/dom/deleteTbodyRebuild1.html |
| 4485 | tables/mozilla/dom/insertCellsExpand1.html |
| 4486 | tables/mozilla/dom/insertCellsExpand2.html |
| 4487 | tables/mozilla/dom/insertCellsRebuild1.html |
| 4488 | tables/mozilla/dom/insertCellsRebuild2.html |
| 4489 | tables/mozilla/dom/insertColGroups1.html |
| 4490 | tables/mozilla/dom/insertColGroups2.html |
| 4491 | tables/mozilla/dom/insertCols1.html |
| 4492 | tables/mozilla/dom/insertCols2.html |
| 4493 | tables/mozilla/dom/insertCols3.html |
| 4494 | tables/mozilla/dom/insertCols4.html |
| 4495 | tables/mozilla/dom/insertCols5.html |
| 4496 | tables/mozilla/dom/insertRowsExpand1.html |
| 4497 | tables/mozilla/dom/insertRowsRebuild1.html |
| 4498 | tables/mozilla/dom/tableDom.html |
| 4499 | tables/mozilla_expected_failures/bugs/97619.html |
| 4500 | tables/mozilla_expected_failures/bugs/bug1010.html |
| 4501 | tables/mozilla_expected_failures/bugs/bug10140.html |
| 4502 | tables/mozilla_expected_failures/bugs/bug101759.html |
| 4503 | tables/mozilla_expected_failures/bugs/bug10216.html |
| 4504 | tables/mozilla_expected_failures/bugs/bug104898.html |
| 4505 | tables/mozilla_expected_failures/bugs/bug1055-2.html |
| 4506 | tables/mozilla_expected_failures/bugs/bug106336.html |
| 4507 | tables/mozilla_expected_failures/bugs/bug106966.html |
| 4508 | tables/mozilla_expected_failures/bugs/bug1128.html |
| 4509 | tables/mozilla_expected_failures/bugs/bug11331.html |
| 4510 | tables/mozilla_expected_failures/bugs/bug1164.html |
| 4511 | tables/mozilla_expected_failures/bugs/bug11945.html |
| 4512 | tables/mozilla_expected_failures/bugs/bug1262.html |
| 4513 | tables/mozilla_expected_failures/bugs/bug131020-3.html |
| 4514 | tables/mozilla_expected_failures/bugs/bug14007-1.html |
| 4515 | tables/mozilla_expected_failures/bugs/bug14007-2.html |
| 4516 | tables/mozilla_expected_failures/bugs/bug14159-2.html |
| 4517 | tables/mozilla_expected_failures/bugs/bug14489.html |
| 4518 | tables/mozilla_expected_failures/bugs/bug1647.html |
| 4519 | tables/mozilla_expected_failures/bugs/bug1725.html |
| 4520 | tables/mozilla_expected_failures/bugs/bug17826.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4521 | tables/mozilla_expected_failures/bugs/bug178855.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4522 | tables/mozilla_expected_failures/bugs/bug18770.html |
| 4523 | tables/mozilla_expected_failures/bugs/bug19526.html |
| 4524 | tables/mozilla_expected_failures/bugs/bug21518.html |
| 4525 | tables/mozilla_expected_failures/bugs/bug220653.html |
| 4526 | tables/mozilla_expected_failures/bugs/bug22122.html |
| 4527 | tables/mozilla_expected_failures/bugs/bug2479-5.html |
| 4528 | tables/mozilla_expected_failures/bugs/bug24880-1.html |
| 4529 | tables/mozilla_expected_failures/bugs/bug25707.html |
| 4530 | tables/mozilla_expected_failures/bugs/bug27993-2.html |
| 4531 | tables/mozilla_expected_failures/bugs/bug29058-2.html |
| 4532 | tables/mozilla_expected_failures/bugs/bug3105.html |
| 4533 | tables/mozilla_expected_failures/bugs/bug3166-10.html |
| 4534 | tables/mozilla_expected_failures/bugs/bug3166-11.html |
| 4535 | tables/mozilla_expected_failures/bugs/bug3166-12.html |
| 4536 | tables/mozilla_expected_failures/bugs/bug3166-13.html |
| 4537 | tables/mozilla_expected_failures/bugs/bug3166-14.html |
| 4538 | tables/mozilla_expected_failures/bugs/bug3166-15.html |
| 4539 | tables/mozilla_expected_failures/bugs/bug3166-16.html |
| 4540 | tables/mozilla_expected_failures/bugs/bug3166-17.html |
| 4541 | tables/mozilla_expected_failures/bugs/bug3166-18.html |
| 4542 | tables/mozilla_expected_failures/bugs/bug3166-1.html |
| 4543 | tables/mozilla_expected_failures/bugs/bug3166-2.html |
| 4544 | tables/mozilla_expected_failures/bugs/bug3166-3.html |
| 4545 | tables/mozilla_expected_failures/bugs/bug3166-4.html |
| 4546 | tables/mozilla_expected_failures/bugs/bug3166-5.html |
| 4547 | tables/mozilla_expected_failures/bugs/bug3166-6.html |
| 4548 | tables/mozilla_expected_failures/bugs/bug3166-7.html |
| 4549 | tables/mozilla_expected_failures/bugs/bug3166-8.html |
| 4550 | tables/mozilla_expected_failures/bugs/bug3166-9.html |
| 4551 | tables/mozilla_expected_failures/bugs/bug32205-1.html |
| 4552 | tables/mozilla_expected_failures/bugs/bug32205-4.html |
| 4553 | tables/mozilla_expected_failures/bugs/bug33784.html |
| 4554 | tables/mozilla_expected_failures/bugs/bug42043.html |
| 4555 | tables/mozilla_expected_failures/bugs/bug4294.html |
| 4556 | tables/mozilla_expected_failures/bugs/bug45621.html |
| 4557 | tables/mozilla_expected_failures/bugs/bug46268-4.html |
| 4558 | tables/mozilla_expected_failures/bugs/bug47163.html |
| 4559 | tables/mozilla_expected_failures/bugs/bug51000.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4560 | tables/mozilla_expected_failures/bugs/bug56024.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4561 | tables/mozilla_expected_failures/bugs/bug58402-2.html |
| 4562 | tables/mozilla_expected_failures/bugs/bug59252.html |
| 4563 | tables/mozilla_expected_failures/bugs/bug61042-1.html |
| 4564 | tables/mozilla_expected_failures/bugs/bug61042-2.html |
| 4565 | tables/mozilla_expected_failures/bugs/bug65372.html |
| 4566 | tables/mozilla_expected_failures/bugs/bug67915-2.html |
| 4567 | tables/mozilla_expected_failures/bugs/bug6933.html |
| 4568 | tables/mozilla_expected_failures/bugs/bug7113.html |
| 4569 | tables/mozilla_expected_failures/bugs/bug7121-2.html |
| 4570 | tables/mozilla_expected_failures/bugs/bug72393.html |
| 4571 | tables/mozilla_expected_failures/bugs/bug7243.html |
| 4572 | tables/mozilla_expected_failures/bugs/bug73629.html |
| 4573 | tables/mozilla_expected_failures/bugs/bug80762-2.html |
| 4574 | tables/mozilla_expected_failures/bugs/bug8499.html |
| 4575 | tables/mozilla_expected_failures/bugs/bug85016.html |
| 4576 | tables/mozilla_expected_failures/bugs/bug89315.html |
| 4577 | tables/mozilla_expected_failures/bugs/bug91057.html |
| 4578 | tables/mozilla_expected_failures/bugs/bug92647-1.html |
| 4579 | tables/mozilla_expected_failures/bugs/bug92868_1.html |
| 4580 | tables/mozilla_expected_failures/bugs/bug9879-1.html |
| 4581 | tables/mozilla_expected_failures/collapsing_borders/bug41262-1.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4582 | tables/mozilla_expected_failures/core/backgrounds.html |
| 4583 | tables/mozilla_expected_failures/core/captions1.html |
| 4584 | tables/mozilla_expected_failures/core/captions2.html |
| 4585 | tables/mozilla_expected_failures/core/captions3.html |
| 4586 | tables/mozilla_expected_failures/core/cols1.html |
| 4587 | tables/mozilla_expected_failures/core/col_span2.html |
| 4588 | tables/mozilla_expected_failures/core/columns.html |
| 4589 | tables/mozilla_expected_failures/core/conflicts.html |
| 4590 | tables/mozilla_expected_failures/core/standards1.html |
| 4591 | tables/mozilla_expected_failures/dom/appendCells1.html |
| 4592 | tables/mozilla_expected_failures/dom/appendCellsRebuild1.html |
| 4593 | tables/mozilla_expected_failures/dom/appendCol1.html |
| 4594 | tables/mozilla_expected_failures/dom/appendColGroup1.html |
| 4595 | tables/mozilla_expected_failures/dom/insertTbodyExpand1.html |
| 4596 | tables/mozilla_expected_failures/dom/insertTbodyRebuild1.html |
| 4597 | tables/mozilla_expected_failures/marvin/table_frame_above.html |
| 4598 | tables/mozilla_expected_failures/marvin/table_frame_below.html |
| 4599 | tables/mozilla_expected_failures/marvin/table_frame_hsides.html |
| 4600 | tables/mozilla_expected_failures/marvin/table_frame_lhs.html |
| 4601 | tables/mozilla_expected_failures/marvin/table_frame_rhs.html |
| 4602 | tables/mozilla_expected_failures/marvin/table_frame_void.html |
| 4603 | tables/mozilla_expected_failures/marvin/table_frame_vsides.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4604 | tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html |
| 4605 | tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html |
| 4606 | tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4607 | tables/mozilla_expected_failures/marvin/table_overflow_caption.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4608 | tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html |
| 4609 | tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html |
| 4610 | tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html |
| 4611 | tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow.html |
| 4612 | tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html |
| 4613 | tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table.html |
| 4614 | tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html |
| 4615 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html |
| 4616 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html |
| 4617 | tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html |
| 4618 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell.html |
| 4619 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling.html |
| 4620 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row.html |
| 4621 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4622 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4623 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4624 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody.html |
| 4625 | tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html |
| 4626 | tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html |
| 4627 | tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate.html |
| 4628 | tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom.html |
| 4629 | tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle.html |
| 4630 | tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top.html |
| 4631 | tables/mozilla_expected_failures/marvin/table_rules_cols.html |
| 4632 | tables/mozilla_expected_failures/marvin/table_rules_rows.html |
| 4633 | tables/mozilla_expected_failures/marvin/tables_caption_align_left.html |
| 4634 | tables/mozilla_expected_failures/marvin/tables_caption_align_right.html |
| 4635 | tables/mozilla_expected_failures/marvin/tables_cellspacing_pct.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4636 | tables/mozilla_expected_failures/marvin/x_caption_align_left.xml |
| 4637 | tables/mozilla_expected_failures/marvin/x_caption_align_right.xml |
| 4638 | tables/mozilla_expected_failures/marvin/x_colgroup_width_px.xml |
| 4639 | tables/mozilla_expected_failures/marvin/x_table_frame_above.xml |
| 4640 | tables/mozilla_expected_failures/marvin/x_table_frame_below.xml |
| 4641 | tables/mozilla_expected_failures/marvin/x_table_frame_border.xml |
| 4642 | tables/mozilla_expected_failures/marvin/x_table_frame_box.xml |
| 4643 | tables/mozilla_expected_failures/marvin/x_table_frame_hsides.xml |
| 4644 | tables/mozilla_expected_failures/marvin/x_table_frame_lhs.xml |
| 4645 | tables/mozilla_expected_failures/marvin/x_table_frame_rhs.xml |
| 4646 | tables/mozilla_expected_failures/marvin/x_table_frame_vsides.xml |
| 4647 | tables/mozilla_expected_failures/marvin/x_table_rules_all.xml |
| 4648 | tables/mozilla_expected_failures/marvin/x_table_rules_cols.xml |
| 4649 | tables/mozilla_expected_failures/marvin/x_table_rules_rows.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4650 | tables/mozilla_expected_failures/other/empty_cells.html |
| 4651 | tables/mozilla_expected_failures/other/test4.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4652 | tables/mozilla/marvin/body_col.html |
| 4653 | tables/mozilla/marvin/body_tbody.html |
| 4654 | tables/mozilla/marvin/body_tfoot.html |
| 4655 | tables/mozilla/marvin/body_thead.html |
| 4656 | tables/mozilla/marvin/colgroup_align_center.html |
| 4657 | tables/mozilla/marvin/colgroup_align_justify.html |
| 4658 | tables/mozilla/marvin/colgroup_align_left.html |
| 4659 | tables/mozilla/marvin/colgroup_align_right.html |
| 4660 | tables/mozilla/marvin/colgroup_span.html |
| 4661 | tables/mozilla/marvin/colgroup_valign_baseline.html |
| 4662 | tables/mozilla/marvin/colgroup_valign_bottom.html |
| 4663 | tables/mozilla/marvin/colgroup_valign_middle.html |
| 4664 | tables/mozilla/marvin/colgroup_valign_top.html |
| 4665 | tables/mozilla/marvin/colgroup_width_pct.html |
| 4666 | tables/mozilla/marvin/colgroup_width_px.html |
| 4667 | tables/mozilla/marvin/col_span.html |
| 4668 | tables/mozilla/marvin/table_frame_border.html |
| 4669 | tables/mozilla/marvin/table_frame_box.html |
| 4670 | tables/mozilla/marvin/table_overflow_hidden_td.html |
| 4671 | tables/mozilla/marvin/table_overflow_td_dynamic_deactivate.html |
| 4672 | tables/mozilla/marvin/table_row_align_center.html |
| 4673 | tables/mozilla/marvin/table_row_align_left.html |
| 4674 | tables/mozilla/marvin/table_row_align_right.html |
| 4675 | tables/mozilla/marvin/table_rules_all.html |
| 4676 | tables/mozilla/marvin/table_rules_groups.html |
| 4677 | tables/mozilla/marvin/table_rules_none.html |
| 4678 | tables/mozilla/marvin/tables_align_center.html |
| 4679 | tables/mozilla/marvin/tables_align_left.html |
| 4680 | tables/mozilla/marvin/tables_align_right.html |
| 4681 | tables/mozilla/marvin/tables_bgcolor_aqua.html |
| 4682 | tables/mozilla/marvin/tables_bgcolor_aqua_rgb.html |
| 4683 | tables/mozilla/marvin/tables_bgcolor_black.html |
| 4684 | tables/mozilla/marvin/tables_bgcolor_black_rgb.html |
| 4685 | tables/mozilla/marvin/tables_bgcolor_blue.html |
| 4686 | tables/mozilla/marvin/tables_bgcolor_blue_rgb.html |
| 4687 | tables/mozilla/marvin/tables_bgcolor_fuchsia.html |
| 4688 | tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb.html |
| 4689 | tables/mozilla/marvin/tables_bgcolor_gray.html |
| 4690 | tables/mozilla/marvin/tables_bgcolor_gray_rgb.html |
| 4691 | tables/mozilla/marvin/tables_bgcolor_green.html |
| 4692 | tables/mozilla/marvin/tables_bgcolor_green_rgb.html |
| 4693 | tables/mozilla/marvin/tables_bgcolor_lime.html |
| 4694 | tables/mozilla/marvin/tables_bgcolor_lime_rgb.html |
| 4695 | tables/mozilla/marvin/tables_bgcolor_maroon.html |
| 4696 | tables/mozilla/marvin/tables_bgcolor_maroon_rgb.html |
| 4697 | tables/mozilla/marvin/tables_bgcolor_navy.html |
| 4698 | tables/mozilla/marvin/tables_bgcolor_navy_rgb.html |
| 4699 | tables/mozilla/marvin/tables_bgcolor_olive.html |
| 4700 | tables/mozilla/marvin/tables_bgcolor_olive_rgb.html |
| 4701 | tables/mozilla/marvin/tables_bgcolor_purple.html |
| 4702 | tables/mozilla/marvin/tables_bgcolor_purple_rgb.html |
| 4703 | tables/mozilla/marvin/tables_bgcolor_red.html |
| 4704 | tables/mozilla/marvin/tables_bgcolor_red_rgb.html |
| 4705 | tables/mozilla/marvin/tables_bgcolor_silver.html |
| 4706 | tables/mozilla/marvin/tables_bgcolor_silver_rgb.html |
| 4707 | tables/mozilla/marvin/tables_bgcolor_teal.html |
| 4708 | tables/mozilla/marvin/tables_bgcolor_teal_rgb.html |
| 4709 | tables/mozilla/marvin/tables_bgcolor_white.html |
| 4710 | tables/mozilla/marvin/tables_bgcolor_white_rgb.html |
| 4711 | tables/mozilla/marvin/tables_bgcolor_yellow.html |
| 4712 | tables/mozilla/marvin/tables_bgcolor_yellow_rgb.html |
| 4713 | tables/mozilla/marvin/tables_border_0.html |
| 4714 | tables/mozilla/marvin/tables_border_1.html |
| 4715 | tables/mozilla/marvin/tables_border_2.html |
| 4716 | tables/mozilla/marvin/tables_border_3.html |
| 4717 | tables/mozilla/marvin/tables_caption_align_bot.html |
| 4718 | tables/mozilla/marvin/tables_caption_align_top.html |
| 4719 | tables/mozilla/marvin/tables_cellpadding.html |
| 4720 | tables/mozilla/marvin/tables_cellpadding_pct.html |
| 4721 | tables/mozilla/marvin/tables_cellspacing.html |
| 4722 | tables/mozilla/marvin/tables_class.html |
| 4723 | tables/mozilla/marvin/tables_default.html |
| 4724 | tables/mozilla/marvin/tables_id.html |
| 4725 | tables/mozilla/marvin/tables_row_th_nowrap.html |
| 4726 | tables/mozilla/marvin/tables_style.html |
| 4727 | tables/mozilla/marvin/tables_td_align_center.html |
| 4728 | tables/mozilla/marvin/tables_td_align_left.html |
| 4729 | tables/mozilla/marvin/tables_td_align_right.html |
| 4730 | tables/mozilla/marvin/tables_td_colspan.html |
| 4731 | tables/mozilla/marvin/tables_td_height.html |
| 4732 | tables/mozilla/marvin/tables_td_nowrap.html |
| 4733 | tables/mozilla/marvin/tables_td_rowspan.html |
| 4734 | tables/mozilla/marvin/tables_td_width.html |
| 4735 | tables/mozilla/marvin/tables_th_align_center.html |
| 4736 | tables/mozilla/marvin/tables_th_align_left.html |
| 4737 | tables/mozilla/marvin/tables_th_align_right.html |
| 4738 | tables/mozilla/marvin/tables_th_colspan.html |
| 4739 | tables/mozilla/marvin/tables_th_height.html |
| 4740 | tables/mozilla/marvin/tables_th_rowspan.html |
| 4741 | tables/mozilla/marvin/tables_th_width.html |
| 4742 | tables/mozilla/marvin/tables_width_percent.html |
| 4743 | tables/mozilla/marvin/tables_width_px.html |
| 4744 | tables/mozilla/marvin/tbody_align_center.html |
| 4745 | tables/mozilla/marvin/tbody_align_char.html |
| 4746 | tables/mozilla/marvin/tbody_align_justify.html |
| 4747 | tables/mozilla/marvin/tbody_align_left.html |
| 4748 | tables/mozilla/marvin/tbody_align_right.html |
| 4749 | tables/mozilla/marvin/tbody_char.html |
| 4750 | tables/mozilla/marvin/tbody_valign_baseline.html |
| 4751 | tables/mozilla/marvin/tbody_valign_bottom.html |
| 4752 | tables/mozilla/marvin/tbody_valign_middle.html |
| 4753 | tables/mozilla/marvin/tbody_valign_top.html |
| 4754 | tables/mozilla/marvin/td_valign_baseline.html |
| 4755 | tables/mozilla/marvin/td_valign_bottom.html |
| 4756 | tables/mozilla/marvin/td_valign_middle.html |
| 4757 | tables/mozilla/marvin/td_valign_top.html |
| 4758 | tables/mozilla/marvin/tfoot_align_center.html |
| 4759 | tables/mozilla/marvin/tfoot_align_char.html |
| 4760 | tables/mozilla/marvin/tfoot_align_justify.html |
| 4761 | tables/mozilla/marvin/tfoot_align_left.html |
| 4762 | tables/mozilla/marvin/tfoot_align_right.html |
| 4763 | tables/mozilla/marvin/tfoot_char.html |
| 4764 | tables/mozilla/marvin/tfoot_valign_baseline.html |
| 4765 | tables/mozilla/marvin/tfoot_valign_bottom.html |
| 4766 | tables/mozilla/marvin/tfoot_valign_middle.html |
| 4767 | tables/mozilla/marvin/tfoot_valign_top.html |
| 4768 | tables/mozilla/marvin/thead_align_center.html |
| 4769 | tables/mozilla/marvin/thead_align_char.html |
| 4770 | tables/mozilla/marvin/thead_align_justify.html |
| 4771 | tables/mozilla/marvin/thead_align_left.html |
| 4772 | tables/mozilla/marvin/thead_align_right.html |
| 4773 | tables/mozilla/marvin/thead_char.html |
| 4774 | tables/mozilla/marvin/thead_valign_baseline.html |
| 4775 | tables/mozilla/marvin/thead_valign_bottom.html |
| 4776 | tables/mozilla/marvin/thead_valign_middle.html |
| 4777 | tables/mozilla/marvin/thead_valign_top.html |
| 4778 | tables/mozilla/marvin/th_valign_baseline.html |
| 4779 | tables/mozilla/marvin/th_valign_bottom.html |
| 4780 | tables/mozilla/marvin/th_valign_middle.html |
| 4781 | tables/mozilla/marvin/th_valign_top.html |
| 4782 | tables/mozilla/marvin/tr_bgcolor_aqua_rgb.html |
| 4783 | tables/mozilla/marvin/tr_bgcolor_black.html |
| 4784 | tables/mozilla/marvin/tr_bgcolor_black_rgb.html |
| 4785 | tables/mozilla/marvin/tr_bgcolor_blue.html |
| 4786 | tables/mozilla/marvin/tr_bgcolor_blue_rgb.html |
| 4787 | tables/mozilla/marvin/tr_bgcolor_fuchsia.html |
| 4788 | tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb.html |
| 4789 | tables/mozilla/marvin/tr_bgcolor_gray.html |
| 4790 | tables/mozilla/marvin/tr_bgcolor_gray_rgb.html |
| 4791 | tables/mozilla/marvin/tr_bgcolor_green.html |
| 4792 | tables/mozilla/marvin/tr_bgcolor_green_rgb.html |
| 4793 | tables/mozilla/marvin/tr_bgcolor_lime.html |
| 4794 | tables/mozilla/marvin/tr_bgcolor_lime_rgb.html |
| 4795 | tables/mozilla/marvin/tr_bgcolor_maroon.html |
| 4796 | tables/mozilla/marvin/tr_bgcolor_maroon_rgb.html |
| 4797 | tables/mozilla/marvin/tr_bgcolor_navy.html |
| 4798 | tables/mozilla/marvin/tr_bgcolor_navy_rgb.html |
| 4799 | tables/mozilla/marvin/tr_bgcolor_olive.html |
| 4800 | tables/mozilla/marvin/tr_bgcolor_olive_rgb.html |
| 4801 | tables/mozilla/marvin/tr_bgcolor_purple.html |
| 4802 | tables/mozilla/marvin/tr_bgcolor_purple_rgb.html |
| 4803 | tables/mozilla/marvin/tr_bgcolor_red.html |
| 4804 | tables/mozilla/marvin/tr_bgcolor_red_rgb.html |
| 4805 | tables/mozilla/marvin/tr_bgcolor_silver.html |
| 4806 | tables/mozilla/marvin/tr_bgcolor_silver_rgb.html |
| 4807 | tables/mozilla/marvin/tr_bgcolor_teal.html |
| 4808 | tables/mozilla/marvin/tr_bgcolor_teal_rgb.html |
| 4809 | tables/mozilla/marvin/tr_bgcolor_white.html |
| 4810 | tables/mozilla/marvin/tr_bgcolor_white_rgb.html |
| 4811 | tables/mozilla/marvin/tr_bgcolor_yellow.html |
| 4812 | tables/mozilla/marvin/tr_bgcolor_yellow_rgb.html |
| 4813 | tables/mozilla/marvin/tr_valign_baseline.html |
| 4814 | tables/mozilla/marvin/tr_valign_bottom.html |
| 4815 | tables/mozilla/marvin/tr_valign_middle.html |
| 4816 | tables/mozilla/marvin/tr_valign_top.html |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4817 | tables/mozilla/marvin/x_caption_align_bottom.xml |
| 4818 | tables/mozilla/marvin/x_caption_align_top.xml |
| 4819 | tables/mozilla/marvin/x_caption_class.xml |
| 4820 | tables/mozilla/marvin/x_caption_id.xml |
| 4821 | tables/mozilla/marvin/x_caption_style.xml |
| 4822 | tables/mozilla/marvin/x_col_align_center.xml |
| 4823 | tables/mozilla/marvin/x_col_align_char.xml |
| 4824 | tables/mozilla/marvin/x_col_align_justify.xml |
| 4825 | tables/mozilla/marvin/x_col_align_left.xml |
| 4826 | tables/mozilla/marvin/x_col_align_right.xml |
| 4827 | tables/mozilla/marvin/x_colgroup_align_center.xml |
| 4828 | tables/mozilla/marvin/x_colgroup_align_char.xml |
| 4829 | tables/mozilla/marvin/x_colgroup_align_justify.xml |
| 4830 | tables/mozilla/marvin/x_colgroup_align_left.xml |
| 4831 | tables/mozilla/marvin/x_colgroup_align_right.xml |
| 4832 | tables/mozilla/marvin/x_colgroup_span.xml |
| 4833 | tables/mozilla/marvin/x_colgroup_valign_baseline.xml |
| 4834 | tables/mozilla/marvin/x_colgroup_valign_bottom.xml |
| 4835 | tables/mozilla/marvin/x_colgroup_valign_middle.xml |
| 4836 | tables/mozilla/marvin/x_colgroup_valign_top.xml |
| 4837 | tables/mozilla/marvin/x_colgroup_width_pct.xml |
| 4838 | tables/mozilla/marvin/x_colgroup_width_rel.xml |
| 4839 | tables/mozilla/marvin/x_col_span.xml |
| 4840 | tables/mozilla/marvin/x_col_valign_baseline.xml |
| 4841 | tables/mozilla/marvin/x_col_valign_bottom.xml |
| 4842 | tables/mozilla/marvin/x_col_valign_middle.xml |
| 4843 | tables/mozilla/marvin/x_col_valign_top.xml |
| 4844 | tables/mozilla/marvin/x_col_width_pct.xml |
| 4845 | tables/mozilla/marvin/x_col_width_px.xml |
| 4846 | tables/mozilla/marvin/x_col_width_rel.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4847 | tables/mozilla/marvin/x_table_align_center.xml |
| 4848 | tables/mozilla/marvin/x_table_align_left.xml |
| 4849 | tables/mozilla/marvin/x_table_align_right.xml |
| 4850 | tables/mozilla/marvin/x_table_bgcolor_name.xml |
| 4851 | tables/mozilla/marvin/x_table_bgcolor_rgb.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4852 | tables/mozilla/marvin/x_table_border_none.xml |
| 4853 | tables/mozilla/marvin/x_table_border_px.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4854 | tables/mozilla/marvin/x_table_border.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4855 | tables/mozilla/marvin/x_table_cellpadding_pct.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4856 | tables/mozilla/marvin/x_table_cellpadding.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4857 | tables/mozilla/marvin/x_table_cellspacing_pct.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4858 | tables/mozilla/marvin/x_table_cellspacing.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4859 | tables/mozilla/marvin/x_table_class.xml |
| 4860 | tables/mozilla/marvin/x_table_frame_void.xml |
| 4861 | tables/mozilla/marvin/x_table_id.xml |
| 4862 | tables/mozilla/marvin/x_table_rules_groups.xml |
| 4863 | tables/mozilla/marvin/x_table_rules_none.xml |
| 4864 | tables/mozilla/marvin/x_table_style.xml |
| 4865 | tables/mozilla/marvin/x_table_width_pct.xml |
| 4866 | tables/mozilla/marvin/x_table_width_px.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4867 | tables/mozilla/marvin/x_table.xml |
hausmann@webkit.org | 178c053 | 2008-12-12 20:44:51 +0000 | [diff] [blame] | 4868 | tables/mozilla/marvin/x_tbody_align_center.xml |
| 4869 | tables/mozilla/marvin/x_tbody_align_char.xml |
| 4870 | tables/mozilla/marvin/x_tbody_align_justify.xml |
| 4871 | tables/mozilla/marvin/x_tbody_align_left.xml |
| 4872 | tables/mozilla/marvin/x_tbody_align_right.xml |
| 4873 | tables/mozilla/marvin/x_tbody_class.xml |
| 4874 | tables/mozilla/marvin/x_tbody_id.xml |
| 4875 | tables/mozilla/marvin/x_tbody_style.xml |
| 4876 | tables/mozilla/marvin/x_tbody_valign_baseline.xml |
| 4877 | tables/mozilla/marvin/x_tbody_valign_bottom.xml |
| 4878 | tables/mozilla/marvin/x_tbody_valign_middle.xml |
| 4879 | tables/mozilla/marvin/x_tbody_valign_top.xml |
| 4880 | tables/mozilla/marvin/x_td_align_center.xml |
| 4881 | tables/mozilla/marvin/x_td_align_char.xml |
| 4882 | tables/mozilla/marvin/x_td_align_justify.xml |
| 4883 | tables/mozilla/marvin/x_td_align_left.xml |
| 4884 | tables/mozilla/marvin/x_td_align_right.xml |
| 4885 | tables/mozilla/marvin/x_td_bgcolor_name.xml |
| 4886 | tables/mozilla/marvin/x_td_bgcolor_rgb.xml |
| 4887 | tables/mozilla/marvin/x_td_class.xml |
| 4888 | tables/mozilla/marvin/x_td_colspan.xml |
| 4889 | tables/mozilla/marvin/x_td_height.xml |
| 4890 | tables/mozilla/marvin/x_td_id.xml |
| 4891 | tables/mozilla/marvin/x_td_nowrap.xml |
| 4892 | tables/mozilla/marvin/x_td_rowspan.xml |
| 4893 | tables/mozilla/marvin/x_td_style.xml |
| 4894 | tables/mozilla/marvin/x_td_valign_baseline.xml |
| 4895 | tables/mozilla/marvin/x_td_valign_bottom.xml |
| 4896 | tables/mozilla/marvin/x_td_valign_middle.xml |
| 4897 | tables/mozilla/marvin/x_td_valign_top.xml |
| 4898 | tables/mozilla/marvin/x_td_width.xml |
| 4899 | tables/mozilla/marvin/x_tfoot_align_center.xml |
| 4900 | tables/mozilla/marvin/x_tfoot_align_char.xml |
| 4901 | tables/mozilla/marvin/x_tfoot_align_justify.xml |
| 4902 | tables/mozilla/marvin/x_tfoot_align_left.xml |
| 4903 | tables/mozilla/marvin/x_tfoot_align_right.xml |
| 4904 | tables/mozilla/marvin/x_tfoot_class.xml |
| 4905 | tables/mozilla/marvin/x_tfoot_id.xml |
| 4906 | tables/mozilla/marvin/x_tfoot_style.xml |
| 4907 | tables/mozilla/marvin/x_tfoot_valign_baseline.xml |
| 4908 | tables/mozilla/marvin/x_tfoot_valign_bottom.xml |
| 4909 | tables/mozilla/marvin/x_tfoot_valign_middle.xml |
| 4910 | tables/mozilla/marvin/x_tfoot_valign_top.xml |
| 4911 | tables/mozilla/marvin/x_th_align_center.xml |
| 4912 | tables/mozilla/marvin/x_th_align_char.xml |
| 4913 | tables/mozilla/marvin/x_th_align_justify.xml |
| 4914 | tables/mozilla/marvin/x_th_align_left.xml |
| 4915 | tables/mozilla/marvin/x_th_align_right.xml |
| 4916 | tables/mozilla/marvin/x_th_bgcolor_name.xml |
| 4917 | tables/mozilla/marvin/x_th_bgcolor_rgb.xml |
| 4918 | tables/mozilla/marvin/x_th_class.xml |
| 4919 | tables/mozilla/marvin/x_th_colspan.xml |
| 4920 | tables/mozilla/marvin/x_thead_align_center.xml |
| 4921 | tables/mozilla/marvin/x_thead_align_char.xml |
| 4922 | tables/mozilla/marvin/x_thead_align_justify.xml |
| 4923 | tables/mozilla/marvin/x_thead_align_left.xml |
| 4924 | tables/mozilla/marvin/x_thead_align_right.xml |
| 4925 | tables/mozilla/marvin/x_thead_class.xml |
| 4926 | tables/mozilla/marvin/x_thead_id.xml |
| 4927 | tables/mozilla/marvin/x_thead_style.xml |
| 4928 | tables/mozilla/marvin/x_thead_valign_baseline.xml |
| 4929 | tables/mozilla/marvin/x_thead_valign_bottom.xml |
| 4930 | tables/mozilla/marvin/x_thead_valign_middle.xml |
| 4931 | tables/mozilla/marvin/x_thead_valign_top.xml |
| 4932 | tables/mozilla/marvin/x_th_height.xml |
| 4933 | tables/mozilla/marvin/x_th_id.xml |
| 4934 | tables/mozilla/marvin/x_th_nowrap.xml |
| 4935 | tables/mozilla/marvin/x_th_rowspan.xml |
| 4936 | tables/mozilla/marvin/x_th_style.xml |
| 4937 | tables/mozilla/marvin/x_th_valign_baseline.xml |
| 4938 | tables/mozilla/marvin/x_th_valign_bottom.xml |
| 4939 | tables/mozilla/marvin/x_th_valign_middle.xml |
| 4940 | tables/mozilla/marvin/x_th_valign_top.xml |
| 4941 | tables/mozilla/marvin/x_th_width.xml |
| 4942 | tables/mozilla/marvin/x_tr_align_center.xml |
| 4943 | tables/mozilla/marvin/x_tr_align_char.xml |
| 4944 | tables/mozilla/marvin/x_tr_align_justify.xml |
| 4945 | tables/mozilla/marvin/x_tr_align_left.xml |
| 4946 | tables/mozilla/marvin/x_tr_align_right.xml |
| 4947 | tables/mozilla/marvin/x_tr_bgcolor_name.xml |
| 4948 | tables/mozilla/marvin/x_tr_bgcolor_rgb.xml |
| 4949 | tables/mozilla/marvin/x_tr_class.xml |
| 4950 | tables/mozilla/marvin/x_tr_id.xml |
| 4951 | tables/mozilla/marvin/x_tr_style.xml |
| 4952 | tables/mozilla/marvin/x_tr_valign_baseline.xml |
| 4953 | tables/mozilla/marvin/x_tr_valign_bottom.xml |
| 4954 | tables/mozilla/marvin/x_tr_valign_middle.xml |
| 4955 | tables/mozilla/marvin/x_tr_valign_top.xml |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4956 | tables/mozilla/other/body_col.html |
| 4957 | tables/mozilla/other/cellspacing.html |
| 4958 | tables/mozilla/other/cell_widths.html |
| 4959 | tables/mozilla/other/move_row.html |
| 4960 | tables/mozilla/other/ms.html |
| 4961 | tables/mozilla/other/nested2.html |
| 4962 | tables/mozilla/other/nestedTables.html |
| 4963 | tables/mozilla/other/padding.html |
hausmann@webkit.org | 47333ae | 2009-05-22 14:26:39 +0000 | [diff] [blame] | 4964 | tables/mozilla/other/test3.html |
| 4965 | tables/mozilla/other/test6.html |
| 4966 | tables/mozilla/other/wa_table_thtd_rowspan.html |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 4967 | |
aroben@apple.com | 73e8762 | 2009-04-03 21:21:23 +0000 | [diff] [blame] | 4968 | |
robert@webkit.org | 188a126 | 2010-06-07 14:43:15 +0000 | [diff] [blame] | 4969 | # ============================================================================= # |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 4970 | # 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] | 4971 | # ============================================================================= # |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 4972 | canvas/philip/tests/2d.composite.operation.clear.html |
| 4973 | canvas/philip/tests/2d.composite.operation.darker.html |
| 4974 | canvas/philip/tests/2d.composite.operation.highlight.html |
| 4975 | canvas/philip/tests/2d.composite.uncovered.fill.copy.html |
| 4976 | canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html |
| 4977 | canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html |
| 4978 | canvas/philip/tests/2d.composite.uncovered.fill.source-in.html |
| 4979 | canvas/philip/tests/2d.composite.uncovered.fill.source-out.html |
| 4980 | canvas/philip/tests/2d.composite.uncovered.image.copy.html |
| 4981 | canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html |
| 4982 | canvas/philip/tests/2d.composite.uncovered.image.destination-in.html |
| 4983 | canvas/philip/tests/2d.composite.uncovered.image.source-in.html |
| 4984 | canvas/philip/tests/2d.composite.uncovered.image.source-out.html |
| 4985 | canvas/philip/tests/2d.composite.uncovered.pattern.copy.html |
| 4986 | canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html |
| 4987 | canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html |
| 4988 | canvas/philip/tests/2d.composite.uncovered.pattern.source-in.html |
| 4989 | canvas/philip/tests/2d.composite.uncovered.pattern.source-out.html |
| 4990 | canvas/philip/tests/2d.drawImage.broken.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 4991 | canvas/philip/tests/2d.drawImage.null.html |
jchaffraix@webkit.org | abbcc0c | 2010-09-15 22:57:04 +0000 | [diff] [blame] | 4992 | canvas/philip/tests/2d.fillStyle.parse.system.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 4993 | canvas/philip/tests/2d.gradient.radial.cone.behind.html |
| 4994 | canvas/philip/tests/2d.gradient.radial.cone.beside.html |
| 4995 | canvas/philip/tests/2d.gradient.radial.cone.bottom.html |
| 4996 | canvas/philip/tests/2d.gradient.radial.cone.cylinder.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 4997 | canvas/philip/tests/2d.gradient.radial.cone.shape2.html |
| 4998 | canvas/philip/tests/2d.gradient.radial.cone.top.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 4999 | canvas/philip/tests/2d.gradient.radial.touch1.html |
| 5000 | canvas/philip/tests/2d.gradient.radial.touch2.html |
| 5001 | canvas/philip/tests/2d.gradient.radial.touch3.html |
| 5002 | canvas/philip/tests/2d.imageData.create1.type.html |
| 5003 | canvas/philip/tests/2d.imageData.create2.type.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5004 | canvas/philip/tests/2d.imageData.get.type.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5005 | canvas/philip/tests/2d.imageData.put.unchanged.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5006 | canvas/philip/tests/2d.line.cap.open.html |
| 5007 | canvas/philip/tests/2d.line.join.open.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5008 | canvas/philip/tests/2d.line.miter.lineedge.html |
| 5009 | canvas/philip/tests/2d.missingargs.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5010 | canvas/philip/tests/2d.path.quadraticCurveTo.shape.html |
andreas.kling@nokia.com | f67d596 | 2010-07-18 00:11:35 +0000 | [diff] [blame] | 5011 | canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5012 | canvas/philip/tests/2d.path.rect.zero.6.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5013 | canvas/philip/tests/2d.path.stroke.scale2.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5014 | canvas/philip/tests/2d.pattern.image.broken.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5015 | canvas/philip/tests/2d.shadow.transform.2.html |
| 5016 | canvas/philip/tests/2d.text.draw.baseline.bottom.html |
| 5017 | canvas/philip/tests/2d.text.draw.baseline.hanging.html |
| 5018 | canvas/philip/tests/2d.text.draw.baseline.ideographic.html |
| 5019 | canvas/philip/tests/2d.text.draw.baseline.middle.html |
| 5020 | canvas/philip/tests/2d.text.draw.baseline.top.html |
| 5021 | canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html |
| 5022 | canvas/philip/tests/2d.text.draw.fontface.notinpage.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5023 | canvas/philip/tests/2d.text.draw.space.collapse.end.html |
| 5024 | canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html |
| 5025 | canvas/philip/tests/2d.text.draw.space.collapse.other.html |
| 5026 | canvas/philip/tests/2d.text.draw.space.collapse.space.html |
| 5027 | canvas/philip/tests/2d.text.draw.space.collapse.start.html |
| 5028 | canvas/philip/tests/2d.text.font.parse.basic.html |
| 5029 | canvas/philip/tests/2d.text.font.parse.complex.html |
| 5030 | canvas/philip/tests/2d.text.font.parse.invalid.html |
| 5031 | canvas/philip/tests/2d.text.font.parse.size.percentage.default.html |
| 5032 | canvas/philip/tests/2d.text.font.parse.size.percentage.html |
| 5033 | canvas/philip/tests/2d.text.font.parse.system.html |
| 5034 | canvas/philip/tests/2d.text.measure.width.space.html |
| 5035 | canvas/philip/tests/2d.transformation.setTransform.skewed.html |
| 5036 | canvas/philip/tests/2d.transformation.transform.skewed.html |
chang.shu@nokia.com | 81d7f5c | 2010-05-28 18:43:49 +0000 | [diff] [blame] | 5037 | canvas/philip/tests/type.prototype.html |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 5038 | |
ossy@webkit.org | 07c4a80 | 2010-06-09 14:33:28 +0000 | [diff] [blame] | 5039 | # [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher |
| 5040 | # https://bugs.webkit.org/show_bug.cgi?id=40362 |
| 5041 | canvas/philip/tests/2d.path.stroke.overlap.html |
| 5042 | |
andreas.kling@nokia.com | e82d168 | 2010-08-25 20:08:20 +0000 | [diff] [blame] | 5043 | # Originally worked because we didn't set the GC's join style properly. |
| 5044 | canvas/philip/tests/2d.path.rect.zero.1.html |
| 5045 | |
andreas.kling@nokia.com | 7817c16 | 2010-11-07 13:49:39 +0000 | [diff] [blame] | 5046 | # Failing tests after sync with Philip Taylor's upstream tests |
| 5047 | canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html |
| 5048 | canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html |
| 5049 | canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html |
| 5050 | canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html |
| 5051 | canvas/philip/tests/2d.imageData.put.wrongtype.html |
| 5052 | canvas/philip/tests/2d.pattern.image.incomplete.empty.html |
| 5053 | canvas/philip/tests/2d.pattern.image.incomplete.omitted.html |
andreas.kling@nokia.com | 7817c16 | 2010-11-07 13:49:39 +0000 | [diff] [blame] | 5054 | |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 5055 | # ============================================================================= # |
| 5056 | # failing transforms tests |
| 5057 | # ============================================================================= # |
| 5058 | # -- fail with --platform mac --ignore-metrics |
| 5059 | transforms/2d/zoom-menulist.html |
| 5060 | # -- pass with --platform mac --ignore-metrics |
| 5061 | transforms/2d/compound-transforms-vs-containers.html |
| 5062 | transforms/2d/transform-borderbox.html |
| 5063 | transforms/2d/transform-origin-borderbox.html |
| 5064 | transforms/no_transform_hit_testing.html |
| 5065 | transforms/2d/hindi-rotated.html |
| 5066 | |
| 5067 | # ============================================================================= # |
| 5068 | # failing printing tests |
| 5069 | # ============================================================================= # |
| 5070 | printing/compositing-layer-printing.html |
| 5071 | # Printing related layout test failure has no results, but obvious error message |
| 5072 | # https://bugs.webkit.org/show_bug.cgi?id=27913 |
| 5073 | printing/media-queries-print.html |
| 5074 | |
| 5075 | # ============================================================================= # |
| 5076 | # failing transitions tests |
| 5077 | # ============================================================================= # |
| 5078 | transitions/move-after-transition.html |
| 5079 | transitions/transition-end-event-rendering.html |
| 5080 | transitions/transition-drt-api.html |
| 5081 | |
| 5082 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 5083 | # new tests without expected results |
| 5084 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 5085 | editing/selection/transformed-selection-rects.html |
| 5086 | svg/W3C-SVG-1.1/filters-light-04-f.svg |
| 5087 | |
| 5088 | # ============================================================================= # |
ossy@webkit.org | 7f2f222 | 2010-11-30 08:56:46 +0000 | [diff] [blame] | 5089 | # Qt 4.7 related bugs |
| 5090 | # ============================================================================= # |
| 5091 | |
| 5092 | # [Qt] Some Unicode tests fail with Qt version >= 4.7.0 |
| 5093 | # https://bugs.webkit.org/show_bug.cgi?id=46251 |
| 5094 | fast/js/encode-URI-test.html |
| 5095 | fast/js/regexp-range-bound-ffff.html |
| 5096 | fast/js/switch-behaviour.html |
| 5097 | fast/url/anchor.html |
| 5098 | fast/url/path.html |
| 5099 | http/tests/websocket/tests/bad-sub-protocol-non-ascii.html |
| 5100 | |
| 5101 | # [Qt] editing/execCommand/move-selection-back-line.html fails with Qt 4.7.1 |
| 5102 | # https://bugs.webkit.org/show_bug.cgi?id=50144 |
| 5103 | editing/execCommand/move-selection-back-line.html |
| 5104 | |
| 5105 | # [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt 4.7.1 |
| 5106 | # https://bugs.webkit.org/show_bug.cgi?id=50145 |
| 5107 | fast/forms/textarea-appearance-wrap.html |
| 5108 | |
| 5109 | # [Qt] 4 css2.1/t1202-counter tests fail with Qt 4.7.1 |
| 5110 | # https://bugs.webkit.org/show_bug.cgi?id=50146 |
| 5111 | css2.1/t1202-counter-09-b.html |
| 5112 | css2.1/t1202-counter-15-b.html |
| 5113 | css2.1/t1202-counters-09-b.html |
| 5114 | css2.1/t1202-counters-15-b.html |
| 5115 | |
| 5116 | # [Qt] 4 fast/text tests fail with Qt 4.7.1 |
| 5117 | # https://bugs.webkit.org/show_bug.cgi?id=50147 |
| 5118 | fast/text/format-control.html |
| 5119 | fast/text/justification-padding-mid-word.html |
| 5120 | fast/text/zero-width-characters.html |
| 5121 | fast/text/international/khmer-selection.html |
| 5122 | |
| 5123 | # 3 media tests fail with Qt version 4.6.3 and 4.7.0 |
| 5124 | # https://bugs.webkit.org/show_bug.cgi?id=46249 |
| 5125 | media/restore-from-page-cache.html |
| 5126 | media/video-can-play-type.html |
| 5127 | media/video-delay-load-event.html |
| 5128 | |
| 5129 | # ============================================================================= # |
robert@webkit.org | 051adf8 | 2010-06-08 19:44:15 +0000 | [diff] [blame] | 5130 | # new skipped tests yet to be sorted |
| 5131 | # ============================================================================= # |
eric@webkit.org | 05a35f4 | 2010-06-16 09:12:04 +0000 | [diff] [blame] | 5132 | fast/dom/Geolocation/callback-to-remote-context2.html |
| 5133 | |
commit-queue@webkit.org | a67f42c | 2010-07-10 02:41:10 +0000 | [diff] [blame] | 5134 | # Link prefetch is disabled by default |
commit-queue@webkit.org | 7e9f6db | 2010-12-04 20:40:10 +0000 | [diff] [blame] | 5135 | fast/dom/HTMLLinkElement/link-and-subresource-test.html |
commit-queue@webkit.org | a67f42c | 2010-07-10 02:41:10 +0000 | [diff] [blame] | 5136 | fast/dom/HTMLLinkElement/prefetch.html |
commit-queue@webkit.org | 7e9f6db | 2010-12-04 20:40:10 +0000 | [diff] [blame] | 5137 | fast/dom/HTMLLinkElement/prefetch-onload.html |
commit-queue@webkit.org | e4bd1f1 | 2010-10-08 21:17:47 +0000 | [diff] [blame] | 5138 | http/tests/misc/prefetch-purpose.html |
commit-queue@webkit.org | a67f42c | 2010-07-10 02:41:10 +0000 | [diff] [blame] | 5139 | |
yurys@chromium.org | e1b260e | 2010-08-17 15:59:46 +0000 | [diff] [blame] | 5140 | # [Qt] Regression(r61749): inspector/debugger-pause-on-debugger-statement.html fails |
| 5141 | # https://bugs.webkit.org/show_bug.cgi?id=41147 |
| 5142 | inspector/debugger-breakpoints-not-activated-on-reload.html |
| 5143 | inspector/debugger-no-nested-pause.html |
yurys@chromium.org | e1b260e | 2010-08-17 15:59:46 +0000 | [diff] [blame] | 5144 | inspector/debugger-pause-in-eval-script.html |
commit-queue@webkit.org | e1bdcb8 | 2010-09-07 13:44:50 +0000 | [diff] [blame] | 5145 | inspector/debugger-pause-on-breakpoint.html |
| 5146 | inspector/debugger-pause-on-debugger-statement.html |
| 5147 | inspector/debugger-pause-on-exception.html |
yurys@chromium.org | e1b260e | 2010-08-17 15:59:46 +0000 | [diff] [blame] | 5148 | inspector/debugger-proto-property.html |
| 5149 | inspector/debugger-eval-while-paused.html |
| 5150 | inspector/debugger-cyclic-ref.html |
| 5151 | inspector/debugger-step-in.html |
| 5152 | inspector/debugger-step-out.html |
| 5153 | inspector/debugger-step-over.html |
yurys@chromium.org | 9d18561 | 2010-09-13 14:17:40 +0000 | [diff] [blame] | 5154 | inspector/debugger-expand-scope.html |
yurys@chromium.org | ac86afd | 2010-10-14 08:42:47 +0000 | [diff] [blame] | 5155 | inspector/debugger-eval-on-call-frame.html |
yurys@chromium.org | e1b260e | 2010-08-17 15:59:46 +0000 | [diff] [blame] | 5156 | |
ossy@webkit.org | 9cf6649 | 2010-06-26 01:11:01 +0000 | [diff] [blame] | 5157 | # [Qt] fast/text/bidi-explicit-embedding-past-end.html fails |
| 5158 | # https://bugs.webkit.org/show_bug.cgi?id=41241 |
| 5159 | fast/text/bidi-explicit-embedding-past-end.html |
commit-queue@webkit.org | 6501d60 | 2010-07-01 11:11:01 +0000 | [diff] [blame] | 5160 | |
tkent@chromium.org | 072de1d | 2010-07-14 07:43:12 +0000 | [diff] [blame] | 5161 | # Need to implement inner-spin-button or outer-spin-button |
| 5162 | fast/forms/input-appearance-spinbutton-disabled-readonly.html |
tkent@chromium.org | 3d10af9 | 2010-07-23 00:32:24 +0000 | [diff] [blame] | 5163 | fast/forms/input-number-events.html |
tkent@chromium.org | 1e56d8c | 2010-08-25 09:37:35 +0000 | [diff] [blame] | 5164 | fast/forms/input-spinbutton-capturing.html |
tkent@chromium.org | 072de1d | 2010-07-14 07:43:12 +0000 | [diff] [blame] | 5165 | |
commit-queue@webkit.org | 6501d60 | 2010-07-01 11:11:01 +0000 | [diff] [blame] | 5166 | # Speech input is not yet enabled. |
atwilson@chromium.org | aae4e2d | 2010-07-31 21:55:18 +0000 | [diff] [blame] | 5167 | fast/speech |
ossy@webkit.org | 1fdca60 | 2010-07-08 21:02:32 +0000 | [diff] [blame] | 5168 | |
| 5169 | # [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey |
| 5170 | # https://bugs.webkit.org/show_bug.cgi?id=41452 |
| 5171 | fast/dom/beforeload/remove-video-in-beforeload-listener.html |
ossy@webkit.org | bbc7a00 | 2010-07-12 17:28:07 +0000 | [diff] [blame] | 5172 | |
| 5173 | # [Qt] Some inspector test fail intermittently |
| 5174 | # https://bugs.webkit.org/show_bug.cgi?id=42090 |
commit-queue@webkit.org | ddd8f6d | 2010-08-17 01:19:45 +0000 | [diff] [blame] | 5175 | inspector/timeline-paint.html |
ossy@webkit.org | bbc7a00 | 2010-07-12 17:28:07 +0000 | [diff] [blame] | 5176 | inspector/timeline-layout.html |
| 5177 | inspector/timeline-parse-html.html |
| 5178 | inspector/timeline-recalculate-styles.html |
pfeldman@chromium.org | 870c115 | 2010-11-17 13:26:34 +0000 | [diff] [blame] | 5179 | inspector/audits-panel-functional.html |
| 5180 | inspector/elements-panel-structure.html |
| 5181 | inspector/extensions.html |
johnnyg@google.com | 4b0a455 | 2010-07-15 20:36:40 +0000 | [diff] [blame] | 5182 | |
| 5183 | # Directory upload is not enabled. |
| 5184 | fast/forms/input-file-directory-upload.html |
hamaji@chromium.org | d58d8e0 | 2010-07-16 06:25:48 +0000 | [diff] [blame] | 5185 | # Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011 |
| 5186 | printing/setPrinting.html |
tonyg@chromium.org | 4562d5c | 2010-07-16 16:38:52 +0000 | [diff] [blame] | 5187 | |
ossy@webkit.org | 0676555 | 2010-12-17 13:07:20 +0000 | [diff] [blame] | 5188 | # Web Timing related bugs |
| 5189 | # https://bugs.webkit.org/show_bug.cgi?id=51245 |
tonyg@chromium.org | 4562d5c | 2010-07-16 16:38:52 +0000 | [diff] [blame] | 5190 | fast/dom/webtiming.html |
ossy@webkit.org | 0676555 | 2010-12-17 13:07:20 +0000 | [diff] [blame] | 5191 | http/tests/misc/webtiming-ssl.php |
ossy@webkit.org | 0f9c820 | 2011-01-06 12:48:54 +0000 | [diff] [blame^] | 5192 | http/tests/misc/webtiming-origins.html |
| 5193 | http/tests/misc/webtiming-slow-load.php |
ap@apple.com | ce37139 | 2010-07-21 17:20:30 +0000 | [diff] [blame] | 5194 | |
| 5195 | # Advanced credential handling |
| 5196 | http/tests/security/401-logout/401-logout.php |
| 5197 | http/tests/xmlhttprequest/remember-bad-password.html |
abarth@webkit.org | bfd9948 | 2010-07-21 22:46:47 +0000 | [diff] [blame] | 5198 | |
| 5199 | # There's somethign strange going on with <keygen> that causes a |
| 5200 | # different DOM to be created. |
| 5201 | html5lib/runner.html |
ossy@webkit.org | e9265b6 | 2010-07-22 14:26:45 +0000 | [diff] [blame] | 5202 | |
tkent@chromium.org | a216646 | 2010-07-27 07:31:39 +0000 | [diff] [blame] | 5203 | # The feature was disabled due to a compatibility issue. |
| 5204 | # https://bugs.webkit.org/show_bug.cgi?id=40520 |
| 5205 | fast/forms/interactive-validation-lost-focusable.html |
| 5206 | fast/forms/interactive-validation-prevented.html |
| 5207 | |
ossy@webkit.org | e9265b6 | 2010-07-22 14:26:45 +0000 | [diff] [blame] | 5208 | # [Qt] REGRESSION(63862): animations/play-state.html fails intermittently |
| 5209 | # https://bugs.webkit.org/show_bug.cgi?id=42821 |
| 5210 | animations/play-state.html |
ossy@webkit.org | 15e4f1e | 2010-07-23 11:24:22 +0000 | [diff] [blame] | 5211 | |
ossy@webkit.org | e1b8b02 | 2010-11-05 22:34:00 +0000 | [diff] [blame] | 5212 | # [Qt] animations tests fails which uses suspend/resume |
ossy@webkit.org | 1c91c61 | 2010-08-12 12:00:06 +0000 | [diff] [blame] | 5213 | # https://bugs.webkit.org/show_bug.cgi?id=43905 |
| 5214 | animations/suspend-resume-animation.html |
ossy@webkit.org | e1b8b02 | 2010-11-05 22:34:00 +0000 | [diff] [blame] | 5215 | animations/suspend-resume-animation-events.html |
| 5216 | animations/stop-animation-on-suspend.html |
ossy@webkit.org | 1c91c61 | 2010-08-12 12:00:06 +0000 | [diff] [blame] | 5217 | |
commit-queue@webkit.org | 7a1e73d | 2010-12-09 21:10:26 +0000 | [diff] [blame] | 5218 | # [Qt] Search input field doesn't have cancel button |
| 5219 | # https://bugs.webkit.org/show_bug.cgi?id=42887 |
| 5220 | fast/forms/search-cancel-button-events.html |
| 5221 | |
ossy@webkit.org | 182b231 | 2010-07-26 09:52:10 +0000 | [diff] [blame] | 5222 | # [Qt] DRT sideeffect revealed by r63657 |
| 5223 | # https://bugs.webkit.org/show_bug.cgi?id=42578 |
ossy@webkit.org | f7346b2 | 2010-10-25 22:59:08 +0000 | [diff] [blame] | 5224 | http/tests/security/mixedContent/insecure-css-in-main-frame.html |
ossy@webkit.org | 182b231 | 2010-07-26 09:52:10 +0000 | [diff] [blame] | 5225 | http/tests/xmlhttprequest/authorization-header.html |
| 5226 | http/tests/xmlhttprequest/null-auth.php |
vestbo@webkit.org | d2773e5 | 2010-07-27 09:12:40 +0000 | [diff] [blame] | 5227 | |
vestbo@webkit.org | 1c70198 | 2010-07-27 10:05:22 +0000 | [diff] [blame] | 5228 | # Assumes spesific metrics |
| 5229 | # See http://code.google.com/p/chromium/issues/detail?id=19897 |
| 5230 | svg/custom/getscreenctm-in-mixed-content2.xhtml |
mrobinson@webkit.org | b2e8fca | 2010-08-02 17:28:23 +0000 | [diff] [blame] | 5231 | |
ojan@chromium.org | 6d277a4 | 2010-08-18 20:51:44 +0000 | [diff] [blame] | 5232 | # Still working out flakiness issues with the perf tests. |
| 5233 | # https://bugs.webkit.org/show_bug.cgi?id=44199 |
| 5234 | perf/ |
| 5235 | |
jianli@chromium.org | 35cdf14 | 2010-08-05 18:19:13 +0000 | [diff] [blame] | 5236 | # BlodBuilder is not enabled |
| 5237 | http/tests/local/blob/send-data-blob.html |
commit-queue@webkit.org | 5c31424 | 2010-08-21 10:11:19 +0000 | [diff] [blame] | 5238 | |
jer.noble@apple.com | c5584f3 | 2010-08-27 20:49:02 +0000 | [diff] [blame] | 5239 | # Full Screen support is not yet enabled. |
| 5240 | fullscreen/ |
mitz@apple.com | 963e24a | 2010-09-03 19:33:05 +0000 | [diff] [blame] | 5241 | |
| 5242 | # https://bugs.webkit.org/show_bug.cgi?id=45194 |
| 5243 | fast/text/decomposed-after-stacked-diacritics.html |
andreas.kling@nokia.com | e17b50c | 2010-09-12 18:35:58 +0000 | [diff] [blame] | 5244 | |
kenneth@webkit.org | 8a9df01 | 2010-09-13 10:37:28 +0000 | [diff] [blame] | 5245 | # viewport meta tag tests that differ from the Opera results |
| 5246 | fast/viewport/viewport-65.html |
| 5247 | fast/viewport/viewport-82.html |
| 5248 | fast/viewport/viewport-84.html |
| 5249 | fast/viewport/viewport-87.html |
| 5250 | fast/viewport/viewport-126.html |
| 5251 | fast/viewport/viewport-127.html |
andreas.kling@nokia.com | dcd3424 | 2010-09-13 11:35:48 +0000 | [diff] [blame] | 5252 | |
| 5253 | # viewport meta tag tests that fail on the bot for yet unknown reasons |
| 5254 | fast/viewport/viewport-6.html |
| 5255 | fast/viewport/viewport-45.html |
| 5256 | fast/viewport/viewport-58.html |
ossy@webkit.org | 9e9989b | 2010-09-20 15:18:17 +0000 | [diff] [blame] | 5257 | |
| 5258 | # [Qt]REGRESSION? (r67762): 23 layout tests fail |
| 5259 | # https://bugs.webkit.org/show_bug.cgi?id=46093 |
| 5260 | svg/custom/use-font-face-crash.svg |
| 5261 | svg/zoom/text/zoom-coords-viewattr-01-b.svg |
| 5262 | tables/layering/paint-test-layering-1.html |
| 5263 | tables/layering/paint-test-layering-2.html |
| 5264 | tables/mozilla/bugs/adforce_imgis_com.html |
| 5265 | tables/mozilla/bugs/bug50695-2.html |
| 5266 | tables/mozilla/bugs/bug56201.html |
| 5267 | tables/mozilla/bugs/bug92647-2.html |
| 5268 | tables/mozilla/bugs/bug196870.html |
| 5269 | tables/mozilla/other/slashlogo.html |
| 5270 | tables/mozilla_expected_failures/bugs/bug23847.html |
| 5271 | transforms/2d/transform-2d.html |
| 5272 | transforms/2d/transform-fixed-container.html |
| 5273 | transitions/font-family-during-transition.html |
| 5274 | transitions/svg-text-shadow-transition.html |
| 5275 | http/tests/local/file-url-sent-as-referer.html |
| 5276 | http/tests/misc/error404.pl |
| 5277 | http/tests/misc/frame-access-during-load.html |
| 5278 | http/tests/misc/generated-content-inside-table.html |
| 5279 | http/tests/misc/iframe404.html |
| 5280 | http/tests/misc/location-replace-crossdomain.html |
| 5281 | http/tests/misc/slow-loading-image-in-pattern.html |
| 5282 | http/tests/uri/css-href.php |
aestes@apple.com | 7fb43f6 | 2010-09-20 23:01:12 +0000 | [diff] [blame] | 5283 | |
| 5284 | # Pre-HMTL5 parser quirks only apply to the mac port for now. |
| 5285 | fast/parser/pre-html5-parser-quirks.html |
| 5286 | |
kinuko@chromium.org | f0673b2 | 2010-09-23 00:58:53 +0000 | [diff] [blame] | 5287 | # FileSystem API is not supported. |
| 5288 | fast/filesystem |
tonikitoo@webkit.org | 13f65df | 2010-09-26 19:00:45 +0000 | [diff] [blame] | 5289 | |
robert@webkit.org | 3b7d3a6 | 2010-11-01 02:30:49 +0000 | [diff] [blame] | 5290 | # Needs more investigation. |
tonikitoo@webkit.org | cc72592 | 2010-10-19 21:14:32 +0000 | [diff] [blame] | 5291 | fast/dom/nodesFromRect-links-and-text.html |
tonikitoo@webkit.org | 1e72eeb | 2010-10-20 15:10:54 +0000 | [diff] [blame] | 5292 | fast/dom/nodesFromRect-inner-documents.html |
ossy@webkit.org | 424bef8 | 2010-09-28 06:04:39 +0000 | [diff] [blame] | 5293 | |
| 5294 | # It fails, because 3D canvas is disabled by default. |
| 5295 | http/tests/canvas/webgl/origin-clean-conformance.html |
ossy@webkit.org | 058f661 | 2010-09-28 11:13:37 +0000 | [diff] [blame] | 5296 | |
commit-queue@webkit.org | 1a4d2cb | 2010-09-29 17:15:01 +0000 | [diff] [blame] | 5297 | |
| 5298 | # https://bugs.webkit.org/show_bug.cgi?id=46223 |
| 5299 | # The WebKit plugin implementation does not support iframe shims. |
| 5300 | plugins/iframe-shims.html |
ossy@webkit.org | 754f0b5 | 2010-10-01 08:21:08 +0000 | [diff] [blame] | 5301 | |
| 5302 | # https://bugs.webkit.org/show_bug.cgi?id=46966 |
| 5303 | # [Qt] fast/media/color-does-not-include-alpha.html fails |
| 5304 | fast/media/color-does-not-include-alpha.html |
abarth@webkit.org | f7a1087 | 2010-10-18 07:53:10 +0000 | [diff] [blame] | 5305 | |
| 5306 | # Requires WebP support. |
| 5307 | fast/images/webp-image-decoding.html |
ossy@webkit.org | 7d75cd3 | 2010-11-01 15:27:33 +0000 | [diff] [blame] | 5308 | |
ossy@webkit.org | 9c308aa | 2010-11-03 22:48:59 +0000 | [diff] [blame] | 5309 | # [Qt] DRT sideeffect revealed by r71268 |
| 5310 | # https://bugs.webkit.org/show_bug.cgi?id=48958 |
ossy@webkit.org | 4343724 | 2010-11-04 01:43:55 +0000 | [diff] [blame] | 5311 | svg/custom/text-zoom.xhtml |
ossy@webkit.org | 2530b32 | 2010-11-04 10:13:28 +0000 | [diff] [blame] | 5312 | |
ossy@webkit.org | 2ff28be | 2010-11-04 11:17:40 +0000 | [diff] [blame] | 5313 | # [Qt] svg/animations/animate-path-nested-transforms.html fails |
| 5314 | # https://bugs.webkit.org/show_bug.cgi?id=48987 |
| 5315 | svg/animations/animate-path-nested-transforms.html |
ossy@webkit.org | a06fcfd | 2010-11-10 11:03:01 +0000 | [diff] [blame] | 5316 | svg/animations/animate-text-nested-transforms.html |
ossy@webkit.org | 33f5332 | 2010-11-08 09:12:49 +0000 | [diff] [blame] | 5317 | |
| 5318 | # [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails |
| 5319 | # https://bugs.webkit.org/show_bug.cgi?id=49127 |
| 5320 | editing/selection/after-line-break.html |
ossy@webkit.org | da5108e | 2010-11-09 10:39:04 +0000 | [diff] [blame] | 5321 | |
| 5322 | # [Qt] REGRESSION (r71582): Two editing tests fail |
| 5323 | # https://bugs.webkit.org/show_bug.cgi?id=49243 |
| 5324 | editing/deleting/delete-line-011.html |
| 5325 | editing/pasteboard/paste-4039777-fix.html |
tony@chromium.org | 25124ac | 2010-11-18 19:00:14 +0000 | [diff] [blame] | 5326 | |
| 5327 | # [Qt] wrong ref count of npobject |
| 5328 | # https://bugs.webkit.org/show_bug.cgi?id=49749 |
| 5329 | plugins/refcount-leaks.html |
darin@apple.com | 8886af7 | 2010-11-18 21:42:16 +0000 | [diff] [blame] | 5330 | |
ossy@webkit.org | d7bba82 | 2010-11-19 15:14:14 +0000 | [diff] [blame] | 5331 | # [Qt] REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails |
| 5332 | # https://bugs.webkit.org/show_bug.cgi?id=49801 |
| 5333 | fast/profiler/throw-exception-from-eval.html |
| 5334 | |
| 5335 | # [Qt] REGRESSION (r72360): http/tests/security/aboutBlank/xss-DENIED-* tests fail |
| 5336 | # https://bugs.webkit.org/show_bug.cgi?id=49802 |
| 5337 | http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html |
| 5338 | http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html |
| 5339 | http/tests/security/aboutBlank/xss-DENIED-set-opener.html |
mrobinson@webkit.org | 3b6dcfd | 2010-11-25 04:35:32 +0000 | [diff] [blame] | 5340 | |
| 5341 | # [Qt] plugins/keyboard-events.html fails after r72717 |
| 5342 | # https://bugs.webkit.org/show_bug.cgi?id=50050 |
| 5343 | plugins/keyboard-events.html |
rniwa@webkit.org | b6ce501 | 2010-11-30 04:31:35 +0000 | [diff] [blame] | 5344 | |
| 5345 | # 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 |
| 5346 | # https://bugs.webkit.org/show_bug.cgi?id=50204 |
| 5347 | editing/selection/click-left-of-rtl-wrapping-text.html |
| 5348 | editing/selection/modify-up-on-rtl-wrapping-text.html |
ossy@webkit.org | 1a61971 | 2010-12-01 17:04:29 +0000 | [diff] [blame] | 5349 | |
ossy@webkit.org | 594da2e | 2010-12-13 12:11:07 +0000 | [diff] [blame] | 5350 | # [Qt] fast/loader/user-stylesheet-fast-path.html fails |
| 5351 | # https://bugs.webkit.org/show_bug.cgi?id=50911 |
| 5352 | fast/loader/user-stylesheet-fast-path.html |
antti@apple.com | a48e936 | 2010-12-13 20:30:49 +0000 | [diff] [blame] | 5353 | |
| 5354 | # For https://bugs.webkit.org/show_bug.cgi?id=50758 |
| 5355 | # These require DRT setSerializeHTTPLoads implementation to be reliable. |
| 5356 | http/tests/local/link-stylesheet-load-order.html |
| 5357 | http/tests/local/link-stylesheet-load-order-preload.html |
ossy@webkit.org | 1346f8a | 2010-12-20 09:55:23 +0000 | [diff] [blame] | 5358 | |
| 5359 | # [Qt] fast/text/emphasis-overlap.html fails |
| 5360 | # https://bugs.webkit.org/show_bug.cgi?id=51324 |
| 5361 | fast/text/emphasis-overlap.html |
laszlo.1.gombos@nokia.com | c40ff5f | 2011-01-03 18:12:54 +0000 | [diff] [blame] | 5362 | |
rniwa@webkit.org | d70045e | 2011-01-04 19:04:07 +0000 | [diff] [blame] | 5363 | #[Qt] LayoutTests/http/tests/appcache/auth.html failed and skipped |
laszlo.1.gombos@nokia.com | c40ff5f | 2011-01-03 18:12:54 +0000 | [diff] [blame] | 5364 | # https://bugs.webkit.org/show_bug.cgi?id=36688 |
| 5365 | http/tests/appcache/auth.html |
rniwa@webkit.org | d70045e | 2011-01-04 19:04:07 +0000 | [diff] [blame] | 5366 | |
| 5367 | # REGRESSION(r74971): [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails |
| 5368 | # https://bugs.webkit.org/show_bug.cgi?id=51884 |
ossy@webkit.org | e445a84 | 2011-01-04 20:34:49 +0000 | [diff] [blame] | 5369 | editing/selection/caret-bidi-first-and-last-letters.html |