blob: e4540d3c08ef4b77f96ddc85416b7310ff9f5ee4 [file] [log] [blame]
kenneth@webkit.orge365ada2009-10-01 18:14:24 +00001# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +00002# 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
31# - Failing CSS Tests
32# - Failing dom/xhtml tests
33# - Failing editing/deleting tests
34# - Failing editing/selection tests.
35# - Failing editing/spelling tests
36# - failing editing/style tests
37# - failing undo tests
38# - failing unsupported-content tests
39# - failing fast tests
40# - failing fonts tests
41# - failing scrollbars tests
42# - failing security tests
43# - failing tables tests
44# - Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
45# - failing transforms tests
46# - failing printing tests
47# - failing transitions tests
48# - failing websocket tests
49# - new tests without expected results
50# - new skipped tests yet to be sorted
51
52
53# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +000054# Permanently Skipped Tests. #
55# =========================================================================== #
56
57# ----- tests that use Objective-C so can never be supported
58plugins/call-as-function-test.html
59plugins/jsobjc-dom-wrappers.html
60plugins/jsobjc-simple.html
61plugins/root-object-premature-delete-crash.html
62plugins/throw-on-dealloc.html
63plugins/undefined-property-crash.html
64editing/pasteboard/paste-RTFD.html
65editing/pasteboard/paste-TIFF.html
66
67# Skip mac API specific tests
68fast/loader/stop-provisional-loads.html
69
70# =========================================================================== #
71# No Support for Feature planned. #
72# =========================================================================== #
73# ----- webarchive format not supported
74svg/custom/image-with-prefix-in-webarchive.svg
75http/tests/webarchive
76webarchive
77svg/webarchive
78
79# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +000080# Feature not supported... yet
robert@webkit.org188a1262010-06-07 14:43:15 +000081# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +000082
robert@webkit.org051adf82010-06-08 19:44:15 +000083# This port doesn't support DeviceOrientation.
84fast/dom/DeviceOrientation
85fast/dom/Window/window-properties-on-device-orientation.html
86
87# IndexedDB is not yet enabled.
88storage/indexeddb
robert@webkit.org188a1262010-06-07 14:43:15 +000089
90# ----- No User Scripts
91userscripts
92
93# ------ Doesn't support WOFF yet.
94fast/css/font-face-woff.html
95
96# accessibility support
97accessibility
98
99# Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support
100transforms/3d
101compositing
102
103fast/loader/subframe-navigate-during-main-frame-load.html
104
mitz@apple.comb2107652010-06-21 16:54:52 +0000105# Hyphenation is not implemented yet.
106fast/text/hyphenate-character.html
107fast/text/hyphens.html
vestbo@webkit.org6fa13582009-09-29 14:25:21 +0000108
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000109# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +0000110# Failing HTTP tests. #
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000111# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000112# This seems to pass now!
113http/tests/cache/subresource-failover-to-network.html
114
robert@webkit.org188a1262010-06-07 14:43:15 +0000115http/tests/misc/acid2-pixel.html
116http/tests/misc/acid2.html
117http/tests/misc/favicon-as-image.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000118http/tests/misc/bubble-drag-events.html
119
robert@webkit.org188a1262010-06-07 14:43:15 +0000120# https://bugs.webkit.org/show_bug.cgi?id=34004
121# [Qt] http/tests/misc/slow-loading-mask.html timed out.
122http/tests/misc/slow-loading-mask.html
123
124# skip failing history tests
125# https://bugs.webkit.org/show_bug.cgi?id=34167
126http/tests/history/redirect-301.pl
127http/tests/history/redirect-302.pl
128http/tests/history/redirect-303.pl
129http/tests/history/redirect-307.pl
130
131# Qt may want to follow GTK+ in adding a default Accept header for
132# subresources. See https://bugs.webkit.org/show_bug.cgi?id=33242.
133http/tests/misc/image-checks-for-accept.html
134
135# Needs to make sure the redirect-chain scenario in https://bugs.webkit.org/show_bug.cgi?id=31410 works
136# See https://bugs.webkit.org/show_bug.cgi?id=35301
137http/tests/loading/307-after-303-after-post.html
138
139# 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
140http/tests/cookies/third-party-cookie-relaxing.html
141
142# [Qt] http/tests/security/cross-frame-access-name-getter.html timed out
143# https://bugs.webkit.org/show_bug.cgi?id=38540
144http/tests/security/cross-frame-access-name-getter.html
145
146# No authentication challenge handling
147http/tests/loading/basic-credentials-sent-automatically.html
148http/tests/loading/basic-auth-resend-wrong-credentials.html
149
150# This port doesn't have a global history delegate yet
151http/tests/globalhistory
152
153# Skip failing http/tests/misc tests
154http/tests/misc/acid3.html
155http/tests/misc/isindex-with-no-form-base-href.html
156http/tests/misc/isindex-with-no-form.html
157http/tests/misc/refresh-headers.php
158http/tests/misc/timer-vs-loading.html
159
robert@webkit.org188a1262010-06-07 14:43:15 +0000160# Skip failing http/tests/security tests
161http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html
162http/tests/security/cross-frame-access-put.html
163http/tests/security/dataTransfer-set-data-file-url.html
164http/tests/security/drag-over-remote-content-iframe.html
165http/tests/security/host-compare-case-insensitive.html
166http/tests/security/xss-DENIED-xsl-document-redirect.xml
167http/tests/security/xss-DENIED-xsl-document.xml
168http/tests/security/aboutBlank/security-context-alias.html
169http/tests/security/aboutBlank/security-context-window-open.html
170http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html
171http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html
172http/tests/security/frameNavigation/not-opener.html
173http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
174http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html
175http/tests/security/originHeader/origin-header-for-empty.html
robert@webkit.org051adf82010-06-08 19:44:15 +0000176
robert@webkit.org188a1262010-06-07 14:43:15 +0000177# XSSAuditor test that times out. See https://bugs.webkit.org/show_bug.cgi?id=33460.
robert@webkit.org051adf82010-06-08 19:44:15 +0000178http/tests/security/xssAuditor/malformed-HTML.html
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000179
abarth@webkit.org992414e2010-06-16 08:59:21 +0000180# Possibly related to https://bugs.webkit.org/show_bug.cgi?id=35263
181http/tests/security/xssAuditor/embed-tag-null-char.html
182http/tests/security/xssAuditor/object-embed-tag-null-char.html
183
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000184# Disabled HTTP subdirs for now, needs investigation.
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000185http/tests/globalhistory
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000186http/tests/incremental
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000187http/tests/media
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000188http/tests/wml
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000189
robert@webkit.org188a1262010-06-07 14:43:15 +0000190# Evaluate expected results for frame loader callbacks
191# https://bugs.webkit.org/show_bug.cgi?id=34839
192http/tests/security/mixedContent/about-blank-iframe-in-main-frame.html
193http/tests/security/mixedContent/data-url-iframe-in-main-frame.html
194http/tests/security/mixedContent/insecure-css-in-main-frame.html
195http/tests/security/mixedContent/insecure-iframe-in-main-frame.html
196http/tests/security/mixedContent/insecure-image-in-main-frame.html
197http/tests/security/mixedContent/redirect-http-to-https-iframe-in-main-frame.html
198http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
199
laszlo.1.gombos@nokia.com84ef1392010-02-14 16:22:23 +0000200# Skip failed appcache test cases
201http/tests/appcache/auth.html
laszlo.1.gombos@nokia.com84ef1392010-02-14 16:22:23 +0000202
kenneth@webkit.orgb539bdb2009-10-01 19:10:56 +0000203# Failing URL test
204http/tests/uri/escaped-entity.html
205
kenneth@webkit.org70842642009-10-01 19:21:36 +0000206# Failing HTTP Loading tests
kenneth@webkit.org73e707b2009-10-01 20:44:42 +0000207http/tests/loading/bad-scheme-subframe.html
kenneth@webkit.org73e707b2009-10-01 20:44:42 +0000208http/tests/loading/gmail-assert-on-load.html
kenneth@webkit.org73e707b2009-10-01 20:44:42 +0000209http/tests/loading/redirect-methods.html
kenneth@webkit.org73e707b2009-10-01 20:44:42 +0000210http/tests/loading/simple-subframe.html
kenneth@webkit.org73e707b2009-10-01 20:44:42 +0000211http/tests/loading/text-content-type-with-binary-extension.html
kenneth@webkit.org70842642009-10-01 19:21:36 +0000212
kenneth@webkit.org409426a2009-10-01 19:32:26 +0000213# Failing Local tests
214http/tests/local/drag-over-remote-content.html
215http/tests/local/send-dragged-file.html
jianli@chromium.orgf48782f2010-03-08 18:13:31 +0000216http/tests/local/send-sliced-dragged-file.html
kinuko@chromium.org2077a8a2010-06-23 03:55:57 +0000217http/tests/local/blob/send-hybrid-blob.html
218http/tests/local/blob/send-sliced-data-blob.html
jianli@chromium.org333ccf72010-04-16 00:58:14 +0000219http/tests/local/formdata/send-form-data.html
220http/tests/local/formdata/send-form-data-with-sliced-file.html
jianli@chromium.orgb4605b42010-05-05 22:42:11 +0000221http/tests/local/formdata/upload-events.html
kenneth@webkit.org409426a2009-10-01 19:32:26 +0000222
eric@webkit.org303b3242009-11-23 21:48:11 +0000223# Failing navigation tests
224http/tests/navigation/anchor-frames.html
225http/tests/navigation/anchor-subframeload.html
226http/tests/navigation/back-to-slow-frame.html
eric@webkit.org303b3242009-11-23 21:48:11 +0000227http/tests/navigation/error404-basic.html
228http/tests/navigation/error404-frames.html
229http/tests/navigation/error404-goback.html
230http/tests/navigation/error404-subframeload.html
eric@webkit.org303b3242009-11-23 21:48:11 +0000231http/tests/navigation/javascriptlink-frames.html
232http/tests/navigation/javascriptlink-goback.html
233http/tests/navigation/javascriptlink-subframeload.html
234http/tests/navigation/lockedhistory-iframe.html
eric@webkit.org303b3242009-11-23 21:48:11 +0000235http/tests/navigation/metaredirect-frames.html
236http/tests/navigation/metaredirect-goback.html
237http/tests/navigation/metaredirect-subframeload.html
238http/tests/navigation/new-window-redirect-history.html
239http/tests/navigation/no-referrer-reset.html
240http/tests/navigation/no-referrer-target-blank.html
241http/tests/navigation/onload-navigation-iframe-2.html
242http/tests/navigation/onload-navigation-iframe-timeout.html
243http/tests/navigation/onload-navigation-iframe.html
244http/tests/navigation/post-basic.html
245http/tests/navigation/post-frames.html
246http/tests/navigation/post-goback1.html
247http/tests/navigation/post-goback2.html
248http/tests/navigation/postredirect-basic.html
249http/tests/navigation/postredirect-frames.html
250http/tests/navigation/postredirect-goback1.html
251http/tests/navigation/postredirect-goback2.html
252http/tests/navigation/redirect302-frames.html
253http/tests/navigation/redirect302-subframeload.html
254http/tests/navigation/relativeanchor-frames.html
255http/tests/navigation/reload-subframe-object.html
eric@webkit.org303b3242009-11-23 21:48:11 +0000256http/tests/navigation/success200-frames-loadsame.html
257http/tests/navigation/success200-frames.html
258http/tests/navigation/success200-subframeload.html
259http/tests/navigation/target-frame-from-window.html
eric@webkit.org303b3242009-11-23 21:48:11 +0000260http/tests/navigation/timerredirect-frames.html
261http/tests/navigation/timerredirect-goback.html
262http/tests/navigation/timerredirect-subframeload.html
263
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000264# Failing http multipart test
tony@chromium.orgc2d88fd2010-06-24 03:25:54 +0000265http/tests/multipart/invalid-image-data.html
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000266http/tests/multipart/invalid-image-data-standalone.html
tony@chromium.orgc2d88fd2010-06-24 03:25:54 +0000267http/tests/multipart/policy-ignore-crash.php
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000268
robert@webkit.org188a1262010-06-07 14:43:15 +0000269# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000270# Failing xmlhttprequest tests #
robert@webkit.org188a1262010-06-07 14:43:15 +0000271# =========================================================================== #
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000272
robert@webkit.org051adf82010-06-08 19:44:15 +0000273# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
274# https://bugs.webkit.org/show_bug.cgi?id=32961
275http/tests/xmlhttprequest/basic-auth-default.html
276
robert@webkit.org188a1262010-06-07 14:43:15 +0000277# Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests.
278http/tests/xmlhttprequest/logout.html
279http/tests/xmlhttprequest/methods-async.html
280http/tests/xmlhttprequest/workers/shared-worker-methods.html
larsaa8a9ac12007-10-24 12:33:19 +0000281
robert@webkit.org188a1262010-06-07 14:43:15 +0000282# --- Fixed in Qt 4.7. Unskip when buildbot is upgraded.
283# Many of these tests exercise preflighted requests, which are not supported with Qt older than 4.7.
284http/tests/xmlhttprequest/cross-origin-authorization.html
285http/tests/xmlhttprequest/cross-origin-no-authorization.html
286http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html
287http/tests/xmlhttprequest/simple-cross-origin-denied-events-post.html
288http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache.html
289http/tests/xmlhttprequest/access-control-basic-get-fail-non-simple.html
290http/tests/xmlhttprequest/access-control-response-with-body.html
291http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html
292http/tests/xmlhttprequest/XMLHttpRequestException.html
293http/tests/xmlhttprequest/access-control-and-redirects.html
294http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-header.html
295http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-invalidation-by-method.html
296http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html
297http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html
298http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html
299http/tests/xmlhttprequest/access-control-basic-post-fail-non-simple-content-type.html
300http/tests/xmlhttprequest/access-control-basic-whitelist-request-headers.html
301http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html
302http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html
303http/tests/xmlhttprequest/access-control-preflight-credential-async.html
304http/tests/xmlhttprequest/access-control-preflight-credential-sync.html
305http/tests/xmlhttprequest/access-control-preflight-headers-async.html
306http/tests/xmlhttprequest/access-control-preflight-headers-sync.html
307http/tests/xmlhttprequest/access-control-preflight-sync-header-denied.html
308http/tests/xmlhttprequest/access-control-preflight-sync-method-denied.html
309http/tests/xmlhttprequest/access-control-response-with-body-sync.html
310http/tests/xmlhttprequest/cache-override.html
levin@chromium.org9e6aa4d2010-06-23 05:26:51 +0000311http/tests/xmlhttprequest/simple-cross-origin-progress-events.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000312# --- http://bugreports.qt.nokia.com/browse/QTBUG-9618
313http/tests/xmlhttprequest/cookies.html
314http/tests/xmlhttprequest/methods-lower-case.html
315http/tests/xmlhttprequest/methods.html
316http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
317http/tests/xmlhttprequest/state-after-network-error.html
318http/tests/xmlhttprequest/workers/methods-async.html
319http/tests/xmlhttprequest/workers/methods.html
320http/tests/xmlhttprequest/workers/shared-worker-methods-async.html
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000321
robert@webkit.org188a1262010-06-07 14:43:15 +0000322# Caused by the way Qt caches network connections using user@hostname as the key
323# See https://bugs.webkit.org/show_bug.cgi?id=37084 and http://bugreports.qt.nokia.com/browse/QTBUG-9619
324http/tests/xmlhttprequest/re-login-async.html
325http/tests/xmlhttprequest/re-login.html
326
327# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
328# https://bugs.webkit.org/show_bug.cgi?id=32961
329http/tests/xmlhttprequest/failed-auth.html
330
331# [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect)
332# https://bugs.webkit.org/show_bug.cgi?id=35086
333fast/xmlhttprequest/xmlhttprequest-no-file-access.html
334
335# Missing DRT ability to set accept cookie policy
336http/tests/xmlhttprequest/cross-origin-cookie-storage.html
337
338# =========================================================================== #
339# Failing inserting tests. #
340# =========================================================================== #
341# ---- rendertree results OK but suspicious diffs.
342editing/inserting/4960120-1.html
343editing/inserting/5607069-2.html
344editing/inserting/5607069-3.html
345editing/inserting/before-after-input-element.html
346
347# ---- rendertree results OK but diff in editing delegate msgs.
348editing/inserting/insert-tab-003.html
349editing/inserting/insert-text-with-newlines.html
350# Missing textInputController.firstRectForCharacterRange()
351editing/inserting/caret-position.html
352
353# ---- to be reviewed
354editing/inserting/4278698.html
355editing/inserting/editable-html-element.html
356editing/inserting/editing-empty-divs.html
357editing/inserting/insert-div-023.html
358editing/inserting/multiple-lines-selected.html
359editing/inserting/typing-tab-designmode-forms.html
360editing/inserting/typing-tab-designmode.html
361editing/inserting/5803706-1.html
362editing/inserting/5994480-2.html
363editing/inserting/insert-bg-font.html
364
365# =========================================================================== #
366# Failing pasteboard tests. #
367# =========================================================================== #
368#------ Not selecting all of text.
369#------ sel.modify("move", "forward", "word"); does not select the last character in the word
370editing/pasteboard/4242293-1.html
371editing/pasteboard/smart-paste-008.html
372#------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar,
373#------ that looks like a bug.
374editing/pasteboard/interchange-newline-2.html
375# ----- Whitespace instead of tab?
376# ----- https://bugs.webkit.org/show_bug.cgi?id=38437
377editing/pasteboard/5761530-1.html
378# ----- Results appear correct but have suspicious rendertree differences.
379editing/pasteboard/pasting-tabs.html
380editing/pasteboard/nested-blocks-with-text-area.html
381editing/pasteboard/nested-blocks-with-text-field.html
382editing/pasteboard/input-field-1.html
383editing/pasteboard/4806874.html
384# ----- These are actually safe to unskip. x/y differences only.
385editing/pasteboard/5387578.html
386editing/pasteboard/bad-placeholder.html
387# ----- Rendertree results OK but differences in message from editing delegate.
388editing/pasteboard/4076267-2.html
389editing/pasteboard/4076267.html
390editing/pasteboard/block-wrappers-necessary.html
391editing/pasteboard/paste-text-001.html
392editing/pasteboard/paste-text-008.html
393# ----- Rendertree results OK but differences in editing delegate message due to rendering.
394# ----- This looks safe to unskip.
395editing/pasteboard/paste-xml.xhtml
396# ----- Rendertree results match but width of tabs field is suspicious.
397editing/pasteboard/paste-text-at-tabspan-001.html
398# ----- Drag and drop support.
399editing/pasteboard/drag-image-in-about-blank-frame.html
400editing/pasteboard/files-during-page-drags.html
401editing/pasteboard/4861080.html
402editing/pasteboard/4947130.html
403editing/pasteboard/copy-standalone-image.html
404editing/pasteboard/drag-drop-dead-frame.html
405editing/pasteboard/drag-drop-input-textarea.html
406editing/pasteboard/drag-drop-iframe-refresh-crash.html
407editing/pasteboard/drag-drop-modifies-page.html
408editing/pasteboard/drag-drop-url-text.html
409editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
410editing/pasteboard/drag-selected-image-to-contenteditable.html
411editing/pasteboard/drop-link.html
412editing/pasteboard/drop-text-without-selection.html
413editing/pasteboard/emacs-ctrl-a-k-y.html
414editing/pasteboard/emacs-ctrl-k-y-001.html
415editing/pasteboard/smart-drag-drop.html
416editing/pasteboard/subframe-dragndrop-1.html
417editing/pasteboard/get-data-text-plain-drop.html
418
419# =========================================================================== #
420# Failing plugins tests. #
421# =========================================================================== #
422
robert@webkit.org188a1262010-06-07 14:43:15 +0000423# ---- https://bugs.webkit.org/show_bug.cgi?id=36721
424plugins/get-url-with-blank-target.html
robert@webkit.org8b52a232010-06-13 13:29:34 +0000425
ossy@webkit.org6137efc2010-06-17 09:00:35 +0000426# ---- https://bugs.webkit.org/show_bug.cgi?id=36702
427plugins/reentrant-update-widget-positions.html
robert@webkit.org3407c962010-06-20 12:54:12 +0000428
429# ---- https://bugs.webkit.org/show_bug.cgi?id=40879
430plugins/resize-from-plugin.html
431
robert@webkit.org188a1262010-06-07 14:43:15 +0000432# ---- plugins rendered in incorrect position
433plugins/embed-attributes-style.html
434# ---- depends on QuickTime support
435plugins/embed-attributes-setting.html
436fast/dom/object-embed-plugin-scripting.html
robert@webkit.org3407c962010-06-20 12:54:12 +0000437
robert@webkit.org188a1262010-06-07 14:43:15 +0000438# ---- events not getting to plugin
robert@webkit.org3407c962010-06-20 12:54:12 +0000439# ---- https://bugs.webkit.org/show_bug.cgi?id=40730
robert@webkit.org188a1262010-06-07 14:43:15 +0000440plugins/mouse-events.html
441plugins/keyboard-events.html
442plugins/mouse-events-fixedpos.html
443# ---- to be reviewed
444http/tests/plugins/plugin-document-has-focus.html
445
446# =========================================================================== #
447# Failing execCommand tests. #
448# =========================================================================== #
449
450# It fails in DRT, but passes in QtLauncher
451# https://bugs.webkit.org/show_bug.cgi?id=35921
452editing/execCommand/move-selection-back-line.html
453
454# -- passes
455editing/execCommand/indent-paragraphs.html
456
457# ---- simple x/y diffs
458editing/execCommand/4580583-1.html
459editing/execCommand/nsresponder-indent.html
460editing/execCommand/nsresponder-outdent.html
461editing/execCommand/4641880-2.html
462editing/execCommand/4747450.html
463editing/execCommand/4786404-1.html
464editing/execCommand/4786404-2.html
465editing/execCommand/4916402.html
466editing/execCommand/4916541.html
467editing/execCommand/4924441.html
468editing/execCommand/5049671.html
469editing/execCommand/5062376.html
470editing/execCommand/5080333-1.html
471editing/execCommand/5080333-2.html
472editing/execCommand/5136770.html
473editing/execCommand/5138441.html
474editing/execCommand/5142012-1.html
475editing/execCommand/5190926.html
476editing/execCommand/5481523.html
477editing/execCommand/5569741.html
478editing/execCommand/5573879.html
479editing/execCommand/create-list-from-range-selection.html
480editing/execCommand/findString-2.html
481editing/execCommand/format-block-from-range-selection.html
482editing/execCommand/format-block.html
483editing/execCommand/format-block-with-braces.html
484editing/execCommand/format-block-with-trailing-br.html
485editing/execCommand/hilitecolor.html
486editing/execCommand/indent-empty-root.html
487editing/execCommand/indent-list-item.html
488editing/execCommand/indent-selection.html
489editing/execCommand/insertHorizontalRule.html
490editing/execCommand/insertImage.html
491editing/execCommand/insert-list-and-stitch.html
492editing/execCommand/insert-list-empty-div.html
493editing/execCommand/insert-list-with-id.html
494editing/execCommand/outdent-blockquote-test1.html
495editing/execCommand/outdent-blockquote-test2.html
496editing/execCommand/outdent-blockquote-test3.html
497editing/execCommand/outdent-blockquote-test4.html
498editing/execCommand/outdent-selection.html
499editing/execCommand/remove-list-from-range-selection.html
500editing/execCommand/remove-list-item-1.html
501editing/execCommand/4920488.html
502editing/execCommand/4920742-1.html
503editing/execCommand/create-list-with-hr.html
504editing/execCommand/remove-formatting-2.html
505editing/execCommand/remove-formatting.html
506
507
508# ---- fine, but not a simple diff
509editing/execCommand/4580583-2.html
510editing/execCommand/4641880-1.html
511# ---- rendertree results OK but suspicious diffs.
512editing/execCommand/print.html
513editing/execCommand/selectAll.html
514editing/execCommand/5142012-2.html
515editing/execCommand/5482023.html
516
517# -- text selection is incorrect
518editing/execCommand/findString.html
519editing/execCommand/find-after-replace.html
520editing/execCommand/paste-1.html
521editing/execCommand/paste-2.html
522
523# =========================================================================== #
524# Failing Sputnik tests #
525# =========================================================================== #
526fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code
527fast/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
528fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html
529fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html
530fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html
531fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html
532fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html
533fast/js/sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html
534fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.1.html
535fast/js/sputnik/Unicode/Unicode_500/S7.6_A3.2.html
536fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html
537fast/js/sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html
538fast/js/sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html
539fast/js/sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html
540fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html
541fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html
542fast/js/sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html
543fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html
544fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html
545fast/js/sputnik/Unicode/Unicode_510/S7.6_A2.3.html
546fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1.html
547fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2.html
548fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html
549fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html
550fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html
551fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html
552fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html
553fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html
554fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html
555fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html
556
557# Failing Sputnik tests on 32 bit
558fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
559fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
560
561# Failing Sputnik test on 64 bit
562fast/js/sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Applying_the_percent_Operator/S11.5.3_A4_T2.html
563
564# Timed out Sputnik tests on ARM
565fast/js/sputnik/Unicode/Unicode_218/S7.6_A3.1.html
566fast/js/sputnik/Unicode/Unicode_218/S7.6_A3.2.html
567fast/js/sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html
568fast/js/sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html
569
570# =========================================================================== #
ossy@webkit.org0627c412009-10-26 12:32:10 +0000571# Fluctuating/flakey tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000572# =========================================================================== #
ossy@webkit.org5c835582010-01-04 10:05:07 +0000573animations/3d/transform-origin-vs-functions.html
hausmann@webkit.orge66110c2009-09-22 13:16:17 +0000574animations/change-one-anim.html
ossy@webkit.org2d266ea2009-12-08 00:59:30 +0000575fast/frames/sandboxed-iframe-plugins.html
ossy@webkit.org94880d32009-12-10 07:29:40 +0000576fast/frames/sandboxed-iframe-scripting.html
ossy@webkit.org3c47f422009-12-11 17:30:08 +0000577fast/frames/sandboxed-iframe-storage.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000578http/tests/cookies/simple-cookies-max-age.html
ossy@webkit.orgee20b072009-12-26 09:40:23 +0000579http/tests/cookies/simple-cookies-expired.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000580http/tests/xmlhttprequest/workers/close.html
ossy@webkit.org6b34fc02009-10-26 17:54:28 +0000581http/tests/xmlhttprequest/workers/shared-worker-close.html
ossy@webkit.org3da4ced2010-02-16 23:55:05 +0000582inspector/timeline-paint.html
583
ossy@webkit.orgee20b072009-12-26 09:40:23 +0000584storage/database-lock-after-reload.html
585storage/empty-statement.html
586storage/execute-sql-args.html
587storage/hash-change-with-xhr.html
ossy@webkit.org576ee872009-10-26 17:10:26 +0000588transitions/change-values-during-transition.html
vestbo@webkit.orgce2d8662009-09-03 16:09:54 +0000589
robert@webkit.org188a1262010-06-07 14:43:15 +0000590# [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
591# Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html
592# https://bugs.webkit.org/show_bug.cgi?id=37334
593
ossy@webkit.orgf597f4d2010-02-04 10:50:57 +0000594# https://bugs.webkit.org/show_bug.cgi?id=34281
595fast/workers/shared-worker-frame-lifecycle.html
596
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000597# ------- works on 64 bit but not on 32 bit
598svg/custom/path-getTotalLength.svg
599svg/custom/glyph-setting-d-attribute.svg
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000600
robert@webkit.org188a1262010-06-07 14:43:15 +0000601# ---- crashes - https://bugs.webkit.org/show_bug.cgi?id=32922
602
603# Tests that currently fail but perhaps used to work at some point.
604fast/dom/open-and-close-by-DOM.html
605fast/dom/Window/new-window-opener.html
606fast/forms/001.html
607fast/forms/focus2.html
608fast/forms/search-cancel-button-mouseup.html
609fast/frames/001.html
610fast/text/monospace-width-cache.html
611
612# Tests that fail randomly. Is this style related?
613fast/forms/listbox-width-change.html
614fast/forms/plaintext-mode-2.html
615fast/forms/menulist-width-change.html
616
617# =========================================================================== #
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000618# failing media tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000619# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000620
621# https://bugs.webkit.org/show_bug.cgi?id=38376
622media/media-document-audio-size.html
623
624media/invalid-media-url-crash.html
625
626# [Qt] media/media-can-play-ogg.html crashes intermittently on the bot
627# https://bugs.webkit.org/show_bug.cgi?id=39481
628media/audio-only-video-intrinsic-size.html
629
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000630media/adopt-node-crash.html
631media/audio-constructor.html
632media/audio-constructor-preload.html
633media/audio-constructor-src.html
634media/audio-controls-rendering.html
635media/audio-data-url.html
636media/audio-delete-while-slider-thumb-clicked.html
637media/audio-delete-while-step-button-clicked.html
638media/audio-mpeg-supported.html
639media/audio-no-installed-engines.html
640media/audio-play-event.html
641media/before-load-member-access.html
642media/broken-video.html
eric.carlson@apple.com7778a1b2010-06-15 02:55:04 +0000643media/media-can-play-mp3.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000644media/constructors.html
645media/controls-after-reload.html
646media/controls-css-overload.html
647media/controls-drag-timebar.html
648media/controls-right-click-on-timebar.html
649media/controls-strict.html
650media/controls-styling.html
651media/event-attributes.html
652media/fallback.html
653media/media-captions.html
654media/media-constants.html
655media/media-fullscreen-inline.html
656media/media-fullscreen-not-in-document.html
657media/media-load-event.html
658media/media-startTime.html
659media/remove-from-document.html
660media/remove-from-document-no-load.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000661media/unsupported-rtsp.html
662media/unsupported-tracks.html
663media/video-append-source.html
664media/video-aspect-ratio.html
665media/video-autoplay.html
666media/video-buffered.html
667media/video-canvas.html-disabled
668media/video-canvas-source.html
669media/video-click-dblckick-standalone.html
670media/video-controls.html
671media/video-controls-rendering.html
672media/video-controls-transformed.html
673media/video-controls-visible-audio-only.html
674media/video-controls-with-mutation-event-handler.html
675media/video-controls-zoomed.html
676media/video-currentTime.html
677media/video-currentTime-set2.html
678media/video-currentTime-set.html
679media/video-display-aspect-ratio.html
680media/video-display-none-crash.html
681media/video-display-toggle.html
682media/video-document-types.html
683media/video-dom-autoplay.html
684media/video-dom-preload.html
685media/video-dom-src.html
philn@webkit.org5fe02362010-05-03 15:18:31 +0000686media/video-duration-known-after-eos.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000687media/video-empty-source.html
688media/video-error-does-not-exist.html
689media/video-layer-crash.html
690media/video-load-networkState.html
691media/video-load-readyState.html
692media/video-loop.html
693media/video-muted.html
694media/video-no-audio.html
695media/video-no-autoplay.html
696media/video-pause-empty-events.html
697media/video-pause-immediately.html
698media/video-played-collapse.html
699media/video-played-ranges-1.html
700media/video-played-reset.html
701media/video-play-empty-events.html
702media/video-play-pause-events.html
703media/video-play-pause-exception.html
704media/video-poster.html
705media/video-poster-scale.html
706media/video-preload.html
707media/video-replaces-poster.html
708media/video-reverse-play-duration.html
709media/video-seekable.html
710media/video-seeking.html
711media/video-seek-no-src-exception.html
712media/video-seek-past-end-paused.html
713media/video-seek-past-end-playing.html
714media/video-size.html
715media/video-size-intrinsic-scale.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000716media/video-source-error.html
717media/video-source-error-no-candidate.html
718media/video-source.html
719media/video-source-media.html
720media/video-source-none-supported.html
721media/video-source-type.html
722media/video-source-type-params.html
723media/video-src-change.html
724media/video-src-empty.html
725media/video-src.html
726media/video-src-invalid-remove.html
727media/video-src-none.html
728media/video-src-plus-source.html
729media/video-src-remove.html
730media/video-src-set.html
731media/video-src-source.html
732media/video-timeupdate-during-playback.html
733media/video-timeupdate-reverse-play.html
734media/video-transformed.html
735media/video-volume.html
736media/video-volume-slider.html
737media/video-width-height.html
738media/video-zoom-controls.html
739media/video-zoom.html
740
robert@webkit.org188a1262010-06-07 14:43:15 +0000741# ============================================================================= #
742# Crashing tests due to re-enabled Phonon support in Buildbot's Qt #
743# Skip these until a proper solution for the Phonon related crashes found. #
744# ============================================================================= #
ossy@webkit.orga7b93ac2009-12-04 10:37:26 +0000745#reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/
746#crashed: fast/table/"random_test"
747#crasher:
748fast/runin/nonblock-runin.html
749
750#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
751#crashed: http/tests/security/local-video-src-from-remote.html
752#crasher:
753http/tests/security/local-video-source-from-remote.html
754
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000755# ============================================================================= #
756# Missing features in our DumpRenderTree implementation #
757# ============================================================================= #
758
robert@webkit.org188a1262010-06-07 14:43:15 +0000759# DumpRenderTree code to enable Java is currently a no-op
760java
761
762# Missing DRT ability to override 'standard' preferences.
763fast/dom/Window/timer-resume-on-navigation-back.html
764loader/go-back-to-different-window-size.html
765
766# Plain text controller currently in Mac DumpRenderTree only.
767# https://bugs.webkit.org/show_bug.cgi?id=38805
768editing/text-iterator/basic-iteration.html
769
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000770# Missing layoutTestController.overridePreference()
771fast/events/pageshow-pagehide-on-back-cached.html
vestbo@webkit.org2dbb5372009-09-04 15:53:17 +0000772fast/events/pageshow-pagehide-on-back-cached-with-frames.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000773
eric@webkit.org3dd3a282009-09-27 19:12:49 +0000774# layoutTestController.waitForPolicyDelegate() does not report the origin node
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000775fast/encoding/mailto-always-utf-8.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000776
ossy@webkit.orgdc9d7332009-10-20 14:25:31 +0000777# Missing layoutTestController.setAlwaysAcceptCookies()
ossy@webkit.org17aff382009-10-26 11:58:58 +0000778http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html
ossy@webkit.orgdc9d7332009-10-20 14:25:31 +0000779
780# Missing layoutTestController.setUseDashboardCompatibilityMode()
781http/tests/xmlhttprequest/default-content-type-dashboard.html
782http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html
ossy@webkit.org7071bbd2009-10-28 11:05:24 +0000783
ossy@webkit.org7071bbd2009-10-28 11:05:24 +0000784# Missing layoutTestController.setCustomPolicyDelegate()
robert@webkit.org051adf82010-06-08 19:44:15 +0000785# https://bugs.webkit.org/show_bug.cgi?id=39564
aroben@apple.com5ed77792010-01-14 19:52:12 +0000786fast/loader/onload-policy-ignore-for-frame.html
ossy@webkit.org7071bbd2009-10-28 11:05:24 +0000787http/tests/misc/policy-delegate-called-twice.html
788http/tests/misc/redirect-to-external-url.html
ossy@webkit.orgee6ef912009-10-28 13:54:39 +0000789http/tests/security/feed-urls-from-remote.html
ossy@webkit.org7071bbd2009-10-28 11:05:24 +0000790
robert@webkit.orgd1b70442010-06-19 11:02:54 +0000791# This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient
792http/tests/security/isolatedWorld/didClearWindowObject.html
793# This needs more investigation
794http/tests/security/isolatedWorld/world-reuse.html
ossy@webkit.org420f04c2010-01-22 12:56:31 +0000795
ossy@webkit.org244d2ac2010-01-28 07:18:57 +0000796# Missing eventSender.beginDragWithFiles()
797fast/dom/Window/window-postmessage-clone-frames.html
robert@webkit.org051adf82010-06-08 19:44:15 +0000798fast/files/file-reader.html
ossy@webkit.orgb723ad92010-02-24 07:40:46 +0000799
ossy@webkit.org8f13c1e2010-03-10 00:49:46 +0000800# Missing layoutTestController.setAlwaysAcceptCookies()
801http/tests/plugins/third-party-cookie-accept-policy.html
ossy@webkit.orgbc03e032010-03-11 10:25:51 +0000802
ossy@webkit.org2df68bd2010-04-19 16:41:05 +0000803# Missing layoutTestController.dumpWillCacheResponse
804http/tests/misc/willCacheResponse-delegate-callback.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000805
eric@webkit.orge1c381b2009-05-20 07:32:26 +0000806# ------- missing eventSender.beginDragWithFiles
rolandsteiner@chromium.orgc8cdfb92010-03-10 06:23:17 +0000807editing/pasteboard/dataTransfer-setData-getData.html
eric@webkit.orgccf61be2010-06-10 14:31:34 +0000808editing/pasteboard/file-drag-to-editable.html
eric@webkit.orge1c381b2009-05-20 07:32:26 +0000809editing/pasteboard/file-input-files-access.html
ossy@webkit.org1fd3cff2009-11-30 09:41:02 +0000810fast/dom/Window/window-postmessage-clone.html
eric@webkit.orge4364c82009-06-24 08:56:20 +0000811fast/events/drag-to-navigate.html
812fast/events/prevent-drag-to-navigate.html
abarth@webkit.orgba2185d2009-07-17 04:36:24 +0000813fast/forms/get-file-upload.html
tkent@chromium.orgd69358a2009-11-12 06:43:52 +0000814fast/forms/input-file-re-render.html
zoltan@webkit.orgf33d8ce2009-09-22 12:06:56 +0000815fast/events/drag-file-crash.html
ossy@webkit.orgee6ef912009-10-28 13:54:39 +0000816http/tests/security/clipboard/clipboard-file-access.html
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000817
eric@webkit.org0c270c62009-12-21 18:58:24 +0000818# Missing drag & drop functionality in DRT
ossy@webkit.orgbbe2af02010-02-04 23:50:05 +0000819editing/pasteboard/drop-inputtext-acquires-style.html
ossy@webkit.org9d076062010-02-27 17:47:54 +0000820fast/css/user-drag-none.html
eric@webkit.org0c270c62009-12-21 18:58:24 +0000821fast/images/drag-svg-as-image.html
eric@webkit.org26657452010-01-07 03:37:50 +0000822fast/forms/slider-delete-while-dragging-thumb.html
eric@webkit.org0c270c62009-12-21 18:58:24 +0000823
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000824# ------- missing drag-and-drop support
dbates@webkit.org24aab212009-11-11 19:04:59 +0000825# See bug https://bugs.webkit.org/show_bug.cgi?id=31332
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000826fast/events/drag-parent-node.html
827fast/events/drag-and-drop.html
828fast/events/drag-and-drop-dataTransfer-types-nocrash.html
dbates@webkit.org24aab212009-11-11 19:04:59 +0000829fast/events/drag-and-drop-fire-drag-dragover.html
tony@chromium.orgfaabdef2010-04-12 02:47:13 +0000830fast/events/ondrop-text-html.html
ossy@webkit.org4756ae42009-12-16 14:21:58 +0000831# caused by: http://trac.webkit.org/changeset/52192
832http/tests/misc/drag-over-iframe-invalid-source-crash.html
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000833
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000834# ------- broken ICO file decoding
835fast/images/favicon-as-image.html
836fast/images/icon-0colors.html
837fast/images/icon-decoding.html
838
ossy@webkit.org5de99582009-11-09 11:08:58 +0000839# ------- missing ruby annotation support for japanese fonts
840fast/ruby/ruby-empty-rt.html
841fast/ruby/ruby-length.html
842fast/ruby/ruby-run-break.html
843fast/ruby/ruby-runs-spans.html
844fast/ruby/ruby-runs.html
845fast/ruby/ruby-simple-rp.html
846fast/ruby/ruby-simple.html
847fast/ruby/ruby-trailing.html
848fast/ruby/rubyDOM-insert-rt.html
849fast/ruby/rubyDOM-insert-text1.html
850fast/ruby/rubyDOM-insert-text2.html
851fast/ruby/rubyDOM-insert-text3.html
852fast/ruby/rubyDOM-remove-rt1.html
853fast/ruby/rubyDOM-remove-rt2.html
854fast/ruby/rubyDOM-remove-text1.html
855fast/ruby/rubyDOM-remove-text2.html
856
yuzo@google.comb1f14f82010-06-16 03:23:12 +0000857# Missing LayoutTestController::pageProperty.
858# https://bugs.webkit.org/show_bug.cgi?id=35961
859printing/page-rule-selection.html
860
yuzo@google.com164cf382010-06-23 07:30:04 +0000861# Missing LayoutTestController::isPageBoxVisible, pageAreaRectInPixels, and preferredPageSizeInPixels.
862printing/page-format-data.html
863
robert@webkit.org188a1262010-06-07 14:43:15 +0000864# ============================================================================= #
865# ------- failing editing/input tests
866# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000867
larsaa8a9ac12007-10-24 12:33:19 +0000868editing/input/emacs-ctrl-o.html
hausmann77d77dc2007-11-07 12:47:58 +0000869
robert@webkit.org188a1262010-06-07 14:43:15 +0000870# ============================================================================= #
871# Failing SVG tests
872# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000873
874svg/batik/filters/feTile.svg
875
robert@webkit.org188a1262010-06-07 14:43:15 +0000876svg/custom/svg-fonts-in-text-controls.html
877svg/custom/text-dom-removal.svg
878svg/custom/use-clipped-transform.svg
879svg/dom/length-list-parser.html
880svg/css/group-with-shadow.svg
881svg/filters/big-sized-filter-2.svg
882svg/filters/big-sized-filter.svg
883svg/filters/feDisplacementMap.svg
884svg/filters/filterRes.svg
885svg/css/composite-shadow-example.html
886svg/css/composite-shadow-with-opacity.html
887# Missing variables:
888# SVGAltGlyphElement, SVGAnimateElement, SVGAnimateColorElement, SVGAnimateTransformElement
889# SVGFontElement, SVGGlyphElement, SVGMissingGlyphElement, SVGFontFaceElement, SVGFontFaceSrcElement
890# SVGFontFaceUriElement, SVGFontFaceFormatElement, SVGFontFaceNameElement, SVGForeignObjectElement
891# https://bugs.webkit.org/show_bug.cgi?id=32941
892svg/custom/global-constructors.html
893# new test without expected file introduced by http://trac.webkit.org/changeset/51496
894svg/custom/mask-with-all-units.svg
larsfe7751b2007-10-05 08:57:06 +0000895
robert@webkit.org188a1262010-06-07 14:43:15 +0000896# [Qt] lacks clipToImageBuffer()
897# https://bugs.webkit.org/show_bug.cgi?id=24289
robert@webkit.org051adf82010-06-08 19:44:15 +0000898# Has http://trac.webkit.org/changeset/59668 fixed?
899# There are no expected results
robert@webkit.org188a1262010-06-07 14:43:15 +0000900svg/clip-path
901svg/custom/clip-path-child-changes.svg
902svg/custom/clip-path-href-changes.svg
903svg/custom/clip-path-units-changes.svg
904svg/custom/clip-path-with-transform.svg
905svg/custom/recursive-clippath.svg
906svg/custom/marker-overflow-clip.svg
lars8a548c82007-10-02 14:04:42 +0000907
robert@webkit.org188a1262010-06-07 14:43:15 +0000908# --- to be reviewed
909svg/batik/filters/filterRegions.svg
910svg/batik/masking/maskRegions.svg
911svg/batik/paints/gradientLimit.svg
912svg/batik/paints/patternPreserveAspectRatioA.svg
913svg/batik/paints/patternRegionA.svg
914svg/batik/paints/patternRegions.svg
915svg/batik/text/longTextOnPath.svg
916svg/batik/text/smallFonts.svg
917svg/batik/text/textAnchor2.svg
918svg/batik/text/textAnchor3.svg
919svg/batik/text/textAnchor.svg
920svg/batik/text/textDecoration2.svg
921svg/batik/text/textEffect2.svg
922svg/batik/text/textEffect3.svg
923svg/batik/text/textEffect.svg
924svg/batik/text/textFeatures.svg
925svg/batik/text/textGlyphOrientationHorizontal.svg
926svg/batik/text/textLayout2.svg
927svg/batik/text/textLayout.svg
928svg/batik/text/textLength.svg
929svg/batik/text/textOnPath2.svg
930svg/batik/text/textOnPath3.svg
931svg/batik/text/textOnPathSpaces.svg
932svg/batik/text/textOnPath.svg
933svg/batik/text/textPCDATA.svg
934svg/batik/text/textPosition2.svg
935svg/batik/text/textPosition.svg
936svg/batik/text/textProperties2.svg
937svg/batik/text/textProperties.svg
938svg/batik/text/textStyles.svg
939svg/batik/text/verticalTextOnPath.svg
940svg/batik/text/verticalText.svg
941svg/batik/text/xmlSpace.svg
942svg/css/css-box-min-width.html
943svg/custom/absolute-sized-svg-in-xhtml.xhtml
944svg/custom/alignment-baseline-modes.svg
945svg/custom/altglyph.svg
946svg/custom/animate-path-discrete.svg
947svg/custom/animate-path-morphing.svg
948svg/custom/circle-move-invalidation.svg
949svg/custom/class-baseValue.svg
950svg/custom/clip-path-referencing-use2.svg
951svg/custom/clip-path-referencing-use.svg
952svg/custom/container-opacity-clip-viewBox.svg
953svg/custom/dominant-baseline-hanging.svg
954svg/custom/dominant-baseline-modes.svg
955svg/custom/empty-clip-path.svg
956svg/custom/fill-fallback.svg
957svg/custom/fill-SVGPaint-interface.svg
958svg/custom/focus-ring.svg
959svg/custom/font-face-cascade-order.svg
960svg/custom/font-face-simple.svg
961svg/custom/foreignObject-crash-on-hover.xml
962svg/custom/getPresentationAttribute.svg
963svg/custom/glyph-selection-lang-attribute.svg
964svg/custom/gradient-rotated-bbox.svg
965svg/custom/group-opacity.svg
966svg/custom/hit-test-path.svg
967svg/custom/hit-test-unclosed-subpaths.svg
968svg/custom/hit-test-with-br.xhtml
969svg/custom/image-parent-translation.xhtml
970svg/custom/image-small-width-height.svg
971svg/custom/image-with-aspect-ratio-stretch.svg
972svg/custom/inline-svg-in-xhtml.xml
973svg/custom/invalid-lengthlist.svg
974svg/custom/js-update-image.svg
975svg/custom/js-update-transform-addition.svg
976svg/custom/js-update-transform-changes.svg
977svg/custom/linking-a-03-b-all.svg
978svg/custom/linking-a-03-b-preserveAspectRatio.svg
979svg/custom/linking-a-03-b-transform.svg
980svg/custom/linking-a-03-b-viewBox.svg
981svg/custom/linking-a-03-b-viewBox-transform.svg
982svg/custom/linking-a-03-b-viewTarget.svg
983svg/custom/linking-a-03-b-zoomAndPan.svg
984svg/custom/no-inherited-dashed-stroke.xhtml
985svg/custom/pattern-rotate.svg
986svg/custom/pattern-with-transformation.svg
987svg/custom/percentage-of-html-parent.xhtml
988svg/custom/repaint-on-image-bounds-change.svg
989svg/custom/resource-client-removal.svg
990svg/custom/root-container-opacity-clip-viewBox.svg
991svg/custom/scroll-hit-test.xhtml
992svg/custom/shape-rendering.svg
993svg/custom/stroked-pattern.svg
994svg/custom/stroke-fallback.svg
995svg/custom/style-attribute-font-size.svg
996svg/custom/svg-fonts-in-html.html
997svg/custom/SVGMatrix-interface.svg
998svg/custom/text-decoration-visibility.svg
999svg/custom/text-dom-01-f.svg
1000svg/custom/text-letter-spacing.svg
1001svg/custom/text-linking.svg
1002svg/custom/text-x-dx-lists.svg
1003svg/custom/text-x-override-in-tspan-child.svg
1004svg/custom/text-xy-updates.svg
1005svg/custom/transform-removeAttributeNS.svg
1006svg/custom/use-css-no-effect-on-shadow-tree.svg
1007svg/custom/use-detach.svg
1008svg/custom/use-dynamic-append.svg
1009svg/custom/use-on-disallowed-foreign-object-1.svg
1010svg/custom/use-on-disallowed-foreign-object-2.svg
1011svg/custom/use-on-disallowed-foreign-object-3.svg
1012svg/custom/use-on-disallowed-foreign-object-4.svg
1013svg/custom/use-on-disallowed-foreign-object-5.svg
1014svg/custom/use-on-disallowed-foreign-object-6.svg
1015svg/custom/use-on-g-containing-foreignObject-and-image.svg
1016svg/custom/use-on-g-containing-symbol.svg
1017svg/custom/use-on-non-svg-namespaced-element.svg
1018svg/custom/use-setAttribute-crash.svg
1019svg/hixie/dynamic/005.xml
1020svg/hixie/error/004.xml
1021svg/hixie/error/005.xml
1022svg/hixie/error/013.xml
1023svg/hixie/processing-model/003.xml
1024svg/hixie/processing-model/004.xml
1025svg/text/foreignObject-repaint.xml
1026svg/text/kerning.svg
1027svg/text/multichar-glyph.svg
1028svg/text/text-align-01-b.svg
1029svg/text/text-align-02-b.svg
1030svg/text/text-align-03-b.svg
1031svg/text/text-align-04-b.svg
1032svg/text/text-align-05-b.svg
1033svg/text/text-align-06-b.svg
1034svg/text/text-altglyph-01-b.svg
1035svg/text/text-deco-01-b.svg
1036svg/text/text-fonts-01-t.svg
1037svg/text/text-fonts-02-t.svg
1038svg/text/text-gradient-positioning.svg
1039svg/text/text-intro-05-t.svg
1040svg/text/text-path-01-b.svg
1041svg/text/textPathBoundsBug.svg
1042svg/text/text-repaint-rects.xhtml
1043svg/text/text-spacing-01-b.svg
1044svg/text/text-text-01-b.svg
1045svg/text/text-text-03-b.svg
1046svg/text/text-text-04-t.svg
1047svg/text/text-text-05-t.svg
1048svg/text/text-text-06-t.svg
1049svg/text/text-text-07-t.svg
1050svg/text/text-text-08-b.svg
1051svg/text/text-tref-01-b.svg
1052svg/text/text-tselect-01-b.svg
1053svg/text/text-tselect-02-f.svg
1054svg/text/text-tspan-01-b.svg
1055svg/text/text-ws-01-t.svg
1056svg/text/text-ws-02-t.svg
1057svg/transforms/animated-path-inside-transformed-html.xhtml
1058svg/transforms/text-with-pattern-inside-transformed-html.xhtml
1059svg/transforms/text-with-pattern-with-svg-transform.svg
lars8a548c82007-10-02 14:04:42 +00001060svg/W3C-SVG-1.1/animate-elem-02-t.svg
1061svg/W3C-SVG-1.1/animate-elem-03-t.svg
1062svg/W3C-SVG-1.1/animate-elem-04-t.svg
1063svg/W3C-SVG-1.1/animate-elem-05-t.svg
1064svg/W3C-SVG-1.1/animate-elem-06-t.svg
1065svg/W3C-SVG-1.1/animate-elem-07-t.svg
1066svg/W3C-SVG-1.1/animate-elem-08-t.svg
1067svg/W3C-SVG-1.1/animate-elem-09-t.svg
1068svg/W3C-SVG-1.1/animate-elem-10-t.svg
1069svg/W3C-SVG-1.1/animate-elem-11-t.svg
1070svg/W3C-SVG-1.1/animate-elem-12-t.svg
1071svg/W3C-SVG-1.1/animate-elem-13-t.svg
1072svg/W3C-SVG-1.1/animate-elem-14-t.svg
1073svg/W3C-SVG-1.1/animate-elem-15-t.svg
1074svg/W3C-SVG-1.1/animate-elem-16-t.svg
1075svg/W3C-SVG-1.1/animate-elem-17-t.svg
1076svg/W3C-SVG-1.1/animate-elem-18-t.svg
1077svg/W3C-SVG-1.1/animate-elem-19-t.svg
1078svg/W3C-SVG-1.1/animate-elem-20-t.svg
1079svg/W3C-SVG-1.1/animate-elem-21-t.svg
1080svg/W3C-SVG-1.1/animate-elem-22-b.svg
1081svg/W3C-SVG-1.1/animate-elem-23-t.svg
1082svg/W3C-SVG-1.1/animate-elem-24-t.svg
1083svg/W3C-SVG-1.1/animate-elem-25-t.svg
1084svg/W3C-SVG-1.1/animate-elem-26-t.svg
1085svg/W3C-SVG-1.1/animate-elem-27-t.svg
1086svg/W3C-SVG-1.1/animate-elem-28-t.svg
1087svg/W3C-SVG-1.1/animate-elem-29-b.svg
1088svg/W3C-SVG-1.1/animate-elem-30-t.svg
1089svg/W3C-SVG-1.1/animate-elem-31-t.svg
1090svg/W3C-SVG-1.1/animate-elem-32-t.svg
1091svg/W3C-SVG-1.1/animate-elem-33-t.svg
1092svg/W3C-SVG-1.1/animate-elem-34-t.svg
1093svg/W3C-SVG-1.1/animate-elem-36-t.svg
1094svg/W3C-SVG-1.1/animate-elem-37-t.svg
1095svg/W3C-SVG-1.1/animate-elem-39-t.svg
1096svg/W3C-SVG-1.1/animate-elem-40-t.svg
1097svg/W3C-SVG-1.1/animate-elem-41-t.svg
1098svg/W3C-SVG-1.1/animate-elem-44-t.svg
1099svg/W3C-SVG-1.1/animate-elem-46-t.svg
1100svg/W3C-SVG-1.1/animate-elem-52-t.svg
1101svg/W3C-SVG-1.1/animate-elem-60-t.svg
1102svg/W3C-SVG-1.1/animate-elem-61-t.svg
1103svg/W3C-SVG-1.1/animate-elem-62-t.svg
1104svg/W3C-SVG-1.1/animate-elem-63-t.svg
1105svg/W3C-SVG-1.1/animate-elem-64-t.svg
1106svg/W3C-SVG-1.1/animate-elem-65-t.svg
1107svg/W3C-SVG-1.1/animate-elem-66-t.svg
1108svg/W3C-SVG-1.1/animate-elem-67-t.svg
1109svg/W3C-SVG-1.1/animate-elem-68-t.svg
1110svg/W3C-SVG-1.1/animate-elem-69-t.svg
1111svg/W3C-SVG-1.1/animate-elem-70-t.svg
1112svg/W3C-SVG-1.1/animate-elem-77-t.svg
1113svg/W3C-SVG-1.1/animate-elem-78-t.svg
1114svg/W3C-SVG-1.1/animate-elem-80-t.svg
1115svg/W3C-SVG-1.1/animate-elem-81-t.svg
1116svg/W3C-SVG-1.1/animate-elem-82-t.svg
1117svg/W3C-SVG-1.1/animate-elem-83-t.svg
1118svg/W3C-SVG-1.1/animate-elem-84-t.svg
1119svg/W3C-SVG-1.1/animate-elem-85-t.svg
1120svg/W3C-SVG-1.1/color-prof-01-f.svg
1121svg/W3C-SVG-1.1/color-prop-01-b.svg
1122svg/W3C-SVG-1.1/color-prop-02-f.svg
1123svg/W3C-SVG-1.1/color-prop-03-t.svg
1124svg/W3C-SVG-1.1/coords-coord-01-t.svg
1125svg/W3C-SVG-1.1/coords-coord-02-t.svg
1126svg/W3C-SVG-1.1/coords-trans-01-b.svg
1127svg/W3C-SVG-1.1/coords-trans-02-t.svg
1128svg/W3C-SVG-1.1/coords-trans-03-t.svg
1129svg/W3C-SVG-1.1/coords-trans-04-t.svg
1130svg/W3C-SVG-1.1/coords-trans-05-t.svg
1131svg/W3C-SVG-1.1/coords-trans-06-t.svg
1132svg/W3C-SVG-1.1/coords-units-01-b.svg
lars8a548c82007-10-02 14:04:42 +00001133svg/W3C-SVG-1.1/coords-units-02-b.svg
1134svg/W3C-SVG-1.1/coords-units-03-b.svg
1135svg/W3C-SVG-1.1/coords-viewattr-01-b.svg
1136svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
1137svg/W3C-SVG-1.1/coords-viewattr-03-b.svg
1138svg/W3C-SVG-1.1/extend-namespace-01-f.svg
1139svg/W3C-SVG-1.1/filters-blend-01-b.svg
lars8a548c82007-10-02 14:04:42 +00001140svg/W3C-SVG-1.1/filters-color-01-b.svg
1141svg/W3C-SVG-1.1/filters-composite-02-b.svg
lars8a548c82007-10-02 14:04:42 +00001142svg/W3C-SVG-1.1/filters-comptran-01-b.svg
1143svg/W3C-SVG-1.1/filters-conv-01-f.svg
lars8a548c82007-10-02 14:04:42 +00001144svg/W3C-SVG-1.1/filters-diffuse-01-f.svg
1145svg/W3C-SVG-1.1/filters-displace-01-f.svg
lars8a548c82007-10-02 14:04:42 +00001146svg/W3C-SVG-1.1/filters-example-01-b.svg
1147svg/W3C-SVG-1.1/filters-felem-01-b.svg
1148svg/W3C-SVG-1.1/filters-gauss-01-b.svg
lars8a548c82007-10-02 14:04:42 +00001149svg/W3C-SVG-1.1/filters-image-01-b.svg
1150svg/W3C-SVG-1.1/filters-light-01-f.svg
lars8a548c82007-10-02 14:04:42 +00001151svg/W3C-SVG-1.1/filters-morph-01-f.svg
1152svg/W3C-SVG-1.1/filters-offset-01-b.svg
lars8a548c82007-10-02 14:04:42 +00001153svg/W3C-SVG-1.1/filters-specular-01-f.svg
1154svg/W3C-SVG-1.1/filters-tile-01-b.svg
lars8a548c82007-10-02 14:04:42 +00001155svg/W3C-SVG-1.1/filters-turb-01-f.svg
1156svg/W3C-SVG-1.1/fonts-desc-02-t.svg
1157svg/W3C-SVG-1.1/fonts-elem-01-t.svg
1158svg/W3C-SVG-1.1/fonts-elem-02-t.svg
1159svg/W3C-SVG-1.1/fonts-elem-03-b.svg
1160svg/W3C-SVG-1.1/fonts-elem-04-b.svg
1161svg/W3C-SVG-1.1/fonts-elem-05-t.svg
1162svg/W3C-SVG-1.1/fonts-elem-06-t.svg
1163svg/W3C-SVG-1.1/fonts-elem-07-b.svg
lars8a548c82007-10-02 14:04:42 +00001164svg/W3C-SVG-1.1/fonts-glyph-03-t.svg
1165svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
1166svg/W3C-SVG-1.1/fonts-kern-01-t.svg
1167svg/W3C-SVG-1.1/interact-cursor-01-f.svg
1168svg/W3C-SVG-1.1/interact-dom-01-b.svg
1169svg/W3C-SVG-1.1/interact-events-01-b.svg
1170svg/W3C-SVG-1.1/interact-order-01-b.svg
1171svg/W3C-SVG-1.1/interact-order-02-b.svg
1172svg/W3C-SVG-1.1/interact-order-03-b.svg
1173svg/W3C-SVG-1.1/interact-zoom-01-t.svg
1174svg/W3C-SVG-1.1/linking-a-01-b.svg
1175svg/W3C-SVG-1.1/linking-a-02-b.svg
1176svg/W3C-SVG-1.1/linking-a-03-b.svg
1177svg/W3C-SVG-1.1/linking-a-04-t.svg
1178svg/W3C-SVG-1.1/linking-a-05-t.svg
1179svg/W3C-SVG-1.1/linking-a-07-t.svg
1180svg/W3C-SVG-1.1/linking-uri-01-b.svg
1181svg/W3C-SVG-1.1/linking-uri-02-b.svg
1182svg/W3C-SVG-1.1/linking-uri-03-t.svg
1183svg/W3C-SVG-1.1/masking-intro-01-f.svg
lars8a548c82007-10-02 14:04:42 +00001184svg/W3C-SVG-1.1/masking-mask-01-b.svg
1185svg/W3C-SVG-1.1/masking-opacity-01-b.svg
1186svg/W3C-SVG-1.1/masking-path-01-b.svg
1187svg/W3C-SVG-1.1/masking-path-02-b.svg
1188svg/W3C-SVG-1.1/masking-path-03-b.svg
1189svg/W3C-SVG-1.1/masking-path-04-b.svg
1190svg/W3C-SVG-1.1/masking-path-05-f.svg
1191svg/W3C-SVG-1.1/metadata-example-01-b.svg
1192svg/W3C-SVG-1.1/painting-fill-01-t.svg
1193svg/W3C-SVG-1.1/painting-fill-02-t.svg
1194svg/W3C-SVG-1.1/painting-fill-03-t.svg
1195svg/W3C-SVG-1.1/painting-fill-04-t.svg
1196svg/W3C-SVG-1.1/painting-fill-05-b.svg
1197svg/W3C-SVG-1.1/painting-marker-01-f.svg
1198svg/W3C-SVG-1.1/painting-marker-02-f.svg
1199svg/W3C-SVG-1.1/painting-marker-03-f.svg
1200svg/W3C-SVG-1.1/painting-render-01-b.svg
1201svg/W3C-SVG-1.1/painting-stroke-01-t.svg
1202svg/W3C-SVG-1.1/painting-stroke-02-t.svg
1203svg/W3C-SVG-1.1/painting-stroke-03-t.svg
1204svg/W3C-SVG-1.1/painting-stroke-04-t.svg
1205svg/W3C-SVG-1.1/painting-stroke-07-t.svg
1206svg/W3C-SVG-1.1/paths-data-01-t.svg
1207svg/W3C-SVG-1.1/paths-data-02-t.svg
1208svg/W3C-SVG-1.1/paths-data-03-f.svg
1209svg/W3C-SVG-1.1/paths-data-04-t.svg
1210svg/W3C-SVG-1.1/paths-data-05-t.svg
1211svg/W3C-SVG-1.1/paths-data-06-t.svg
1212svg/W3C-SVG-1.1/paths-data-07-t.svg
1213svg/W3C-SVG-1.1/paths-data-08-t.svg
1214svg/W3C-SVG-1.1/paths-data-09-t.svg
1215svg/W3C-SVG-1.1/paths-data-10-t.svg
1216svg/W3C-SVG-1.1/paths-data-12-t.svg
1217svg/W3C-SVG-1.1/paths-data-13-t.svg
1218svg/W3C-SVG-1.1/paths-data-14-t.svg
1219svg/W3C-SVG-1.1/paths-data-15-t.svg
1220svg/W3C-SVG-1.1/pservers-grad-01-b.svg
1221svg/W3C-SVG-1.1/pservers-grad-02-b.svg
1222svg/W3C-SVG-1.1/pservers-grad-03-b.svg
lars8a548c82007-10-02 14:04:42 +00001223svg/W3C-SVG-1.1/pservers-grad-04-b.svg
1224svg/W3C-SVG-1.1/pservers-grad-05-b.svg
1225svg/W3C-SVG-1.1/pservers-grad-06-b.svg
lars8a548c82007-10-02 14:04:42 +00001226svg/W3C-SVG-1.1/pservers-grad-07-b.svg
1227svg/W3C-SVG-1.1/pservers-grad-08-b.svg
1228svg/W3C-SVG-1.1/pservers-grad-09-b.svg
1229svg/W3C-SVG-1.1/pservers-grad-10-b.svg
1230svg/W3C-SVG-1.1/pservers-grad-11-b.svg
1231svg/W3C-SVG-1.1/pservers-grad-12-b.svg
1232svg/W3C-SVG-1.1/pservers-grad-13-b.svg
1233svg/W3C-SVG-1.1/pservers-grad-14-b.svg
1234svg/W3C-SVG-1.1/pservers-grad-15-b.svg
1235svg/W3C-SVG-1.1/pservers-grad-16-b.svg
1236svg/W3C-SVG-1.1/pservers-grad-17-b.svg
1237svg/W3C-SVG-1.1/pservers-grad-18-b.svg
1238svg/W3C-SVG-1.1/pservers-grad-19-b.svg
1239svg/W3C-SVG-1.1/pservers-pattern-01-b.svg
lars8a548c82007-10-02 14:04:42 +00001240svg/W3C-SVG-1.1/render-elems-01-t.svg
1241svg/W3C-SVG-1.1/render-elems-02-t.svg
1242svg/W3C-SVG-1.1/render-elems-03-t.svg
1243svg/W3C-SVG-1.1/render-elems-06-t.svg
1244svg/W3C-SVG-1.1/render-elems-07-t.svg
1245svg/W3C-SVG-1.1/render-elems-08-t.svg
1246svg/W3C-SVG-1.1/render-groups-01-b.svg
1247svg/W3C-SVG-1.1/render-groups-03-t.svg
1248svg/W3C-SVG-1.1/script-handle-01-b.svg
1249svg/W3C-SVG-1.1/script-handle-02-b.svg
1250svg/W3C-SVG-1.1/script-handle-03-b.svg
1251svg/W3C-SVG-1.1/script-handle-04-b.svg
1252svg/W3C-SVG-1.1/shapes-circle-01-t.svg
1253svg/W3C-SVG-1.1/shapes-circle-02-t.svg
1254svg/W3C-SVG-1.1/shapes-ellipse-01-t.svg
1255svg/W3C-SVG-1.1/shapes-ellipse-02-t.svg
1256svg/W3C-SVG-1.1/shapes-intro-01-t.svg
1257svg/W3C-SVG-1.1/shapes-line-01-t.svg
1258svg/W3C-SVG-1.1/shapes-polygon-01-t.svg
1259svg/W3C-SVG-1.1/shapes-polyline-01-t.svg
1260svg/W3C-SVG-1.1/shapes-rect-01-t.svg
1261svg/W3C-SVG-1.1/shapes-rect-02-t.svg
1262svg/W3C-SVG-1.1/struct-cond-01-t.svg
1263svg/W3C-SVG-1.1/struct-cond-02-t.svg
1264svg/W3C-SVG-1.1/struct-cond-03-t.svg
1265svg/W3C-SVG-1.1/struct-defs-01-t.svg
1266svg/W3C-SVG-1.1/struct-dom-01-b.svg
1267svg/W3C-SVG-1.1/struct-dom-02-b.svg
1268svg/W3C-SVG-1.1/struct-dom-03-b.svg
1269svg/W3C-SVG-1.1/struct-dom-04-b.svg
1270svg/W3C-SVG-1.1/struct-dom-05-b.svg
1271svg/W3C-SVG-1.1/struct-dom-06-b.svg
lars8a548c82007-10-02 14:04:42 +00001272svg/W3C-SVG-1.1/struct-frag-02-t.svg
1273svg/W3C-SVG-1.1/struct-frag-03-t.svg
1274svg/W3C-SVG-1.1/struct-frag-04-t.svg
1275svg/W3C-SVG-1.1/struct-frag-05-t.svg
1276svg/W3C-SVG-1.1/struct-frag-06-t.svg
1277svg/W3C-SVG-1.1/struct-group-01-t.svg
1278svg/W3C-SVG-1.1/struct-group-02-b.svg
1279svg/W3C-SVG-1.1/struct-group-03-t.svg
1280svg/W3C-SVG-1.1/struct-image-01-t.svg
1281svg/W3C-SVG-1.1/struct-image-02-b.svg
1282svg/W3C-SVG-1.1/struct-image-03-t.svg
1283svg/W3C-SVG-1.1/struct-image-04-t.svg
1284svg/W3C-SVG-1.1/struct-image-05-b.svg
1285svg/W3C-SVG-1.1/struct-image-06-t.svg
1286svg/W3C-SVG-1.1/struct-image-07-t.svg
1287svg/W3C-SVG-1.1/struct-image-08-t.svg
1288svg/W3C-SVG-1.1/struct-image-09-t.svg
1289svg/W3C-SVG-1.1/struct-image-10-t.svg
1290svg/W3C-SVG-1.1/struct-symbol-01-b.svg
1291svg/W3C-SVG-1.1/struct-use-01-t.svg
1292svg/W3C-SVG-1.1/struct-use-03-t.svg
1293svg/W3C-SVG-1.1/struct-use-05-b.svg
1294svg/W3C-SVG-1.1/styling-css-01-b.svg
1295svg/W3C-SVG-1.1/styling-css-02-b.svg
1296svg/W3C-SVG-1.1/styling-css-03-b.svg
1297svg/W3C-SVG-1.1/styling-css-04-f.svg
1298svg/W3C-SVG-1.1/styling-css-05-b.svg
1299svg/W3C-SVG-1.1/styling-css-06-b.svg
1300svg/W3C-SVG-1.1/styling-inherit-01-b.svg
1301svg/W3C-SVG-1.1/styling-pres-01-t.svg
1302svg/W3C-SVG-1.1/text-align-01-b.svg
1303svg/W3C-SVG-1.1/text-align-02-b.svg
1304svg/W3C-SVG-1.1/text-align-03-b.svg
1305svg/W3C-SVG-1.1/text-align-04-b.svg
1306svg/W3C-SVG-1.1/text-align-05-b.svg
1307svg/W3C-SVG-1.1/text-align-06-b.svg
1308svg/W3C-SVG-1.1/text-altglyph-01-b.svg
1309svg/W3C-SVG-1.1/text-deco-01-b.svg
1310svg/W3C-SVG-1.1/text-fonts-01-t.svg
1311svg/W3C-SVG-1.1/text-fonts-02-t.svg
1312svg/W3C-SVG-1.1/text-intro-05-t.svg
1313svg/W3C-SVG-1.1/text-path-01-b.svg
1314svg/W3C-SVG-1.1/text-spacing-01-b.svg
1315svg/W3C-SVG-1.1/text-text-01-b.svg
1316svg/W3C-SVG-1.1/text-text-03-b.svg
1317svg/W3C-SVG-1.1/text-text-04-t.svg
1318svg/W3C-SVG-1.1/text-text-05-t.svg
1319svg/W3C-SVG-1.1/text-text-06-t.svg
1320svg/W3C-SVG-1.1/text-text-07-t.svg
1321svg/W3C-SVG-1.1/text-text-08-b.svg
1322svg/W3C-SVG-1.1/text-tref-01-b.svg
1323svg/W3C-SVG-1.1/text-tselect-01-b.svg
1324svg/W3C-SVG-1.1/text-tselect-02-f.svg
1325svg/W3C-SVG-1.1/text-tspan-01-b.svg
1326svg/W3C-SVG-1.1/text-ws-01-t.svg
1327svg/W3C-SVG-1.1/text-ws-02-t.svg
1328svg/W3C-SVG-1.1/types-basicDOM-01-b.svg
1329svg/carto.net/button.svg
1330svg/carto.net/colourpicker.svg
1331svg/carto.net/combobox.svg
1332svg/carto.net/scrollbar.svg
1333svg/carto.net/selectionlist.svg
1334svg/carto.net/slider.svg
1335svg/carto.net/tabgroup.svg
1336svg/carto.net/textbox.svg
1337svg/carto.net/window.svg
1338svg/custom/SVGNumber-interface.svg
1339svg/custom/SVGPoint-interface.svg
lars8a548c82007-10-02 14:04:42 +00001340svg/custom/SVGRect-interface.svg
1341svg/custom/attribute-namespace-check.svg
1342svg/custom/circular-marker-reference-1.svg
1343svg/custom/circular-marker-reference-2.svg
1344svg/custom/circular-marker-reference-3.svg
1345svg/custom/circular-marker-reference-4.svg
1346svg/custom/class-selector.svg
lars8a548c82007-10-02 14:04:42 +00001347svg/custom/conditional-processing-outside-switch.svg
1348svg/custom/control-points-for-S-and-T.svg
1349svg/custom/coords-relative-units-transforms.svg
1350svg/custom/create-metadata-element.svg
1351svg/custom/createelement.svg
1352svg/custom/css-pixels-dpi.svg
1353svg/custom/dasharrayOrigin.svg
1354svg/custom/deep-dynamic-updates.svg
1355svg/custom/display-none.svg
1356svg/custom/dynamic-empty-path.svg
1357svg/custom/dynamic-svg-document-creation.svg
1358svg/custom/dynamic-viewBox.svg
1359svg/custom/embedded-svg-disallowed-in-dashboard.xml
1360svg/custom/empty-merge.svg
lars8a548c82007-10-02 14:04:42 +00001361svg/custom/evt-onload.svg
1362svg/custom/feComponentTransfer-Discrete.svg
lars8a548c82007-10-02 14:04:42 +00001363svg/custom/feComponentTransfer-Gamma.svg
1364svg/custom/feComponentTransfer-Linear.svg
lars8a548c82007-10-02 14:04:42 +00001365svg/custom/feComponentTransfer-Table.svg
lars8a548c82007-10-02 14:04:42 +00001366svg/custom/feDisplacementMap-01.svg
1367svg/custom/fill-update.svg
lars8a548c82007-10-02 14:04:42 +00001368svg/custom/foreign-object-skew.svg
1369svg/custom/fractional-rects.svg
1370svg/custom/getTransformToElement.svg
1371svg/custom/getscreenctm-in-mixed-content.xhtml
1372svg/custom/getsvgdocument.html
1373svg/custom/gradient-add-stops.svg
1374svg/custom/gradient-attr-update.svg
1375svg/custom/gradient-cycle-detection.svg
1376svg/custom/gradient-deep-referencing.svg
1377svg/custom/gradient-stop-corner-cases.svg
1378svg/custom/gradient-stop-style-change.svg
1379svg/custom/gradient-stroke-width.svg
1380svg/custom/grayscale-gradient-mask.svg
lars8a548c82007-10-02 14:04:42 +00001381svg/custom/hit-test-path-stroke.svg
lars8a548c82007-10-02 14:04:42 +00001382svg/custom/hover-default-fill.svg
lars8a548c82007-10-02 14:04:42 +00001383svg/custom/image-with-transform-clip-filter.svg
lars8a548c82007-10-02 14:04:42 +00001384svg/custom/inner-percent.svg
1385svg/custom/inner-svg-hit-test.svg
1386svg/custom/invalid-css.svg
lars8a548c82007-10-02 14:04:42 +00001387svg/custom/invalid-fill-hex.svg
1388svg/custom/invalid-fill.svg
lars8a548c82007-10-02 14:04:42 +00001389svg/custom/invalid-transforms.svg
1390svg/custom/invisible-text-after-scrolling.xhtml
1391svg/custom/js-late-clipPath-and-object-creation.svg
1392svg/custom/js-late-clipPath-creation.svg
1393svg/custom/js-late-gradient-and-object-creation.svg
1394svg/custom/js-late-gradient-creation.svg
1395svg/custom/js-late-marker-and-object-creation.svg
1396svg/custom/js-late-marker-creation.svg
1397svg/custom/js-late-mask-and-object-creation.svg
1398svg/custom/js-late-mask-creation.svg
1399svg/custom/js-late-pattern-and-object-creation.svg
1400svg/custom/js-late-pattern-creation.svg
1401svg/custom/js-update-bounce.svg
1402svg/custom/js-update-container2.svg
1403svg/custom/js-update-container.svg
1404svg/custom/js-update-gradient.svg
1405svg/custom/js-update-path-changes.svg
1406svg/custom/js-update-path-removal.svg
1407svg/custom/js-update-pattern-child.svg
1408svg/custom/js-update-pattern.svg
1409svg/custom/js-update-polygon-changes.svg
1410svg/custom/js-update-polygon-removal.svg
1411svg/custom/js-update-stop.svg
1412svg/custom/js-update-style.svg
1413svg/custom/junk-data.svg
1414svg/custom/large-bounding-box-percents.svg
1415svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html
1416svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
1417svg/custom/marker-changes.svg
1418svg/custom/marker-child-changes.svg
1419svg/custom/marker-default-width-height.svg
lars8a548c82007-10-02 14:04:42 +00001420svg/custom/marker-viewBox-changes.svg
1421svg/custom/mask-changes.svg
1422svg/custom/mask-child-changes.svg
1423svg/custom/mask-excessive-malloc.svg
1424svg/custom/mask-inside-defs.svg
lars8a548c82007-10-02 14:04:42 +00001425svg/custom/missing-xlink.svg
1426svg/custom/non-circular-marker-reference.svg
1427svg/custom/non-opaque-filters.svg
lars8a548c82007-10-02 14:04:42 +00001428svg/custom/path-bad-data.svg
1429svg/custom/path-textPath-simulation.svg
1430svg/custom/path-update.svg
1431svg/custom/path-update.svg
1432svg/custom/pattern-cycle-detection.svg
1433svg/custom/pattern-deep-referencing.svg
1434svg/custom/pattern-in-defs.svg
lars8a548c82007-10-02 14:04:42 +00001435svg/custom/pattern-y-offset.svg
1436svg/custom/percentage-rect2.svg
1437svg/custom/percentage-rect.svg
1438svg/custom/pointer-events-image.svg
1439svg/custom/pointer-events-path.svg
1440svg/custom/pointer-events-text.svg
1441svg/custom/poly-identify.svg
1442svg/custom/polyline-hittest.svg
1443svg/custom/polyline-invalid-points.svg
1444svg/custom/polyline-setattribute-points-null.svg
1445svg/custom/preserve-aspect-ratio-syntax.svg
1446svg/custom/prevent-default.svg
lars8a548c82007-10-02 14:04:42 +00001447svg/custom/rgbcolor-syntax.svg
1448svg/custom/rootelement.svg
1449svg/custom/rootmost-svg-xy-attrs.xhtml
1450svg/custom/rounded-rects.svg
1451svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html
1452svg/custom/second-inline-text.xhtml
1453svg/custom/shapes-supporting-markers.svg
1454svg/custom/sheet-title.svg
1455svg/custom/simpleCDF.xml
1456svg/custom/struct-use-09-b.svg
1457svg/custom/svg-absolute-children.svg
1458svg/custom/svg-disallowed-in-dashboard-object.html
lars8a548c82007-10-02 14:04:42 +00001459svg/custom/svg-float-border-padding.xml
1460svg/custom/svg-overflow-types.svg
1461svg/custom/svgpolyparser-extra-space.svg
1462svg/custom/text-clip.svg
lars8a548c82007-10-02 14:04:42 +00001463svg/custom/text-filter.svg
lars8a548c82007-10-02 14:04:42 +00001464svg/custom/text-gradient-no-content.svg
1465svg/custom/text-hit-test.svg
1466svg/custom/text-image-opacity.svg
lars8a548c82007-10-02 14:04:42 +00001467svg/custom/transform-ignore-after-invalid.svg
1468svg/custom/transform-invalid.svg
1469svg/custom/transform-scale-parse.svg
1470svg/custom/transform-with-ending-space.svg
1471svg/custom/tref-update.svg
1472svg/custom/use-clipped-hit.svg
1473svg/custom/use-css-events.svg
1474svg/custom/use-elementInstance-event-target.svg
1475svg/custom/use-elementInstance-methods.svg
1476svg/custom/use-event-handler-on-referenced-element.svg
1477svg/custom/use-event-handler-on-use-element.svg
1478svg/custom/use-events-crash.svg
1479svg/custom/use-forward-refs.svg
1480svg/custom/use-instanceRoot-modifications.svg
1481svg/custom/use-modify-container-in-target.svg
1482svg/custom/use-modify-target-container.svg
1483svg/custom/use-modify-target-symbol.svg
1484svg/custom/use-nested-transform.svg
1485svg/custom/use-on-g-containing-use.svg
1486svg/custom/use-on-g.svg
1487svg/custom/use-on-rect.svg
lars8a548c82007-10-02 14:04:42 +00001488svg/custom/use-on-symbol.svg
1489svg/custom/use-on-text.svg
1490svg/custom/use-on-use.svg
1491svg/custom/use-property-changes-through-dom.svg
1492svg/custom/use-property-changes-through-svg-dom.svg
1493svg/custom/use-recursion-1.svg
lars8a548c82007-10-02 14:04:42 +00001494svg/custom/use-recursion-3.svg
1495svg/custom/use-recursion-4.svg
1496svg/custom/use-referencing-nonexisting-symbol.svg
1497svg/custom/use-symbol-overflow.svg
1498svg/custom/use-transform.svg
1499svg/custom/viewBox-hit.svg
1500svg/custom/viewbox-syntax.svg
1501svg/custom/viewport-clip.svg
1502svg/custom/viewport-em.svg
1503svg/custom/viewport-no-width-height.svg
1504svg/custom/viewport-update2.svg
1505svg/custom/viewport-update.svg
1506svg/custom/visibility-override-clip.svg
1507svg/custom/visibility-override-filter.svg
1508svg/custom/visibility-override-mask.svg
1509svg/custom/visibility-override.svg
1510svg/custom/width-full-percentage.svg
1511svg/custom/xml-stylesheet.svg
1512svg/hixie/cascade/001-broken.xml
1513svg/hixie/cascade/002.xml
1514svg/hixie/data-types/001.xml
1515svg/hixie/data-types/002.xhtml
lars8a548c82007-10-02 14:04:42 +00001516svg/hixie/dynamic/003.xml
1517svg/hixie/dynamic/004.xml
lars8a548c82007-10-02 14:04:42 +00001518svg/hixie/dynamic/006.xml
1519svg/hixie/error/001.xml
1520svg/hixie/error/002.xml
1521svg/hixie/error/003.xml
lars8a548c82007-10-02 14:04:42 +00001522svg/hixie/error/007.xml
1523svg/hixie/error/008.xml
1524svg/hixie/error/009.xml
1525svg/hixie/error/010.xml
1526svg/hixie/error/011.xml
1527svg/hixie/error/012.xml
lars8a548c82007-10-02 14:04:42 +00001528svg/hixie/error/014-test.xml
1529svg/hixie/error/014.xml
1530svg/hixie/error/015.xml
1531svg/hixie/error/016.xml
1532svg/hixie/error/017.xml
1533svg/hixie/links/001.xml
1534svg/hixie/links/002.xml
1535svg/hixie/links/003-broken.xml
1536svg/hixie/mixed/003.xml
1537svg/hixie/mixed/004.xml
1538svg/hixie/mixed/005.xml
1539svg/hixie/mixed/006.xml
1540svg/hixie/mixed/008.xml
1541svg/hixie/mixed/009.xml
1542svg/hixie/mixed/010.xml
1543svg/hixie/mixed/011.xml
1544svg/hixie/painting/001.xml
1545svg/hixie/perf/001.xml
1546svg/hixie/perf/002.xml
1547svg/hixie/perf/003.xml
1548svg/hixie/perf/004.xml
1549svg/hixie/perf/005.xml
1550svg/hixie/perf/006.xml
1551svg/hixie/perf/007.xml
lars8a548c82007-10-02 14:04:42 +00001552svg/hixie/processing-model/005.xml
1553svg/hixie/rendering-model/001.xml
1554svg/hixie/rendering-model/002.xml
1555svg/hixie/rendering-model/003.xhtml
1556svg/hixie/rendering-model/003a.xml
1557svg/hixie/rendering-model/004.xhtml
1558svg/hixie/shapes/path/001.xml
1559svg/hixie/text/001-broken.xml
1560svg/hixie/text/002.xml
1561svg/hixie/text/003.html
1562svg/hixie/text/003a.xml
1563svg/hixie/text/003b.xml
1564svg/hixie/transform/001.xml
1565svg/hixie/use/001.xml
1566svg/hixie/use/002-test.xml
1567svg/hixie/use/002.xml
1568svg/hixie/viewbox/001.xml
1569svg/hixie/viewbox/002.xml
1570svg/hixie/viewbox/003.xml
1571svg/hixie/viewbox/004.xml
1572svg/hixie/viewbox/preserveAspectRatio/001.xml
1573svg/hixie/viewbox/preserveAspectRatio/002.xml
hausmann@webkit.orga1814872008-05-07 14:21:40 +00001574svg/W3C-SVG-1.1/struct-frag-01-t.svg
1575svg/css/getComputedStyle-basic.xhtml
hausmann@webkit.orga1814872008-05-07 14:21:40 +00001576svg/custom/SVGPoint-matrixTransform.svg
hausmann@webkit.orga1814872008-05-07 14:21:40 +00001577svg/custom/baseval-animval-equality.svg
hausmann@webkit.orga1814872008-05-07 14:21:40 +00001578svg/custom/stroke-width-click.svg
hausmann@webkit.orga1814872008-05-07 14:21:40 +00001579svg/custom/text-ctm.svg
1580svg/custom/text-repaint-including-stroke.svg
1581svg/custom/text-whitespace-handling.svg
1582svg/custom/use-empty-reference.svg
1583svg/custom/use-recalcStyle-crash.svg
1584svg/custom/use-recursion-2.svg
hausmann@webkit.orga1814872008-05-07 14:21:40 +00001585svg/dom/SVGRectElement/rect-modify-rx.svg
1586svg/hixie/dynamic/002.xml
1587svg/hixie/mixed/007.xml
hausmann@webkit.org9f6c2932008-05-26 12:29:11 +00001588
robert@webkit.org188a1262010-06-07 14:43:15 +00001589# ============================================================================= #
1590# failing animations tests
1591# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001592# Needs expected results
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001593animations/animation-drt-api.html
1594animations/animation-drt-api-multiple-keyframes.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001595
robert@webkit.org188a1262010-06-07 14:43:15 +00001596# ============================================================================= #
1597# Failing CSS Tests
1598# ============================================================================= #
1599css1/classification/white_space.html
1600# REGRESSION (r53450) - skipped until fix
1601# https://bugs.webkit.org/show_bug.cgi?id=33834
1602css1/box_properties/acid_test.html
1603# small caps vs. normal text
1604# https://bugs.webkit.org/show_bug.cgi?id=34286
1605css2.1/t1505-c524-font-var-00-b.html
1606
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001607css2.1/t010403-shand-border-00-c.html
1608css2.1/t010403-shand-font-00-b.html
1609css2.1/t010403-shand-font-01-b.html
1610css2.1/t010403-shand-font-02-b.html
1611css2.1/t010403-shand-font-03-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001612css2.1/t050201-c12-grouping-00-b.html
1613css2.1/t0505-c16-descendant-00-e.html
1614css2.1/t0505-c16-descendant-01-e.html
1615css2.1/t0505-c16-descendant-02-e.html
1616css2.1/t050803-c14-classes-00-e.html
1617css2.1/t0509-c15-ids-00-a.html
1618css2.1/t0509-c15-ids-01-e.html
1619css2.1/t0509-id-sel-syntax-01-f.html
1620css2.1/t0509-id-sel-syntax-02-b.html
1621css2.1/t0510-c25-pseudo-elmnt-00-c.html
1622css2.1/t051103-c21-activ-ln-00-e-i.html
1623css2.1/t051103-c21-focus-ln-00-e-i.html
1624css2.1/t051103-c21-hover-ln-00-e-i.html
1625css2.1/t051103-dom-hover-01-c-io.html
1626css2.1/t051103-dom-hover-02-c-io.html
1627css2.1/t0511-c21-pseud-anch-00-e-i.html
1628css2.1/t0511-c21-pseud-link-00-e.html
1629css2.1/t0511-c21-pseud-link-01-e.html
1630css2.1/t0511-c21-pseud-link-02-e.html
1631css2.1/t0511-c21-pseud-link-03-e.html
1632css2.1/t051201-c23-first-line-00-b.html
1633css2.1/t051202-c24-first-lttr-00-b.html
1634css2.1/t051202-c26-psudo-nest-00-c.html
1635css2.1/t0602-c13-inheritance-00-e.html
1636css2.1/t0602-c13-inh-underlin-00-e.html
1637css2.1/t0602-inherit-bdr-pad-b-00.html
1638css2.1/t0603-c11-import-00-b.html
1639css2.1/t060401-c32-cascading-00-b.html
1640css2.1/t060402-c31-important-00-b.html
1641css2.1/t060403-c21-pseu-cls-00-e-i.html
1642css2.1/t060403-c21-pseu-id-00-e-i.html
1643css2.1/t0801-c412-hz-box-00-b-a.html
1644css2.1/t080301-c411-vt-mrgn-00-b.html
1645css2.1/t0803-c5501-imrgn-t-00-b-ag.html
1646css2.1/t0803-c5501-mrgn-t-00-b-a.html
1647css2.1/t0803-c5502-imrgn-r-00-b-ag.html
1648css2.1/t0803-c5502-imrgn-r-01-b-ag.html
1649css2.1/t0803-c5502-imrgn-r-02-b-a.html
1650css2.1/t0803-c5502-imrgn-r-03-b-a.html
1651css2.1/t0803-c5502-imrgn-r-04-b-ag.html
1652css2.1/t0803-c5502-imrgn-r-05-b-ag.html
1653css2.1/t0803-c5502-imrgn-r-06-b-ag.html
1654css2.1/t0803-c5502-mrgn-r-00-c-ag.html
1655css2.1/t0803-c5502-mrgn-r-01-c-a.html
1656css2.1/t0803-c5502-mrgn-r-02-c.html
1657css2.1/t0803-c5502-mrgn-r-03-c.html
1658css2.1/t0803-c5503-imrgn-b-00-b-a.html
1659css2.1/t0803-c5503-mrgn-b-00-b-a.html
1660css2.1/t0803-c5504-imrgn-l-00-b-ag.html
1661css2.1/t0803-c5504-imrgn-l-01-b-ag.html
1662css2.1/t0803-c5504-imrgn-l-02-b-ag.html
1663css2.1/t0803-c5504-imrgn-l-03-b-a.html
1664css2.1/t0803-c5504-imrgn-l-04-b-ag.html
1665css2.1/t0803-c5504-imrgn-l-05-b-ag.html
1666css2.1/t0803-c5504-imrgn-l-06-b-ag.html
1667css2.1/t0803-c5504-mrgn-l-00-c-ag.html
1668css2.1/t0803-c5504-mrgn-l-01-c-a.html
1669css2.1/t0803-c5504-mrgn-l-02-c.html
1670css2.1/t0803-c5504-mrgn-l-03-c.html
1671css2.1/t0803-c5505-imrgn-00-a-ag.html
1672css2.1/t0803-c5505-mrgn-00-b-ag.html
1673css2.1/t0803-c5505-mrgn-01-e-a.html
1674css2.1/t0803-c5505-mrgn-02-c.html
1675css2.1/t0803-c5505-mrgn-03-c-ag.html
1676css2.1/t0804-c5506-ipadn-t-00-b-a.html
1677css2.1/t0804-c5506-ipadn-t-01-b-a.html
1678css2.1/t0804-c5506-ipadn-t-02-b-a.html
1679css2.1/t0804-c5506-padn-t-00-b-a.html
1680css2.1/t0804-c5507-ipadn-r-00-b-ag.html
1681css2.1/t0804-c5507-ipadn-r-01-b-ag.html
1682css2.1/t0804-c5507-ipadn-r-02-b-ag.html
1683css2.1/t0804-c5507-ipadn-r-03-b-a.html
1684css2.1/t0804-c5507-ipadn-r-04-b-ag.html
1685css2.1/t0804-c5507-padn-r-00-c-ag.html
1686css2.1/t0804-c5507-padn-r-01-c-a.html
1687css2.1/t0804-c5507-padn-r-02-f.html
1688css2.1/t0804-c5507-padn-r-03-f.html
1689css2.1/t0804-c5508-ipadn-b-00-b-a.html
1690css2.1/t0804-c5508-ipadn-b-01-f-a.html
1691css2.1/t0804-c5508-ipadn-b-02-b-a.html
1692css2.1/t0804-c5508-ipadn-b-03-b-a.html
1693css2.1/t0804-c5509-ipadn-l-00-b-ag.html
1694css2.1/t0804-c5509-ipadn-l-01-b-ag.html
1695css2.1/t0804-c5509-ipadn-l-02-b-ag.html
1696css2.1/t0804-c5509-ipadn-l-03-b-a.html
1697css2.1/t0804-c5509-ipadn-l-04-f-ag.html
1698css2.1/t0804-c5509-padn-l-00-b-ag.html
1699css2.1/t0804-c5509-padn-l-01-b-a.html
1700css2.1/t0804-c5509-padn-l-02-f.html
1701css2.1/t0804-c5509-padn-l-03-f-g.html
1702css2.1/t0804-c5510-ipadn-00-b-ag.html
1703css2.1/t0804-c5510-padn-00-b-ag.html
1704css2.1/t0804-c5510-padn-01-e-a.html
1705css2.1/t0804-c5510-padn-02-f.html
1706css2.1/t0805-c5511-brdr-tw-00-b.html
1707css2.1/t0805-c5511-brdr-tw-01-b-g.html
1708css2.1/t0805-c5511-brdr-tw-02-b.html
1709css2.1/t0805-c5511-brdr-tw-03-b.html
1710css2.1/t0805-c5511-ibrdr-tw-00-a.html
1711css2.1/t0805-c5512-brdr-rw-00-b.html
1712css2.1/t0805-c5512-brdr-rw-01-b-g.html
1713css2.1/t0805-c5512-brdr-rw-02-b.html
1714css2.1/t0805-c5512-brdr-rw-03-b.html
1715css2.1/t0805-c5512-ibrdr-rw-00-a.html
1716css2.1/t0805-c5513-brdr-bw-00-b.html
1717css2.1/t0805-c5513-brdr-bw-01-b-g.html
1718css2.1/t0805-c5513-brdr-bw-02-b.html
1719css2.1/t0805-c5513-brdr-bw-03-b.html
1720css2.1/t0805-c5513-ibrdr-bw-00-a.html
1721css2.1/t0805-c5514-brdr-lw-00-b.html
1722css2.1/t0805-c5514-brdr-lw-01-b-g.html
1723css2.1/t0805-c5514-brdr-lw-02-b.html
1724css2.1/t0805-c5514-brdr-lw-03-b.html
1725css2.1/t0805-c5514-ibrdr-lw-00-a.html
1726css2.1/t0805-c5515-brdr-w-00-a.html
1727css2.1/t0805-c5515-brdr-w-01-b-g.html
1728css2.1/t0805-c5515-brdr-w-02-b.html
1729css2.1/t0805-c5515-ibrdr-00-b.html
1730css2.1/t0805-c5516-brdr-c-00-a.html
1731css2.1/t0805-c5516-ibrdr-c-00-a.html
1732css2.1/t0805-c5517-brdr-s-00-c.html
1733css2.1/t0805-c5517-ibrdr-s-00-a.html
1734css2.1/t0805-c5518-brdr-t-00-a.html
1735css2.1/t0805-c5518-brdr-t-01-e.html
1736css2.1/t0805-c5518-ibrdr-t-00-a.html
1737css2.1/t0805-c5519-brdr-r-00-a.html
1738css2.1/t0805-c5519-brdr-r-01-e.html
1739css2.1/t0805-c5519-brdr-r-02-e.html
1740css2.1/t0805-c5519-ibrdr-r-00-a.html
1741css2.1/t0805-c5520-brdr-b-00-a.html
1742css2.1/t0805-c5520-brdr-b-01-e.html
1743css2.1/t0805-c5520-ibrdr-b-00-a.html
1744css2.1/t0805-c5521-brdr-l-00-a.html
1745css2.1/t0805-c5521-brdr-l-01-e.html
1746css2.1/t0805-c5521-brdr-l-02-e.html
1747css2.1/t0805-c5521-ibrdr-l-00-a.html
1748css2.1/t0805-c5522-brdr-00-b.html
1749css2.1/t0805-c5522-brdr-01-b-g.html
1750css2.1/t0805-c5522-brdr-02-e.html
1751css2.1/t0805-c5522-ibrdr-00-a.html
1752css2.1/t090204-display-change-01-b-ao.html
1753css2.1/t090402-c42-ibx-pad-00-d-ag.html
1754css2.1/t090501-c414-flt-00-d.html
1755css2.1/t090501-c414-flt-01-b.html
1756css2.1/t090501-c414-flt-02-d-g.html
1757css2.1/t090501-c414-flt-03-b-g.html
1758css2.1/t090501-c414-flt-ln-00-d.html
1759css2.1/t090501-c414-flt-ln-01-d-g.html
1760css2.1/t090501-c414-flt-ln-02-d.html
1761css2.1/t090501-c414-flt-ln-03-d.html
1762css2.1/t090501-c5525-flt-l-00-b-g.html
1763css2.1/t090501-c5525-flt-r-00-b-g.html
1764css2.1/t0905-c414-flt-00-d.html
1765css2.1/t0905-c414-flt-01-d-g.html
1766css2.1/t0905-c414-flt-02-c.html
1767css2.1/t0905-c414-flt-03-c.html
1768css2.1/t0905-c414-flt-04-c.html
1769css2.1/t0905-c414-flt-fit-00-d.html
1770css2.1/t0905-c414-flt-fit-01-d-g.html
1771css2.1/t0905-c414-flt-wrap-00-e.html
1772css2.1/t0905-c414-flt-wrap-01-d-g.html
1773css2.1/t0905-c5525-fltblck-00-d-ag.html
1774css2.1/t0905-c5525-fltblck-01-d.html
1775css2.1/t0905-c5525-fltclr-00-c-ag.html
1776css2.1/t0905-c5525-fltcont-00-d-g.html
1777css2.1/t0905-c5525-flthw-00-c-g.html
1778css2.1/t0905-c5525-fltinln-00-c-ag.html
1779css2.1/t0905-c5525-fltmrgn-00-c-ag.html
1780css2.1/t0905-c5525-fltmult-00-d-g.html
1781css2.1/t0905-c5525-fltwidth-00-c-g.html
1782css2.1/t0905-c5525-fltwidth-01-c-g.html
1783css2.1/t0905-c5525-fltwidth-02-c-g.html
1784css2.1/t0905-c5525-fltwidth-03-c-g.html
1785css2.1/t0905-c5525-fltwrap-00-b.html
1786css2.1/t0905-c5526-fltclr-00-c-ag.html
1787css2.1/t0905-c5526-flthw-00-c-g.html
1788css2.1/t09-c5526c-display-00-e.html
1789css2.1/t1001-abs-pos-cb-01-b.html
1790css2.1/t1001-abs-pos-cb-02-b.html
1791css2.1/t1001-abs-pos-cb-03-b.html
1792css2.1/t1001-abs-pos-cb-04-b.html
1793css2.1/t1001-abs-pos-cb-05-b.html
1794css2.1/t1001-abs-pos-cb-06-b.html
1795css2.1/t1001-abs-pos-cb-07-b.html
1796css2.1/t1001-abs-pos-cb-08-b.html
1797css2.1/t1001-abs-pos-cb-09-b.html
1798css2.1/t1002-c5523-width-00-b-g.html
1799css2.1/t1002-c5523-width-01-b-g.html
1800css2.1/t1002-c5523-width-02-b-g.html
1801css2.1/t100303-c412-blockw-00-d-ag.html
1802css2.1/t100304-c43-rpl-bbx-00-d-g.html
1803css2.1/t100304-c43-rpl-bbx-01-d-g.html
1804css2.1/t1004-c43-rpl-bbx-00-d-ag.html
1805css2.1/t1004-c43-rpl-ibx-00-d-ag.html
1806css2.1/t1004-c5524-width-00-b-g.html
1807css2.1/t1005-c5524-width-00-b-g.html
1808css2.1/t1005-c5524-width-01-b-g.html
1809css2.1/t100801-c42-ibx-ht-00-d-a.html
1810css2.1/t100801-c544-valgn-00-a-ag.html
1811css2.1/t100801-c544-valgn-01-d-ag.html
1812css2.1/t100801-c544-valgn-02-d-agi.html
1813css2.1/t100801-c544-valgn-03-d-agi.html
1814css2.1/t100801-c544-valgn-04-d-agi.html
1815css2.1/t100801-c548-leadin-00-d-a.html
1816css2.1/t100801-c548-ln-ht-00-c-a.html
1817css2.1/t100801-c548-ln-ht-01-b-ag.html
1818css2.1/t100801-c548-ln-ht-02-b-ag.html
1819css2.1/t100801-c548-ln-ht-03-d-ag.html
1820css2.1/t100801-c548-ln-ht-04-d-ag.html
1821css2.1/t1008-c44-ln-box-00-d-ag.html
1822css2.1/t1008-c44-ln-box-01-d-ag.html
1823css2.1/t1008-c44-ln-box-02-d-ag.html
1824css2.1/t1008-c44-ln-box-03-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001825css2.1/t1202-counters-04-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001826css2.1/t120401-scope-00-b.html
1827css2.1/t120401-scope-01-c.html
1828css2.1/t120401-scope-02-c.html
1829css2.1/t120401-scope-03-c.html
1830css2.1/t120401-scope-04-d.html
1831css2.1/t120403-content-none-00-c.html
1832css2.1/t120403-display-none-00-c.html
1833css2.1/t120403-visibility-00-c.html
1834css2.1/t1204-implied-00-b.html
1835css2.1/t1204-implied-01-c.html
1836css2.1/t1204-implied-02-d.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001837css2.1/t1204-multiple-00-c.html
1838css2.1/t1204-multiple-01-c.html
1839css2.1/t1204-order-00-c.html
1840css2.1/t1204-order-01-d.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001841css2.1/t1204-root-e.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001842css2.1/t1401-c531-color-00-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001843css2.1/t1402-c45-bg-canvas-00-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001844css2.1/t1601-c547-indent-00-b-a.html
1845css2.1/t1601-c547-indent-01-d.html
1846css2.1/t1602-c43-center-00-d-ag.html
1847css2.1/t1602-c546-txt-align-00-b.html
1848css2.1/t1604-c541-word-sp-00-b-a.html
1849css2.1/t1604-c541-word-sp-01-b-a.html
1850css2.1/t1604-c542-letter-sp-00-b-a.html
1851css2.1/t1604-c542-letter-sp-01-b-a.html
1852css2.1/t1605-c545-txttrans-00-b-ag.html
1853css2.1/t1606-c562-white-sp-00-b-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001854css2.1/t170602-bdr-conflct-w-50-d.html
1855css2.1/t170602-bdr-conflct-w-51-d.html
1856css2.1/t170602-bdr-conflct-w-52-d.html
1857css2.1/t170602-bdr-conflct-w-53-d.html
1858css2.1/t170602-bdr-conflct-w-54-d.html
1859css2.1/t170602-bdr-conflct-w-55-d.html
1860css2.1/t170602-bdr-conflct-w-56-d.html
1861css2.1/t170602-bdr-conflct-w-57-d.html
1862css2.1/t170602-bdr-conflct-w-58-d.html
1863css2.1/t170602-bdr-conflct-w-59-d.html
1864css2.1/t170602-bdr-conflct-w-60-d.html
1865css2.1/t170602-bdr-conflct-w-61-d.html
1866css2.1/t170602-bdr-conflct-w-62-d.html
1867css2.1/t170602-bdr-conflct-w-63-d.html
1868css2.1/t170602-bdr-conflct-w-64-d.html
1869css2.1/t170602-bdr-conflct-w-65-d.html
1870css2.1/t170602-bdr-conflct-w-66-d.html
1871css2.1/t170602-bdr-conflct-w-67-d.html
1872css2.1/t170602-bdr-conflct-w-68-d.html
1873css2.1/t170602-bdr-conflct-w-69-d.html
1874css2.1/t170602-bdr-conflct-w-70-d.html
1875css2.1/t170602-bdr-conflct-w-71-d.html
1876css2.1/t170602-bdr-conflct-w-72-d.html
1877css2.1/t170602-bdr-conflct-w-73-d.html
1878css2.1/t170602-bdr-conflct-w-74-d.html
1879css2.1/t170602-bdr-conflct-w-75-d.html
1880css2.1/t170602-bdr-conflct-w-76-d.html
1881css2.1/t170602-bdr-conflct-w-77-d.html
1882css2.1/t170602-bdr-conflct-w-78-d.html
1883css2.1/t170602-bdr-conflct-w-79-d.html
1884css2.1/t170602-bdr-conflct-w-80-d.html
1885css2.1/t170602-bdr-conflct-w-81-d.html
1886css2.1/t170602-bdr-conflct-w-82-d.html
1887css2.1/t170602-bdr-conflct-w-83-d.html
1888css2.1/t170602-bdr-conflct-w-84-d.html
1889css2.1/t170602-bdr-conflct-w-85-d.html
1890css2.1/t170602-bdr-conflct-w-86-d.html
1891css2.1/t170602-bdr-conflct-w-87-d.html
1892css2.1/t170602-bdr-conflct-w-88-d.html
1893css2.1/t170602-bdr-conflct-w-89-d.html
1894css2.1/t170602-bdr-conflct-w-90-d.html
1895css2.1/t170602-bdr-conflct-w-91-d.html
1896css2.1/t170602-bdr-conflct-w-92-d.html
1897css2.1/t170602-bdr-conflct-w-93-d.html
1898css2.1/t170602-bdr-conflct-w-94-d.html
1899css2.1/t170602-bdr-conflct-w-95-d.html
1900css2.1/t170602-bdr-conflct-w-96-d.html
1901css2.1/t170602-bdr-conflct-w-97-d.html
1902css2.1/t170602-bdr-conflct-w-98-d.html
1903css2.1/t170602-bdr-conflct-w-99-d.html
hausmann@webkit.orga4200b642009-09-30 12:16:33 +00001904css2.1/t040303-c62-percent-00-b-ag.html
1905css2.1/t140201-c534-bgre-01-b-ag.html
1906css2.1/t140201-c534-bgreps-00-c-ag.html
1907css2.1/t140201-c534-bgreps-01-c-ag.html
1908css2.1/t140201-c534-bgreps-02-c-ag.html
1909css2.1/t140201-c534-bgreps-03-c-ag.html
1910css2.1/t140201-c534-bgreps-04-c-ag.html
1911css2.1/t140201-c534-bgreps-05-c-ag.html
1912css2.1/t140201-c536-bgpos-01-b-ag.html
1913css2.1/t140201-c537-bgfxps-00-c-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001914css3/css3-modsel-33.html
1915css3/css3-modsel-35.html
1916css3/css3-modsel-36.html
1917css3/css3-modsel-37.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001918
1919# ============================================================================= #
1920# Failing dom/xhtml tests
1921# ============================================================================= #
1922dom/xhtml/level3/core/canonicalform08.xhtml
1923dom/xhtml/level3/core/canonicalform09.xhtml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001924dom/xhtml/level3/core/documentgetinputencoding03.xhtml
1925dom/xhtml/level3/core/entitygetinputencoding02.xhtml
1926dom/xhtml/level3/core/entitygetxmlversion02.xhtml
1927dom/xhtml/level3/core/nodegetbaseuri05.xhtml
1928dom/xhtml/level3/core/nodegetbaseuri07.xhtml
1929dom/xhtml/level3/core/nodegetbaseuri09.xhtml
1930dom/xhtml/level3/core/nodegetbaseuri10.xhtml
1931dom/xhtml/level3/core/nodegetbaseuri11.xhtml
1932dom/xhtml/level3/core/nodegetbaseuri15.xhtml
1933dom/xhtml/level3/core/nodegetbaseuri17.xhtml
1934dom/xhtml/level3/core/nodegetbaseuri18.xhtml
1935dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml
1936dom/xhtml/level3/core/nodelookupprefix19.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001937
1938# ============================================================================= #
1939# Failing editing/deleting tests
1940# ============================================================================= #
1941
1942# -- fail with --platform mac --ignore-metrics
1943editing/deleting/delete-ligature-001.html
1944editing/deleting/delete-ligature-002.html
1945editing/deleting/delete-ligature-003.html
1946editing/deleting/delete-block-table.html
1947editing/deleting/delete-line-end-ws-002.html
1948editing/deleting/deletionUI-single-instance.html
1949editing/deleting/collapse-whitespace-3587601-fix.html
1950editing/deleting/delete-3608430-fix.html
1951editing/deleting/delete-3608462-fix.html
1952editing/deleting/delete-3800834-fix.html
1953editing/deleting/delete-4083333-fix.html
1954editing/deleting/delete-and-undo.html
1955editing/deleting/delete-at-paragraph-boundaries-008.html
1956editing/deleting/delete-block-merge-contents-018.html
1957editing/deleting/delete-block-merge-contents-021.html
1958editing/deleting/delete-block-merge-contents-022.html
1959editing/deleting/delete-br-007.html
1960editing/deleting/delete-contiguous-ws-001.html
1961editing/deleting/delete-leading-ws-001.html
1962editing/deleting/delete-listitem-001.html
1963editing/deleting/delete-listitem-002.html
1964editing/deleting/delete-tab-001.html
1965editing/deleting/delete-tab-002.html
1966editing/deleting/delete-tab-003.html
1967editing/deleting/delete-tab-004.html
1968editing/deleting/delete-ws-fixup-001.html
1969editing/deleting/delete-ws-fixup-002.html
1970editing/deleting/delete-ws-fixup-003.html
1971editing/deleting/delete-ws-fixup-004.html
1972editing/deleting/forward-delete.html
1973editing/deleting/smart-delete-002.html
1974
1975# -- pass with --platform mac --ignore-metrics
1976editing/deleting/delete-to-end-of-paragraph.html
1977editing/deleting/5144139-2.html
1978editing/deleting/delete-block-merge-contents-001.html
1979editing/deleting/delete-block-merge-contents-019.html
1980editing/deleting/delete-block-merge-contents-020.html
1981editing/deleting/delete-by-word-001.html
1982editing/deleting/delete-by-word-002.html
1983editing/deleting/delete-line-end-ws-001.html
1984editing/deleting/delete-to-select-table.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001985editing/deleting/4845371.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001986editing/deleting/4922367.html
1987editing/deleting/5026848-1.html
1988editing/deleting/5026848-2.html
1989editing/deleting/5026848-3.html
1990editing/deleting/5032066.html
1991editing/deleting/5091898.html
1992editing/deleting/5099303.html
1993editing/deleting/5115601.html
1994editing/deleting/5126166.html
1995editing/deleting/5156801-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001996editing/deleting/5168598.html
1997editing/deleting/5206311-1.html
1998editing/deleting/5206311-2.html
1999editing/deleting/5272440.html
2000editing/deleting/5369009.html
2001editing/deleting/5390681-2.html
2002editing/deleting/5390681.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002003editing/deleting/5433862-2.html
2004editing/deleting/5483370.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002005editing/deleting/delete-3608445-fix.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002006editing/deleting/delete-3775172-fix.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002007editing/deleting/delete-3857753-fix.html
2008editing/deleting/delete-3865854-fix.html
2009editing/deleting/delete-3928305-fix.html
2010editing/deleting/delete-3959464-fix.html
2011editing/deleting/delete-4038408-fix.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002012editing/deleting/delete-after-span-ws-001.html
2013editing/deleting/delete-after-span-ws-002.html
2014editing/deleting/delete-after-span-ws-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002015editing/deleting/delete-at-paragraph-boundaries-001.html
2016editing/deleting/delete-at-paragraph-boundaries-002.html
2017editing/deleting/delete-at-paragraph-boundaries-003.html
2018editing/deleting/delete-at-paragraph-boundaries-004.html
2019editing/deleting/delete-at-paragraph-boundaries-005.html
2020editing/deleting/delete-at-paragraph-boundaries-006.html
2021editing/deleting/delete-at-paragraph-boundaries-007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002022editing/deleting/delete-at-paragraph-boundaries-009.html
2023editing/deleting/delete-at-paragraph-boundaries-010.html
2024editing/deleting/delete-at-paragraph-boundaries-011.html
2025editing/deleting/delete-at-start-or-end.html
2026editing/deleting/delete-block-contents-001.html
2027editing/deleting/delete-block-contents-002.html
2028editing/deleting/delete-block-contents-003.html
2029editing/deleting/delete-block-merge-contents-002.html
2030editing/deleting/delete-block-merge-contents-003.html
2031editing/deleting/delete-block-merge-contents-004.html
2032editing/deleting/delete-block-merge-contents-005.html
2033editing/deleting/delete-block-merge-contents-006.html
2034editing/deleting/delete-block-merge-contents-007.html
2035editing/deleting/delete-block-merge-contents-008.html
2036editing/deleting/delete-block-merge-contents-009.html
2037editing/deleting/delete-block-merge-contents-010.html
2038editing/deleting/delete-block-merge-contents-011.html
2039editing/deleting/delete-block-merge-contents-012.html
2040editing/deleting/delete-block-merge-contents-013.html
2041editing/deleting/delete-block-merge-contents-014.html
2042editing/deleting/delete-block-merge-contents-015.html
2043editing/deleting/delete-block-merge-contents-016.html
2044editing/deleting/delete-block-merge-contents-017.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002045editing/deleting/delete-block-merge-contents-023.html
2046editing/deleting/delete-block-merge-contents-024.html
2047editing/deleting/delete-br-001.html
2048editing/deleting/delete-br-002.html
2049editing/deleting/delete-br-003.html
2050editing/deleting/delete-br-004.html
2051editing/deleting/delete-br-005.html
2052editing/deleting/delete-br-006.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002053editing/deleting/delete-br-008.html
2054editing/deleting/delete-br-009.html
2055editing/deleting/delete-br-010.html
2056editing/deleting/delete-br-011.html
2057editing/deleting/delete-br-012.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002058editing/deleting/delete-br-013.html
rolandsteiner@chromium.orgb16a3f52010-06-10 05:22:41 +00002059editing/deleting/delete-br-in-last-table-cell.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002060editing/deleting/delete-character-001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002061editing/deleting/delete-first-list-item.html
2062editing/deleting/delete-hr.html
2063editing/deleting/delete-image-001.html
2064editing/deleting/delete-image-002.html
2065editing/deleting/delete-image-003.html
2066editing/deleting/delete-image-004.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002067editing/deleting/delete-line-001.html
2068editing/deleting/delete-line-002.html
2069editing/deleting/delete-line-003.html
2070editing/deleting/delete-line-004.html
2071editing/deleting/delete-line-005.html
2072editing/deleting/delete-line-006.html
2073editing/deleting/delete-line-007.html
2074editing/deleting/delete-line-008.html
2075editing/deleting/delete-line-009.html
2076editing/deleting/delete-line-010.html
2077editing/deleting/delete-line-011.html
2078editing/deleting/delete-line-012.html
2079editing/deleting/delete-line-013.html
2080editing/deleting/delete-line-014.html
2081editing/deleting/delete-line-015.html
2082editing/deleting/delete-line-016.html
2083editing/deleting/delete-line-017.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002084editing/deleting/delete-mixed-editable-content-001.html
2085editing/deleting/delete-select-all-001.html
2086editing/deleting/delete-select-all-002.html
2087editing/deleting/delete-select-all-003.html
2088editing/deleting/delete-selection-001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002089editing/deleting/delete-trailing-ws-001.html
2090editing/deleting/delete-trailing-ws-002.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002091editing/deleting/list-item-1.html
2092editing/deleting/merge-different-styles.html
2093editing/deleting/merge-endOfParagraph.html
2094editing/deleting/merge-into-empty-block-1.html
2095editing/deleting/merge-into-empty-block-2.html
2096editing/deleting/merge-no-br.html
2097editing/deleting/merge-unrendered-space.html
2098editing/deleting/merge-whitespace-pre.html
2099editing/deleting/move-nodes-001.html
2100editing/deleting/paragraph-in-preserveNewline.html
2101editing/deleting/pruning-after-merge-2.html
2102editing/deleting/smart-delete-001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002103editing/deleting/table-cells.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002104editing/deleting/type-delete-after-quote.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002105editing/deleting/whitespace-pre-1.html
robert@webkit.org79129ad2010-05-09 09:52:31 +00002106
robert@webkit.org15857942010-05-03 15:39:54 +00002107
2108# =========================================================================== #
2109# Failing editing/selection tests. #
2110# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +00002111
robert@webkit.org051adf82010-06-08 19:44:15 +00002112# This seems to pass now!
2113editing/selection/extend-selection-after-double-click.html
2114
robert@webkit.org188a1262010-06-07 14:43:15 +00002115# -- fail with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +00002116editing/selection/doubleclick-beside-cr-span.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002117editing/selection/drag-start-event-client-x-y.html
2118editing/selection/hit-test-anonymous.html
2119editing/selection/4895428-1.html
2120editing/selection/4895428-4.html
2121editing/selection/5057506-2.html
2122editing/selection/5057506.html
2123editing/selection/5232159.html
2124editing/selection/5333725.html
2125editing/selection/click-start-of-line.html
2126editing/selection/contains-boundaries.html
2127editing/selection/designmode-no-caret.html
2128editing/selection/drag-to-contenteditable-iframe.html
2129editing/selection/fake-drag.html
2130editing/selection/inline-closest-leaf-child.html
2131editing/selection/mixed-editability-1.html
2132editing/selection/select-from-textfield-outwards.html
2133editing/selection/extend-selection.html
2134editing/selection/extend-after-mouse-selection.html
2135editing/selection/4983858.html
2136editing/selection/end-of-document.html
2137editing/selection/move-left-right.html
2138editing/selection/select-all-001.html
2139editing/selection/select-all-002.html
2140editing/selection/select-all-003.html
2141editing/selection/5081257-1.html
2142editing/selection/5081257-2.html
2143editing/selection/5234383-1.html
2144editing/selection/5234383-2.html
2145editing/selection/7152-1.html
2146editing/selection/7152-2.html
2147editing/selection/drag-in-iframe.html
2148editing/selection/editable-html-element.html
2149editing/selection/editable-non-editable-crash.html
2150editing/selection/move-between-blocks-no-001.html
2151editing/selection/move-past-trailing-space.html
2152editing/selection/replace-selection-1.html
2153editing/selection/select-all-005.html
2154editing/selection/select-all-006.html
2155editing/selection/select-box.html
2156
2157# stderr
2158editing/selection/editable-links.html
2159editing/selection/drag-text-delay.html
2160
2161# https://bugs.webkit.org/show_bug.cgi?id=38656
2162editing/selection/shift-click.html
2163
2164# -- pass with --platform mac --ignore-metrics
2165# [Qt] REGRESSION: editing/selection/shrink-selection-after-shift-pagedown.html fails after 56567
2166# https://bugs.webkit.org/show_bug.cgi?id=36628
2167editing/selection/shrink-selection-after-shift-pagedown.html
2168editing/selection/drag-start-event-client-x-y.html
2169editing/selection/extend-selection-bidi.html
2170editing/selection/user-drag-element-and-user-select-none.html
2171editing/selection/14971.html
2172editing/selection/4947387.html
2173editing/selection/anchor-focus1.html
2174editing/selection/doubleclick-crash.html
2175editing/selection/drag-select-1.html
2176editing/selection/expanding-selections2.html
2177editing/selection/expanding-selections.html
2178editing/selection/fake-doubleclick.html
2179editing/selection/paragraph-granularity.html
2180editing/selection/selection-actions.html
2181editing/selection/selection-background.html
2182editing/selection/triple-click-in-pre.html
2183editing/selection/word-granularity.html
2184editing/selection/4975120.html
2185editing/selection/5109817.html
2186editing/selection/5354455-1.html
2187editing/selection/5354455-2.html
2188editing/selection/caret-and-focus-ring.html
2189# [Qt] editing tests fails after r54980
2190# https://bugs.webkit.org/show_bug.cgi?id=35145
2191editing/selection/5136696.html
2192editing/selection/after-line-wrap.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002193editing/selection/13804.html
2194editing/selection/3690703-2.html
2195editing/selection/3690703.html
2196editing/selection/3690719.html
2197editing/selection/4397952.html
2198editing/selection/4402375.html
2199editing/selection/4776665.html
2200editing/selection/4818145.html
2201editing/selection/4866671.html
2202editing/selection/4889598.html
2203editing/selection/4895428-2.html
2204editing/selection/4895428-3.html
2205editing/selection/4932260-1.html
2206editing/selection/4932260-2.html
2207editing/selection/4932260-3.html
2208editing/selection/4960116.html
2209editing/selection/4960137.html
2210editing/selection/5007143-2.html
2211editing/selection/5007143.html
2212editing/selection/5076323-1.html
2213editing/selection/5076323-2.html
2214editing/selection/5076323-3.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002215editing/selection/5099303.html
2216editing/selection/5131716-1.html
2217editing/selection/5131716-2.html
2218editing/selection/5131716-3.html
2219editing/selection/5131716-4.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002220editing/selection/5240265.html
2221editing/selection/6476.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002222editing/selection/addRange.html
2223editing/selection/caret-before-select.html
2224editing/selection/caret-rtl-2.html
2225editing/selection/caret-rtl.html
2226editing/selection/clear-selection.html
2227editing/selection/contenteditable-click-inside.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002228editing/selection/display-table-text.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002229editing/selection/extend-by-character-001.html
2230editing/selection/extend-by-character-002.html
2231editing/selection/extend-by-character-003.html
2232editing/selection/extend-by-character-004.html
2233editing/selection/extend-by-character-005.html
2234editing/selection/extend-by-character-006.html
2235editing/selection/extend-by-sentence-001.html
2236editing/selection/extend-by-word-001.html
2237editing/selection/extend-by-word-002.html
2238editing/selection/focus-body.html
2239editing/selection/focus_editable_html.html
2240editing/selection/iframe.html
2241editing/selection/image-before-linebreak.html
2242editing/selection/inline-table.html
2243editing/selection/leave-requested-block.html
2244editing/selection/line-wrap-1.html
2245editing/selection/line-wrap-2.html
2246editing/selection/mixed-editability-2.html
2247editing/selection/mixed-editability-3.html
2248editing/selection/mixed-editability-4.html
2249editing/selection/mixed-editability-5.html
2250editing/selection/mixed-editability-6.html
2251editing/selection/mixed-editability-7.html
2252editing/selection/mixed-editability-8.html
2253editing/selection/mixed-editability-9.html
2254editing/selection/move-3875618-fix.html
2255editing/selection/move-3875641-fix.html
2256editing/selection/move-backwords-by-word-001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002257editing/selection/move-between-blocks-yes-001.html
2258editing/selection/move-by-character-001.html
2259editing/selection/move-by-character-002.html
2260editing/selection/move-by-character-003.html
2261editing/selection/move-by-character-004.html
2262editing/selection/move-by-character-005.html
2263editing/selection/move-by-character-6.html
2264editing/selection/move-by-line-001.html
2265editing/selection/move-by-line-002.html
2266editing/selection/move-by-sentence-001.html
2267editing/selection/move-by-sentence-linebreak.html
2268editing/selection/move-by-word-001.html
2269editing/selection/node-removal-1.html
2270editing/selection/node-removal-2.html
2271editing/selection/previous-line-position.html
2272editing/selection/replaced-boundaries-1.html
2273editing/selection/replaced-boundaries-2.html
2274editing/selection/replaced-boundaries-3.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002275editing/selection/select-all-004.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002276editing/selection/select-all-iframe.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002277editing/selection/select-element-paragraph-boundary.html
2278editing/selection/selection-3748164-fix.html
2279editing/selection/select-missing-image.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002280editing/selection/selectNodeContents.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002281editing/selection/selectNode.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002282editing/selection/table-caret-1.html
2283editing/selection/table-caret-2.html
2284editing/selection/table-caret-3.html
2285editing/selection/unrendered-001.html
2286editing/selection/unrendered-002.html
2287editing/selection/unrendered-003.html
2288editing/selection/unrendered-004.html
2289editing/selection/unrendered-005.html
2290editing/selection/unrendered-space.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002291editing/selection/wrapped-line-caret-1.html
2292editing/selection/wrapped-line-caret-2.html
robert@webkit.org15857942010-05-03 15:39:54 +00002293
2294
robert@webkit.org188a1262010-06-07 14:43:15 +00002295# ============================================================================= #
2296# Failing editing/spelling tests
2297# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00002298# Need to dump context menu items on eventSender.contextClick(true).
2299# https://bugs.webkit.org/show_bug.cgi?id=39103
2300editing/spelling/context-menu-suggestions.html
2301
robert@webkit.org188a1262010-06-07 14:43:15 +00002302# -- fail with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002303editing/spelling/inline_spelling_markers.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002304editing/spelling/spelling-linebreak.html
2305
2306# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002307editing/spelling/spellcheck-attribute.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002308editing/spelling/spelling.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002309
2310# ============================================================================= #
2311# failing editing/style tests
2312# ============================================================================= #
2313
2314# -- fail with --platform mac --ignore-metrics
2315editing/style/style-3681552-fix-002.html
2316editing/style/apple-style-editable-mix.html
2317editing/style/create-block-for-style-012.html
2318editing/style/5279521.html
2319editing/style/create-block-for-style-001.html
2320editing/style/create-block-for-style-002.html
2321editing/style/create-block-for-style-003.html
2322editing/style/create-block-for-style-004.html
2323editing/style/create-block-for-style-005.html
2324editing/style/create-block-for-style-006.html
2325editing/style/create-block-for-style-009.html
2326editing/style/create-block-for-style-010.html
2327editing/style/create-block-for-style-011.html
2328editing/style/create-block-for-style-013.html
2329editing/style/relative-font-size-change-001.html
2330editing/style/relative-font-size-change-002.html
2331editing/style/relative-font-size-change-003.html
2332editing/style/relative-font-size-change-004.html
2333editing/style/style-3681552-fix-001.html
2334editing/style/typing-style-001.html
2335editing/style/typing-style-002.html
2336editing/style/unbold-in-bold.html
2337
2338# -- pass with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +00002339editing/style/apply-through-end-of-document.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002340editing/style/font-family-with-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002341editing/style/4916887.html
2342editing/style/5017613-1.html
2343editing/style/5017613-2.html
2344editing/style/5046875-1.html
2345editing/style/5046875-2.html
2346editing/style/5065910.html
2347editing/style/5084241.html
2348editing/style/5228141.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002349editing/style/block-style-001.html
2350editing/style/block-style-002.html
2351editing/style/block-style-003.html
2352editing/style/block-style-004.html
2353editing/style/block-style-005.html
2354editing/style/block-style-006.html
2355editing/style/block-styles-007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002356editing/style/create-block-for-style-007.html
2357editing/style/create-block-for-style-008.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002358editing/style/designmode.html
2359editing/style/fontsize-1.html
2360editing/style/highlight.html
2361editing/style/non-inheritable-styles.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002362editing/style/smoosh-styles-001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002363editing/style/smoosh-styles-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002364editing/style/style-3690704-fix.html
2365editing/style/style-3998892-fix.html
2366editing/style/style-boundary-001.html
2367editing/style/style-boundary-002.html
2368editing/style/style-boundary-003.html
2369editing/style/style-boundary-004.html
2370editing/style/style-boundary-005.html
2371editing/style/table-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002372editing/style/typing-style-003.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002373
2374# ============================================================================= #
2375# failing undo tests
2376# ============================================================================= #
2377
2378# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002379editing/undo/5378473.html
2380editing/undo/redo-typing-001.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002381editing/undo/undo-misspellings.html
2382editing/undo/undo-typing-001.html
2383
2384# -- fail with --platform mac --ignore-metrics
2385editing/undo/4063751.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002386editing/undo/undo-combined-delete-boundary.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002387editing/undo/undo-combined-delete.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002388editing/undo/undo-delete-boundary.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002389editing/undo/undo-delete.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002390editing/undo/undo-forward-delete-boundary.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002391editing/undo/undo-forward-delete.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002392
2393# ============================================================================= #
2394# failing unsupported-content tests
2395# ============================================================================= #
2396# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002397editing/unsupported-content/list-delete-001.html
2398editing/unsupported-content/list-delete-003.html
2399editing/unsupported-content/list-type-after.html
2400editing/unsupported-content/list-type-before.html
2401editing/unsupported-content/table-delete-001.html
2402editing/unsupported-content/table-delete-002.html
2403editing/unsupported-content/table-delete-003.html
2404editing/unsupported-content/table-type-after.html
2405editing/unsupported-content/table-type-before.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002406
2407
2408# ============================================================================= #
2409# failing fast tests
2410# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00002411
ossy@webkit.org71bb4c52010-06-14 20:05:21 +00002412# [Qt] fast/text/justify-padding-distribution.html fails
2413# https://bugs.webkit.org/show_bug.cgi?id=40584
2414fast/text/justify-padding-distribution.html
2415
robert@webkit.org051adf82010-06-08 19:44:15 +00002416# Possible bug in layoutTestController.computedStyleIncludingVisitedInfo()
2417fast/history/self-is-visited.html
2418
2419# Failing tests introduced by changing the default font sizes to
2420# conform other platforms. Probably caused by previously hidden bugs.
2421fast/css/getComputedStyle/computed-style-without-renderer.html
2422fast/css/getComputedStyle/computed-style.html
2423fast/history/history_reload.html
2424
robert@webkit.org188a1262010-06-07 14:43:15 +00002425# This test fails because Qt does not support conditionals in unicode special casing.
2426# See also http://trolltech.com/developer/task-tracker/index_html?id=212870&method=entry
2427fast/css/case-transform.html
2428
robert@webkit.org051adf82010-06-08 19:44:15 +00002429# New test hangs QT bot
2430# Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928
2431fast/loader/recursive-before-unload-crash.html
2432
robert@webkit.org188a1262010-06-07 14:43:15 +00002433# REGRESSION (r53450) - skipped until fix
2434# https://bugs.webkit.org/show_bug.cgi?id=33834
2435fast/forms/textarea-scrollbar-height.html
2436# Final four tests before Qt buildbot is green
2437# https://bugs.webkit.org/show_bug.cgi?id=27914
2438fast/css/positioned-overflow-scroll.html
2439fast/dom/prototype-inheritance-2.html
2440# DOM exceptions don't seem to have a custom toString() handler
2441# https://bugs.webkit.org/show_bug.cgi?id=28952
2442fast/workers/worker-multi-port.html
2443fast/workers/worker-context-multi-port.html
2444# This port doesn't support detecting slow unload handlers.
2445fast/dom/Window/slow-unload-handler.html
2446fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
2447# Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830
2448fast/multicol/single-line.html
2449# validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959
2450fast/forms/validationMessage.html
2451fast/css/color-correction-backgrounds-and-text.html
2452fast/css/color-correction-on-background-image.html
2453fast/css/color-correction-on-backgrounds.html
2454fast/css/color-correction-on-box-shadow.html
2455fast/css/color-correction-on-text-shadow.html
2456fast/css/color-correction-on-text.html
2457fast/css/color-correction-untagged-images.html
2458fast/css/color-correction.html
2459
2460fast/block/positioning/relative-positioned-inline-container.html
2461fast/repaint/block-selection-gap-in-composited-layer.html
2462fast/repaint/block-selection-gap-in-table-cell.html
2463fast/repaint/block-selection-gap-stale-cache-2.html
2464fast/repaint/block-selection-gap-stale-cache.html
2465fast/repaint/inline-overflow.html
2466fast/repaint/inline-relative-positioned.html
2467# new test without expected file introduced by http://trac.webkit.org/changeset/51549
2468fast/css/namespaces/namespaces-comments.xml
2469# new test without expected file introduced by http://trac.webkit.org/changeset/51556
2470fast/css/namespaces/namespaces-empty.xml
2471# eventSender missing touchCancel() and cancelTouchPoint()
2472fast/events/touch/send-oncancel-event.html
2473
2474# r58712 made fast/workers/worker-gc2.html crash. It seems to be a DRT sideeffect,
2475# skipping worker-event-listener.html solve the problem until we find a real fix.
2476# https://bugs.webkit.org/show_bug.cgi?id=38502
2477fast/workers/worker-event-listener.html
2478
2479# Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
2480fast/loader/crash-copying-backforwardlist.html
2481
2482# Because ENABLE_DASHBOARD_SUPPORT=0 is the default option. (Apple's dashboard support in OS X)
2483fast/css/dashboard-regions-attr-crash.html
2484
2485# Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports
2486fast/loader/api-test-new-window-data-load-base-url.html
2487fast/loader/api-test-go-to-current-back-forward-item.html
2488
2489# Slider tests that need new results
2490fast/forms/slider-padding.html
2491fast/forms/slider-thumb-shared-style.html
2492fast/forms/slider-thumb-stylability.html
2493fast/forms/slider-zoomed.html
2494fast/forms/slider-mouse-events.html
2495
2496# Just needs pixel and rendering results generated by someone with this platform:
2497fast/css/non-standard-checkbox-size.html
2498
2499# For some reason crashes when run with all tests. Passes individually.
2500fast/forms/multiple-form-submission-protection-mouse.html
2501
robert@webkit.org188a1262010-06-07 14:43:15 +00002502# https://bugs.webkit.org/show_bug.cgi?id=35973
2503fast/multicol/hit-test-above-or-below.html
2504
robert@webkit.org188a1262010-06-07 14:43:15 +00002505# fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop
2506# https://bugs.webkit.org/show_bug.cgi?id=36467
2507fast/loader/stateobjects/replacestate-in-iframe.html
2508
2509# Not sure why this is failing on Qt.
2510# https://bugs.webkit.org/show_bug.cgi?id=37697
2511fast/url/host.html
2512
robert@webkit.org051adf82010-06-08 19:44:15 +00002513# https://bugs.webkit.org/show_bug.cgi?id=39852
2514fast/encoding/yentest.html
2515fast/encoding/yentest2.html
2516
robert@webkit.org188a1262010-06-07 14:43:15 +00002517# -- fail with --platform mac --ignore-metrics
2518fast/box-sizing/percentage-height.html
2519fast/css/acid2-pixel.html
2520fast/css/acid2.html
2521fast/dom/focus-contenteditable.html
2522fast/dom/gc-10.html
2523fast/dom/isindex-002.html
2524# seems to trigger some bugs/missing features in QTextCodec
2525fast/encoding/char-encoding.html
2526# QUrl::from/toACE seems to be stricter than what ICU does.
2527fast/encoding/idn-security.html
2528fast/encoding/xmacroman-encoding-test.html
2529fast/encoding/GBK/EUC-CN.html
2530fast/encoding/GBK/chinese.html
2531fast/encoding/GBK/cn-gb.html
2532fast/encoding/GBK/csgb2312.html
2533fast/encoding/GBK/csgb231280.html
2534fast/encoding/GBK/gb2312.html
2535fast/encoding/GBK/gb_2312-80.html
2536fast/encoding/GBK/gbk.html
2537fast/encoding/GBK/iso-ir-58.html
2538fast/encoding/GBK/x-euc-cn.html
2539fast/encoding/GBK/x-gbk.html
2540fast/events/autoscroll.html
2541fast/events/click-count.html
2542fast/events/content-changed-during-drop.html
2543fast/events/js-keyboard-event-creation.html
2544fast/events/keydown-1.html
2545fast/events/keypress-insert-tab.html
2546fast/events/ondragenter.html
2547fast/events/reveal-link-when-focused.html
2548fast/events/standalone-image-drag-to-editable.html
2549fast/events/updateLayoutForHitTest.html
2550fast/forms/input-selectedoption.html
2551fast/forms/drag-into-textarea.html
2552fast/forms/input-readonly-autoscroll.html
2553fast/forms/input-text-click-outside.html
2554fast/forms/input-text-drag-down.html
2555fast/forms/input-text-scroll-left-on-blur.html
2556fast/forms/listbox-onchange.html
2557fast/forms/listbox-selection-2.html
2558fast/forms/listbox-selection.html
2559fast/forms/onselect-textarea.html
2560fast/forms/search-rtl.html
2561fast/forms/select-writing-direction-natural.html
2562fast/forms/tabbing-input-iframe.html
2563fast/forms/textAreaLineHeight.html
2564fast/forms/textarea-scroll-height.html
2565fast/forms/textarea-scrollbar.html
2566fast/forms/textarea-scrolled-type.html
2567fast/frames/iframe-window-focus.html
2568fast/html/keygen.html
2569fast/invalid/missing-end-tag.xhtml
2570fast/invalid/residual-style.html
2571fast/js/string-capitalization.html
2572fast/lists/drag-into-marker.html
2573fast/overflow/clip-rects-fixed-ancestor.html
2574fast/overflow/overflow-rtl.html
2575fast/overflow/overflow-x-y.html
2576fast/overflow/scroll-nested-positioned-layer-in-overflow.html
2577fast/overflow/scrollRevealButton.html
2578fast/parser/external-entities.xml
2579fast/parser/xhtml-alternate-entities.xml
2580fast/repaint/box-shadow-h.html
2581fast/repaint/box-shadow-v.html
2582fast/repaint/fixed.html
2583fast/repaint/flexible-box-overflow-horizontal.html
2584fast/repaint/flexible-box-overflow.html
2585fast/repaint/inline-block-overflow.html
2586fast/repaint/layer-child-outline.html
2587fast/repaint/layer-outline-horizontal.html
2588fast/repaint/layer-outline.html
2589fast/repaint/list-marker.html
2590fast/repaint/overflow-outline-repaint.html
2591fast/repaint/selection-gap-overflow-scroll.html
2592fast/repaint/table-cell-vertical-overflow.html
2593fast/repaint/text-selection-rect-in-overflow-2.html
2594fast/repaint/text-selection-rect-in-overflow.html
2595fast/repaint/text-shadow-horizontal.html
2596fast/repaint/text-shadow.html
2597fast/replaced/width100percent-textarea.html
2598fast/table/giantCellspacing.html
2599fast/text/atsui-pointtooffset-calls-cg.html
2600fast/text/atsui-rtl-override-selection.html
2601fast/text/in-rendered-text-rtl.html
2602fast/text/large-text-composed-char-dos.html
2603fast/text/international/002.html
2604fast/block/positioning/absolute-in-inline-rtl-4.html
2605fast/canvas/canvas-composite-alpha.html
2606fast/canvas/canvas-gradient-addStop-error.html
2607fast/css/zoom-body-scroll.html
2608fast/dom/Element/getBoundingClientRect.html
2609fast/dom/Element/getClientRects.html
2610fast/dom/Range/getBoundingClientRect.html
2611fast/dom/Range/getClientRects.html
2612fast/dom/tabindex-clamp.html
2613fast/dom/HTMLScriptElement/nested-execution.html
2614fast/dom/Window/webkitConvertPoint.html
2615fast/encoding/char-encoding-mac.html
2616fast/encoding/hebrew/8859-8-e.html
2617fast/encoding/hebrew/8859-8-i.html
2618fast/encoding/hebrew/logical.html
2619fast/events/crash-on-mutate-during-drop.html
2620fast/forms/option-mouseevents.html
2621fast/forms/search-abs-pos-cancel-button.html
2622fast/forms/text-control-intrinsic-widths.html
2623fast/forms/textarea-metrics.html
2624fast/history/window-open.html
2625fast/loader/javascript-url-hierarchical-execution.html
2626fast/loader/policy-delegate-action-hit-test-zoomed.html
2627fast/loader/reload-policy-delegate.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002628fast/dom/HTMLDocument/hasFocus.html
2629fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll.html
2630fast/dom/Range/range-expand.html
2631fast/encoding/char-decoding.html
2632fast/encoding/frame-default-enc.html
2633fast/encoding/invalid-xml.html
2634fast/events/attempt-scroll-with-no-scrollbars.html
2635fast/events/key-events-in-input-button.html
2636fast/forms/input-radio-checked-tab.html
2637fast/frames/onlyCommentInIFrame.html
2638fast/invalid/junk-data.xml
2639fast/loader/text-document-wrapping.html
2640fast/overflow/005.html
2641fast/regex/test1.html
2642fast/regex/test4.html
2643fast/repaint/inline-outline-repaint.html
2644fast/text/find-case-folding.html
2645fast/text/large-text-composed-char.html
2646fast/text/basic/014.html
2647fast/text/international/rtl-white-space-pre-wrap.html
2648fast/text/whitespace/pre-wrap-overflow-selection.html
2649fast/block/basic/text-indent-rtl.html
2650fast/block/float/026.html
2651fast/block/float/028.html
2652fast/block/float/editable-text-overlapping-float.html
2653fast/block/margin-collapse/103.html
2654fast/block/positioning/auto/006.html
2655fast/css/disabled-author-styles.html
2656fast/css/MarqueeLayoutTest.html
2657fast/css/resize-corner-tracking.html
2658fast/css/text-overflow-ellipsis-bidi.html
2659fast/css/text-overflow-ellipsis.html
2660fast/css/text-overflow-ellipsis-strict.html
2661fast/dom/HTMLTextAreaElement/reset-textarea.html
2662fast/dom/icon-url-property.html
2663fast/dynamic/008.html
2664fast/encoding/char-decoding-mac.html
2665fast/encoding/hebrew/csISO88598I.html
2666fast/events/offsetX-offsetY.html
2667fast/forms/basic-textareas.html
2668fast/forms/box-shadow-override.html
2669fast/forms/button-white-space.html
2670fast/forms/disabled-select-change-index.html
2671fast/forms/file-input-direction.html
2672fast/forms/file-input-disabled.html
2673fast/forms/form-element-geometry.html
2674fast/forms/hidden-input-file.html
2675fast/forms/input-appearance-height.html
2676fast/forms/input-appearance-width.html
2677fast/forms/input-disabled-color.html
2678fast/forms/input-table.html
2679fast/forms/input-value.html
2680fast/forms/listbox-deselect-scroll.html
2681fast/forms/listbox-hit-test-zoomed.html
2682fast/forms/negativeLineHeight.html
2683fast/forms/placeholder-pseudo-style.html
2684fast/forms/search-styled.html
2685fast/forms/search-transformed.html
2686fast/forms/search-zoomed.html
2687fast/forms/textarea-align.html
2688fast/forms/textarea-setinnerhtml.html
2689fast/forms/textarea-width.html
2690fast/inline/inline-borders-with-bidi-override.html
2691fast/layers/scroll-rect-to-visible.html
2692fast/layers/video-layer.html
2693fast/media/mq-transform-02.html
2694fast/media/mq-transform-03.html
2695fast/overflow/image-selection-highlight.html
2696fast/overflow/infiniteRecursionGuard.html
2697fast/overflow/overflow_hidden.html
2698fast/overflow/overflow-text-hit-testing.html
2699fast/overflow/unreachable-overflow-rtl-bug.html
2700fast/parser/entity-comment-in-textarea.html
2701fast/parser/open-comment-in-textarea.html
2702fast/repaint/focus-ring.html
2703fast/repaint/selection-after-delete.html
2704fast/repaint/selection-after-remove.html
2705fast/repaint/shadow-multiple-horizontal.html
2706fast/repaint/shadow-multiple-strict-horizontal.html
2707fast/repaint/shadow-multiple-strict-vertical.html
2708fast/repaint/shadow-multiple-vertical.html
2709fast/replaced/border-radius-clip.html
2710fast/table/003.html
2711fast/table/cell-pref-width-invalidation.html
2712fast/text/atsui-spacing-features.html
2713fast/text/basic/015.html
2714fast/text/capitalize-boundaries.html
2715fast/text/complex-text-opacity.html
2716fast/text/embed-at-end-of-pre-wrap-line.html
2717fast/text/international/003.html
2718fast/text/international/bidi-AN-after-empty-run.html
2719fast/text/international/bidi-layout-across-linebreak.html
2720fast/text/international/bidi-LDB-2-formatting-characters.html
2721fast/text/international/bidi-LDB-2-HTML.html
2722fast/text/international/bidi-listbox-atsui.html
2723fast/text/international/bidi-listbox.html
2724fast/text/international/bidi-override.html
2725fast/text/line-breaks-after-white-space.html
2726fast/text/trailing-white-space-2.html
2727fast/text/trailing-white-space.html
2728fast/text/whitespace/normal-after-nowrap-breaking.html
2729fast/text/whitespace/pre-break-word.html
2730fast/text/whitespace/pre-wrap-line-test.html
2731fast/text/whitespace/pre-wrap-spaces-after-newline.html
2732fast/text/whitespace/tab-character-basics.html
2733fast/text/word-break.html
2734fast/text/word-break-run-rounding.html
2735fast/transforms/transform-positioned-ancestor.html
2736
2737# -- timedout with --platform mac --ignore-metrics
2738fast/events/5056619.html
2739fast/events/drag-in-frames.html
2740fast/dom/cssTarget-crash.html
2741fast/loader/null-request-after-willSendRequest.html
2742fast/text/international/thai-line-breaks.html
2743
2744# --crashed with --platform mac --ignore-metrics
2745fast/text/midword-break-after-breakable-char.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002746
2747
2748# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002749fast/backgrounds/animated-gif-as-background.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002750fast/backgrounds/animated-svg-as-mask.html
2751fast/backgrounds/background-clip-text.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002752fast/backgrounds/opacity-on-document-element.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002753fast/backgrounds/repeat/negative-offset-repeat-transformed.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002754fast/backgrounds/size/backgroundSize16.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002755fast/backgrounds/svg-as-mask.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002756fast/block/basic/001.html
2757fast/block/basic/002.html
2758fast/block/basic/003.html
2759fast/block/basic/004.html
2760fast/block/basic/005.html
2761fast/block/basic/006.html
2762fast/block/basic/007.html
2763fast/block/basic/008.html
2764fast/block/basic/009.html
2765fast/block/basic/010.html
2766fast/block/basic/011.html
2767fast/block/basic/012.html
2768fast/block/basic/013.html
2769fast/block/basic/014.html
2770fast/block/basic/015.html
2771fast/block/basic/016.html
2772fast/block/basic/018.html
2773fast/block/basic/019.html
2774fast/block/basic/020.html
2775fast/block/basic/021.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002776fast/block/basic/adding-near-anonymous-block.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002777fast/block/basic/fieldset-stretch-to-legend.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002778fast/block/basic/min-pref-width-nowrap-floats.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002779fast/block/basic/minheight.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002780fast/block/basic/quirk-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002781fast/block/basic/quirk-percent-height-grandchild.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002782fast/block/basic/white-space-pre-wraps.html
2783fast/block/float/001.html
2784fast/block/float/002.html
2785fast/block/float/003.html
2786fast/block/float/004.html
2787fast/block/float/005.html
2788fast/block/float/006.html
2789fast/block/float/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002790fast/block/float/010.html
2791fast/block/float/011.html
2792fast/block/float/012.html
2793fast/block/float/013.html
2794fast/block/float/014.html
2795fast/block/float/015.html
2796fast/block/float/016.html
2797fast/block/float/017.html
2798fast/block/float/018.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002799fast/block/float/020.html
2800fast/block/float/021.html
2801fast/block/float/022.html
2802fast/block/float/023.html
2803fast/block/float/024.html
2804fast/block/float/025.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002805fast/block/float/027.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002806fast/block/float/029.html
2807fast/block/float/030.html
2808fast/block/float/031.html
2809fast/block/float/032.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002810fast/block/float/br-with-clear-2.html
2811fast/block/float/br-with-clear.html
2812fast/block/float/clamped-right-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002813fast/block/float/dynamic-unfloat-pref-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002814fast/block/float/float-avoidance.html
2815fast/block/float/float-in-float-hit-testing.html
2816fast/block/float/float-in-float-painting.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002817fast/block/float/float-on-zero-height-line.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002818fast/block/float/independent-align-positioning.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002819fast/block/float/intruding-painted-twice.html
2820fast/block/float/marquee-shrink-to-avoid-floats.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002821fast/block/float/multiple-float-positioning.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002822fast/block/float/narrow-after-wide.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002823fast/block/float/nested-clearance.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002824fast/block/float/nestedAnonymousBlocks.html
2825fast/block/float/nestedAnonymousBlocks2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002826fast/block/float/nopaint-after-layer-destruction.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002827fast/block/float/nopaint-after-layer-destruction2.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002828fast/block/float/overhanging-after-height-decrease-offsets.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002829fast/block/float/overhanging-after-height-decrease.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002830fast/block/float/overlapping-floats-with-overflow-hidden.html
2831fast/block/float/relative-painted-twice.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002832fast/block/float/shrink-to-fit-width.html
2833fast/block/float/table-relayout.html
2834fast/block/float/tableshifting.html
2835fast/block/float/vertical-move-relayout.html
2836fast/block/float/width-update-after-clear.html
2837fast/block/margin-collapse/001.html
2838fast/block/margin-collapse/002.html
2839fast/block/margin-collapse/003.html
2840fast/block/margin-collapse/004.html
2841fast/block/margin-collapse/005.html
2842fast/block/margin-collapse/006.html
2843fast/block/margin-collapse/010.html
2844fast/block/margin-collapse/011.html
2845fast/block/margin-collapse/012.html
2846fast/block/margin-collapse/015.html
2847fast/block/margin-collapse/016.html
2848fast/block/margin-collapse/017.html
2849fast/block/margin-collapse/018.html
2850fast/block/margin-collapse/019.html
2851fast/block/margin-collapse/020.html
2852fast/block/margin-collapse/021.html
2853fast/block/margin-collapse/022.html
2854fast/block/margin-collapse/025.html
2855fast/block/margin-collapse/026.html
2856fast/block/margin-collapse/027.html
2857fast/block/margin-collapse/028.html
2858fast/block/margin-collapse/029.html
2859fast/block/margin-collapse/030.html
2860fast/block/margin-collapse/031.html
2861fast/block/margin-collapse/032.html
2862fast/block/margin-collapse/033.html
2863fast/block/margin-collapse/034.html
2864fast/block/margin-collapse/035.html
2865fast/block/margin-collapse/037.html
2866fast/block/margin-collapse/038.html
2867fast/block/margin-collapse/039.html
2868fast/block/margin-collapse/040.html
2869fast/block/margin-collapse/041.html
2870fast/block/margin-collapse/042.html
2871fast/block/margin-collapse/043.html
2872fast/block/margin-collapse/044.html
2873fast/block/margin-collapse/045.html
2874fast/block/margin-collapse/055.html
2875fast/block/margin-collapse/056.html
2876fast/block/margin-collapse/057.html
2877fast/block/margin-collapse/058.html
2878fast/block/margin-collapse/059.html
2879fast/block/margin-collapse/062.html
2880fast/block/margin-collapse/063.html
2881fast/block/margin-collapse/100.html
2882fast/block/margin-collapse/101.html
2883fast/block/margin-collapse/102.html
2884fast/block/margin-collapse/104.html
2885fast/block/margin-collapse/empty-clear-blocks.html
2886fast/block/margin-collapse/negative-margins.html
2887fast/block/positioning/001.html
2888fast/block/positioning/002.html
2889fast/block/positioning/047.html
2890fast/block/positioning/051.html
2891fast/block/positioning/052.html
2892fast/block/positioning/053.html
2893fast/block/positioning/054.html
2894fast/block/positioning/055.html
2895fast/block/positioning/056.html
2896fast/block/positioning/057.html
2897fast/block/positioning/058.html
2898fast/block/positioning/059.html
2899fast/block/positioning/060.html
2900fast/block/positioning/061.html
2901fast/block/positioning/abs-inside-inline-rel.html
2902fast/block/positioning/absolute-in-inline-ltr-2.html
2903fast/block/positioning/absolute-in-inline-ltr-3.html
2904fast/block/positioning/absolute-in-inline-ltr.html
2905fast/block/positioning/absolute-in-inline-rtl-2.html
2906fast/block/positioning/absolute-in-inline-rtl-3.html
2907fast/block/positioning/absolute-in-inline-rtl.html
2908fast/block/positioning/absolute-in-inline-short-ltr.html
2909fast/block/positioning/absolute-in-inline-short-rtl.html
2910fast/block/positioning/absolute-length-of-neg-666666.html
2911fast/block/positioning/absolute-position-direction-quirk.html
2912fast/block/positioning/absolute-position-direction-strict.html
2913fast/block/positioning/absolute-positioned-overconstrained.html
2914fast/block/positioning/absolute-with-html-border-quirks.html
2915fast/block/positioning/absolute-with-html-border-strict.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002916fast/block/positioning/auto-height-with-top-and-bottom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002917fast/block/positioning/auto/001.html
2918fast/block/positioning/auto/002.html
2919fast/block/positioning/auto/003.html
2920fast/block/positioning/auto/004.html
2921fast/block/positioning/auto/005.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002922fast/block/positioning/auto/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002923fast/block/positioning/child-of-absolute-with-auto-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002924fast/block/positioning/fixed-positioning-scrollbar-bug.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002925fast/block/positioning/height-change.html
2926fast/block/positioning/inline-block-relposition.html
2927fast/block/positioning/leftmargin-topmargin.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002928fast/block/positioning/move-with-auto-width.html
2929fast/block/positioning/negative-rel-position.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002930fast/block/positioning/negative-right-pos.html
2931fast/block/positioning/offsetLeft-offsetTop-borders.html
2932fast/block/positioning/padding-percent.html
2933fast/block/positioning/pref-width-change.html
2934fast/block/positioning/relative-overflow-block.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002935fast/block/positioning/relative-overflow-replaced-float.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002936fast/block/positioning/relative-overflow-replaced.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002937fast/block/positioning/relayout-on-position-change.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002938fast/block/positioning/replaced-inside-fixed-top-bottom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002939fast/block/positioning/window-height-change.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002940fast/body-propagation/background-color/001-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002941fast/body-propagation/background-color/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002942fast/body-propagation/background-color/002-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002943fast/body-propagation/background-color/002.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002944fast/body-propagation/background-color/003-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002945fast/body-propagation/background-color/003-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002946fast/body-propagation/background-color/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002947fast/body-propagation/background-color/004-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002948fast/body-propagation/background-color/004-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002949fast/body-propagation/background-color/004.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002950fast/body-propagation/background-color/005-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002951fast/body-propagation/background-color/005-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002952fast/body-propagation/background-color/005.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002953fast/body-propagation/background-color/006-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002954fast/body-propagation/background-color/006-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002955fast/body-propagation/background-color/006.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002956fast/body-propagation/background-color/007-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002957fast/body-propagation/background-color/007-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002958fast/body-propagation/background-color/007.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002959fast/body-propagation/background-color/008-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002960fast/body-propagation/background-color/008.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002961fast/body-propagation/background-image/001-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002962fast/body-propagation/background-image/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002963fast/body-propagation/background-image/002-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002964fast/body-propagation/background-image/002.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002965fast/body-propagation/background-image/003-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002966fast/body-propagation/background-image/003-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002967fast/body-propagation/background-image/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002968fast/body-propagation/background-image/004-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002969fast/body-propagation/background-image/004-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002970fast/body-propagation/background-image/004.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002971fast/body-propagation/background-image/005-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002972fast/body-propagation/background-image/005-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002973fast/body-propagation/background-image/005.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002974fast/body-propagation/background-image/006-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002975fast/body-propagation/background-image/006-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002976fast/body-propagation/background-image/006.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002977fast/body-propagation/background-image/007-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002978fast/body-propagation/background-image/007-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002979fast/body-propagation/background-image/007.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002980fast/body-propagation/background-image/008-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002981fast/body-propagation/background-image/008.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002982fast/body-propagation/background-image/009-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002983fast/body-propagation/background-image/009.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002984fast/body-propagation/background-image/010-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002985fast/body-propagation/background-image/010.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002986fast/body-propagation/overflow/001-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002987fast/body-propagation/overflow/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002988fast/body-propagation/overflow/002-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002989fast/body-propagation/overflow/002.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002990fast/body-propagation/overflow/003-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002991fast/body-propagation/overflow/003-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002992fast/body-propagation/overflow/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002993fast/body-propagation/overflow/004-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002994fast/body-propagation/overflow/004-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002995fast/body-propagation/overflow/004.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002996fast/body-propagation/overflow/005-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002997fast/body-propagation/overflow/005-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00002998fast/body-propagation/overflow/005.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002999fast/body-propagation/overflow/006-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003000fast/body-propagation/overflow/006-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00003001fast/body-propagation/overflow/006.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003002fast/body-propagation/overflow/007-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003003fast/body-propagation/overflow/007-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00003004fast/body-propagation/overflow/007.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003005fast/borders/block-mask-overlay-image.html
3006fast/borders/border-color-inherit.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003007fast/borders/border-fit.html
3008fast/borders/border-image-01.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003009fast/borders/border-image-border-radius.html
3010fast/borders/border-image-omit-right-slice.html
3011fast/borders/border-image-rotate-transform.html
3012fast/borders/border-image-scale-transform.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003013fast/borders/border-radius-huge-assert.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003014fast/borders/borderRadiusAllStylesAllCorners.html
3015fast/borders/borderRadiusArcs01.html
3016fast/borders/borderRadiusDashed01.html
3017fast/borders/borderRadiusDashed02.html
3018fast/borders/borderRadiusDashed03.html
3019fast/borders/borderRadiusDotted01.html
3020fast/borders/borderRadiusDotted02.html
3021fast/borders/borderRadiusDotted03.html
3022fast/borders/borderRadiusDouble01.html
3023fast/borders/borderRadiusDouble02.html
3024fast/borders/borderRadiusDouble03.html
3025fast/borders/borderRadiusGroove01.html
3026fast/borders/borderRadiusGroove02.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003027fast/borders/borderRadiusInset01.html
3028fast/borders/borderRadiusInvalidColor.html
3029fast/borders/borderRadiusOutset01.html
3030fast/borders/borderRadiusRidge01.html
3031fast/borders/borderRadiusSolid01.html
3032fast/borders/borderRadiusSolid02.html
3033fast/borders/borderRadiusSolid03.html
3034fast/borders/borderRadiusSolid04.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003035fast/borders/fieldsetBorderRadius.html
3036fast/borders/inline-mask-overlay-image.html
3037fast/borders/svg-as-border-image-2.html
3038fast/borders/svg-as-border-image.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003039fast/box-shadow/border-radius-big.html
3040fast/box-sizing/box-sizing.html
3041fast/box-sizing/panels-one.html
3042fast/box-sizing/panels-two.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003043fast/canvas/canvas-incremental-repaint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003044fast/clip/001.html
3045fast/clip/002.html
3046fast/clip/003.html
3047fast/clip/004.html
3048fast/clip/005.html
3049fast/clip/006.html
3050fast/clip/007.html
3051fast/clip/008.html
3052fast/clip/009.html
3053fast/clip/010.html
3054fast/clip/011.html
3055fast/clip/012.html
3056fast/clip/013.html
3057fast/clip/014.html
3058fast/clip/015.html
3059fast/clip/016.html
3060fast/clip/nestedTransparencyClip.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003061fast/clip/outline-overflowClip.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003062fast/clip/overflow-border-radius-clip.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003063fast/compact/001.html
3064fast/compact/002.html
3065fast/compact/003.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003066fast/css-generated-content/001.html
3067fast/css-generated-content/002.html
3068fast/css-generated-content/003.html
3069fast/css-generated-content/004.html
3070fast/css-generated-content/005.html
3071fast/css-generated-content/007.html
3072fast/css-generated-content/008.html
3073fast/css-generated-content/009.html
3074fast/css-generated-content/010.html
3075fast/css-generated-content/011.html
3076fast/css-generated-content/012.html
3077fast/css-generated-content/013.html
3078fast/css-generated-content/014.html
3079fast/css-generated-content/015.html
3080fast/css-generated-content/016.html
3081fast/css-generated-content/after-order.html
3082fast/css-generated-content/before-with-first-letter.html
3083fast/css-generated-content/beforeAfter-interdocument.html
3084fast/css-generated-content/hover-style-change.html
3085fast/css-generated-content/inline-display-types.html
3086fast/css-generated-content/no-openclose-quote.html
3087fast/css-generated-content/table-cell-before-content.html
3088fast/css-generated-content/table-row-group-to-inline.html
3089fast/css-generated-content/table-row-group-with-before.html
3090fast/css-generated-content/table-row-with-before.html
3091fast/css-generated-content/table-with-before.html
3092fast/css-generated-content/visibleContentHiddenParent.html
3093fast/css-generated-content/wbr-with-before-content.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003094fast/css/001.html
3095fast/css/002.html
3096fast/css/003.html
3097fast/css/004.html
3098fast/css/005.html
3099fast/css/007.html
3100fast/css/008.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003101fast/css/ZeroOpacityLayers.html
3102fast/css/ZeroOpacityLayers2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003103fast/css/absolute-poition-in-rtl-parent.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003104fast/css/affected-by-hover-after-style-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003105fast/css/apple-prefix.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003106fast/css/attribute-selector-empty-value.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003107fast/css/background-image-with-baseurl.html
3108fast/css/background-shorthand-invalid-url.html
3109fast/css/beforeSelectorOnCodeElement.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003110fast/css/begin-end-contain-selector-empty-value.html
3111fast/css/border-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003112fast/css/border-radius-outline-offset.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003113fast/css/clip-zooming.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003114fast/css/color-quirk.html
3115fast/css/color-strict.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003116fast/css/compare-content-style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003117fast/css/continuationCrash.html
3118fast/css/counters/counter-text-security.html
3119fast/css/counters/counter-text-transform.html
3120fast/css/create_element_align.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00003121fast/css/css-imports.html
ossy@webkit.org192e8d62010-01-22 12:04:35 +00003122fast/css/css1_forward_compatible_parsing.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003123fast/css/css2-system-fonts.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003124fast/css/css3-modsel-22.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003125fast/css/css3-nth-child.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003126fast/css/dynamic-sibling-selector.html
3127fast/css/empty-body-test.html
3128fast/css/empty-generated-content.html
3129fast/css/empty-pseudo-class.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003130fast/css/error-in-last-decl.html
3131fast/css/ex-after-font-variant.html
3132fast/css/fieldset-display-row.html
3133fast/css/find-next-layer.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003134fast/css/first-child-pseudo-class.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003135fast/css/first-letter-capitalized.html
3136fast/css/first-letter-detach.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003137fast/css/first-letter-float-after-float.html
3138fast/css/first-letter-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003139fast/css/first-letter-hover.html
3140fast/css/first-letter-recalculation.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003141fast/css/first-letter-skip-out-of-flow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003142fast/css/first-letter-visibility.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003143fast/css/first-of-type-pseudo-class.html
3144fast/css/font-face-default-font.html
3145fast/css/font-face-descriptor-multiple-values.html
3146fast/css/font-face-implicit-local-font.html
3147fast/css/font-face-in-media-rule.html
3148fast/css/font-face-locally-installed.html
3149fast/css/font-face-multiple-faces.html
3150fast/css/font-face-multiple-remote-sources.html
3151fast/css/font-face-remote.html
3152fast/css/font-face-unicode-range.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003153fast/css/font-shorthand-weight-only.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003154fast/css/font-size-negative.html
3155fast/css/font-weight-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003156fast/css/font_property_normal.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003157fast/css/getFloatValueForUnit.html
3158fast/css/hover-subselector.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003159fast/css/hsl-color.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003160fast/css/hsla-color.html
3161fast/css/ignore-text-zoom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003162fast/css/imageTileOpacity.html
3163fast/css/import-rule-regression-11590.html
3164fast/css/import_with_baseurl.html
3165fast/css/inline-properties-important.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003166fast/css/invalid-percentage-property.html
3167fast/css/invalid-pseudo-classes.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003168fast/css/invalidation-errors-2.html
3169fast/css/invalidation-errors-3.html
3170fast/css/invalidation-errors.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003171fast/css/last-child-pseudo-class.html
3172fast/css/last-child-style-sharing.html
3173fast/css/last-of-type-pseudo-class.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003174fast/css/layerZOrderCrash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003175fast/css/line-height-font-order.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003176fast/css/line-height-negative.html
3177fast/css/line-height-overflow.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003178fast/css/line-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003179fast/css/link-outside-head.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003180fast/css/list-outline.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003181fast/css/live-cssrules.html
3182fast/css/margin-bottom-form-element-quirk.html
3183fast/css/margin-bottom-form-element-strict.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003184fast/css/margin-top-bottom-dynamic.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003185fast/css/max-height-none.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003186fast/css/namespaces/001.xml
3187fast/css/namespaces/002.xml
robert@webkit.org188a1262010-06-07 14:43:15 +00003188fast/css/namespaces/003.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003189fast/css/namespaces/004.xml
3190fast/css/namespaces/005.xml
3191fast/css/namespaces/006.xml
robert@webkit.org188a1262010-06-07 14:43:15 +00003192fast/css/namespaces/007.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003193fast/css/negative-nth-child.html
3194fast/css/nested-layers-with-hover.html
3195fast/css/only-child-pseudo-class.html
3196fast/css/only-of-type-pseudo-class.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003197fast/css/outline-auto-empty-rects.html
3198fast/css/outline-auto-location.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003199fast/css/pendingStylesheetFontSize.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003200fast/css/percent-top-value-with-relative-position.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003201fast/css/percentage-non-integer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003202fast/css/position-negative-top-margin.html
3203fast/css/quirk-orphaned-units.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003204fast/css/resize-corner-tracking-transformed.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003205fast/css/rgb-float.html
3206fast/css/rtl-ordering.html
3207fast/css/selector-set-attribute.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003208fast/css/shadow-multiple.html
3209fast/css/simple-selector-chain-parsing.html
3210fast/css/style-outside-head.html
3211fast/css/style-parsed-outside-head.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003212fast/css/table-text-align-quirk.html
3213fast/css/table-text-align-strict.html
3214fast/css/target-fragment-match.html
3215fast/css/text-align.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003216fast/css/text-security.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003217fast/css/textCapitalizeEdgeCases.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003218fast/css/transform-default-parameter.html
3219fast/css/transition-color-unspecified.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003220fast/css/universal-hover-quirk.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003221fast/css/value-list-out-of-bounds-crash.html
3222fast/css/variables/block-cycle-test.html
3223fast/css/variables/colors-test.html
3224fast/css/variables/declaration-block-test.html
3225fast/css/variables/font-test.html
3226fast/css/variables/image-test.html
3227fast/css/variables/import-test.html
3228fast/css/variables/inline-style-test.html
3229fast/css/variables/invalid-variable-test.html
3230fast/css/variables/margin-test.html
3231fast/css/variables/misplaced-import-test.html
3232fast/css/variables/misplaced-variables-test.html
3233fast/css/variables/multiple-blocks-test.html
3234fast/css/variables/multiple-term-test.html
3235fast/css/variables/override-test.html
3236fast/css/variables/print-test.html
3237fast/css/variables/remove-variable-test.html
3238fast/css/variables/set-variable-test.html
3239fast/css/variables/shorthand-test.html
3240fast/css/variables/variable-iteration-test.html
3241fast/css/vertical-align-lengths.html
3242fast/css/visibility-hit-test.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003243fast/css/word-space-extra.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003244fast/css/xml-stylesheet-pi-not-in-prolog.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003245fast/css/zoom-font-size.html
3246fast/css/zoom-property-parsing.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003247fast/doctypes/003.html
3248fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003249fast/dom/Element/class-attribute-whitespace.html
3250fast/dom/Element/null-offset-parent.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003251fast/dom/HTMLDocument/frameless-location-bugzilla10837.html
3252fast/dom/HTMLElement/bdo.html
3253fast/dom/HTMLHeadElement/head-link-style-href-check.html
3254fast/dom/HTMLHeadElement/textInHead1.html
3255fast/dom/HTMLHeadElement/textInHead2.html
3256fast/dom/HTMLHeadElement/textInHead3.html
3257fast/dom/HTMLHeadElement/textInHead4.html
3258fast/dom/HTMLHeadElement/textInHead5.html
3259fast/dom/HTMLImageElement/image-alt-text.html
3260fast/dom/HTMLInputElement/input-image-alt-text.html
3261fast/dom/HTMLLinkElement/pending-stylesheet-count.html
morrita@google.com6294b7b2010-06-18 05:48:31 +00003262# meter-element.html is temporally disabled.We need to rebaseline.
morrita@google.com9622191b2010-06-18 06:11:23 +00003263fast/dom/HTMLMeterElement/meter-element.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003264fast/dom/HTMLObjectElement/vspace-hspace-as-number.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003265fast/dom/HTMLStyleElement/insert-parser-generated.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003266fast/dom/HTMLTableElement/colSpan.html
3267fast/dom/HTMLTableElement/createCaption.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003268fast/dom/Range/create-contextual-fragment.html
3269fast/dom/Range/surroundContents-1.html
3270fast/dom/Window/btoa-pnglet.html
3271fast/dom/Window/open-existing-pop-up-blocking.html
3272fast/dom/anchor-text.html
3273fast/dom/blur-contenteditable.html
3274fast/dom/children-nodes.html
3275fast/dom/clientWidthAfterDocumentIsRemoved.html
3276fast/dom/clone-contents-0-end-offset.html
3277fast/dom/clone-node-dynamic-style.html
3278fast/dom/comment-not-documentElement.html
3279fast/dom/createDocumentType.html
3280fast/dom/css-inline-style-important.html
3281fast/dom/css-mediarule-deleteRule-update.html
3282fast/dom/css-mediarule-insertRule-update.html
3283fast/dom/css-rule-functions.html
3284fast/dom/dom-parse-serialize-display.html
3285fast/dom/dom-parse-serialize.html
3286fast/dom/frame-loading-via-document-write.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003287fast/dom/importNodeHTML.html
3288fast/dom/importNodeXML.xhtml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003289fast/dom/inner-text.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003290fast/dom/jsDevicePixelRatio.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003291fast/dom/outerText.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003292fast/dom/replaceChild.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003293fast/dom/row-inner-text.html
3294fast/dom/setPrimitiveValue.html
3295fast/dom/stripNullFromTextNodes.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003296fast/dom/wrapper-classes.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003297fast/dynamic/002.html
3298fast/dynamic/004.html
3299fast/dynamic/006.html
3300fast/dynamic/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003301fast/dynamic/009.html
3302fast/dynamic/010.html
3303fast/dynamic/011.html
3304fast/dynamic/012.html
3305fast/dynamic/013.html
3306fast/dynamic/014.html
3307fast/dynamic/015.html
3308fast/dynamic/anonymous-block-orphaned-lines.html
3309fast/dynamic/containing-block-change.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003310fast/dynamic/create-renderer-for-whitespace-only-text.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003311fast/dynamic/flash-replacement-test.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003312fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html
3313fast/dynamic/float-no-longer-overhanging.html
3314fast/dynamic/float-withdrawal-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003315fast/dynamic/float-withdrawal.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003316fast/dynamic/floating-to-positioned-2.html
3317fast/dynamic/floating-to-positioned.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003318fast/dynamic/insert-before-table-part-in-continuation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003319fast/dynamic/insertAdjacentElement.html
3320fast/dynamic/layer-hit-test-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003321fast/dynamic/link-href-change.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003322fast/dynamic/move-node-with-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003323fast/dynamic/noninlinebadness.html
3324fast/dynamic/outerHTML-doc.html
3325fast/dynamic/outerHTML-img.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003326fast/dynamic/positioned-movement-with-positioned-children.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003327fast/dynamic/selection-highlight-adjust.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003328fast/dynamic/staticY-marking-parents-regression.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003329fast/dynamic/subtree-boundary-percent-height.html
3330fast/dynamic/subtree-no-common-root-static-y.html
3331fast/dynamic/subtree-parent-static-y.html
3332fast/dynamic/subtree-table-cell-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003333fast/dynamic/view-overflow.html
3334fast/encoding/denormalised-voiced-japanese-chars.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003335fast/encoding/invalid-UTF-8.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003336fast/encoding/preload-encoding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003337fast/encoding/utf-16-big-endian.html
3338fast/encoding/utf-16-little-endian.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003339fast/encoding/utf-16-no-bom.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003340fast/events/context-no-deselect.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003341fast/events/event-listener-on-link.html
3342fast/events/event-sender-mouse-moved.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003343fast/events/focusingUnloadedFrame.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003344fast/events/label-focus.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003345fast/events/mouse-click-events.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003346fast/events/mouseout-dead-node.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003347fast/events/onload-re-entry.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003348fast/events/pointer-events-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003349fast/flexbox/001.html
3350fast/flexbox/002.html
3351fast/flexbox/003.html
3352fast/flexbox/004.html
3353fast/flexbox/005.html
3354fast/flexbox/006.html
3355fast/flexbox/007.html
3356fast/flexbox/008.html
3357fast/flexbox/009.html
3358fast/flexbox/010.html
3359fast/flexbox/011.html
3360fast/flexbox/012.html
3361fast/flexbox/013.html
3362fast/flexbox/014.html
3363fast/flexbox/015.html
3364fast/flexbox/016.html
3365fast/flexbox/017.html
3366fast/flexbox/018.html
3367fast/flexbox/019.html
3368fast/flexbox/020.html
3369fast/flexbox/021.html
3370fast/flexbox/022.html
3371fast/flexbox/023.html
3372fast/flexbox/024.html
3373fast/flexbox/025.html
3374fast/flexbox/026.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003375fast/forms/003.html
3376fast/forms/004.html
3377fast/forms/006.html
3378fast/forms/007.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003379fast/forms/HTMLOptionElement_label01.html
3380fast/forms/HTMLOptionElement_label02.html
3381fast/forms/HTMLOptionElement_label03.html
3382fast/forms/HTMLOptionElement_label04.html
3383fast/forms/HTMLOptionElement_label05.html
3384fast/forms/HTMLOptionElement_label06.html
3385fast/forms/HTMLOptionElement_label07.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003386fast/forms/blankbuttons.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003387fast/forms/button-align.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003388fast/forms/button-cannot-be-nested.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003389fast/forms/button-default-title.html
3390fast/forms/button-generated-content.html
3391fast/forms/button-inner-block-reuse.html
3392fast/forms/button-positioned.html
3393fast/forms/button-sizes.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003394fast/forms/button-submit.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003395fast/forms/button-table-styles.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003396fast/forms/button-text-transform.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003397fast/forms/caret-rtl.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003398fast/forms/checkbox-radio-onchange.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003399fast/forms/control-clip-overflow.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003400fast/forms/control-clip.html
3401fast/forms/control-restrict-line-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003402fast/forms/encoding-test.html
3403fast/forms/fieldset-align.html
3404fast/forms/fieldset-with-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003405fast/forms/float-before-fieldset.html
3406fast/forms/floating-textfield-relayout.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003407fast/forms/focus-selection-input.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003408fast/forms/form-added-to-table.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003409fast/forms/form-hides-table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003410fast/forms/form-in-malformed-markup.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003411fast/forms/formmove.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003412fast/forms/formmove2.html
3413fast/forms/formmove3.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003414fast/forms/hidden-listbox.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003415fast/forms/image-border.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003416fast/forms/indeterminate.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003417fast/forms/input-align-image.html
3418fast/forms/input-align.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003419fast/forms/input-appearance-bkcolor.html
3420fast/forms/input-appearance-default-bkcolor.html
3421fast/forms/input-appearance-disabled.html
3422fast/forms/input-appearance-focus.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003423fast/forms/input-appearance-preventDefault.html
3424fast/forms/input-appearance-readonly.html
3425fast/forms/input-appearance-selection.html
3426fast/forms/input-appearance-visibility.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003427fast/forms/input-baseline.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003428fast/forms/input-double-click-selection-gap-bug.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003429fast/forms/input-field-text-truncated.html
3430fast/forms/input-first-letter.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003431fast/forms/input-no-renderer.html
3432fast/forms/input-paste-undo.html
3433fast/forms/input-readonly-dimmed.html
3434fast/forms/input-readonly-empty.html
3435fast/forms/input-spaces.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003436fast/forms/input-text-click-inside.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003437fast/forms/input-text-double-click.html
3438fast/forms/input-text-option-delete.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003439fast/forms/input-text-self-emptying-click.html
3440fast/forms/input-text-word-wrap.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003441fast/forms/input-type-change.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003442fast/forms/input-type-change2.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003443fast/forms/input-type-text-min-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003444fast/forms/input-width.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003445fast/forms/linebox-overflow-in-textarea-padding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003446fast/forms/listbox-clip.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003447fast/forms/listbox-scrollbar-incremental-load.html
3448fast/forms/menulist-clip.html
3449fast/forms/menulist-deselect-update.html
3450fast/forms/menulist-narrow-width.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003451fast/forms/menulist-no-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003452fast/forms/menulist-option-wrap.html
3453fast/forms/menulist-restrict-line-height.html
3454fast/forms/menulist-separator-painting.html
3455fast/forms/minWidthPercent.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003456fast/forms/onchange-enter-submit.html
3457fast/forms/onselect-textfield.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003458fast/forms/option-index.html
3459fast/forms/option-script.html
3460fast/forms/option-strip-whitespace.html
3461fast/forms/option-text-clip.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003462fast/forms/password-doubleclick-selection.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003463fast/forms/password-placeholder-text-security.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003464fast/forms/password-placeholder.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003465fast/forms/placeholder-set-attribute.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003466fast/forms/placeholder-set-value.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003467fast/forms/preserveFormDuringResidualStyle.html
3468fast/forms/radio-attr-order.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003469fast/forms/radio-nested-labels.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003470fast/forms/radio_checked.html
3471fast/forms/radio_checked_dynamic.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003472fast/forms/range-thumb-height-percentage.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003473fast/forms/search-cancel-button-style-sharing.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003474fast/forms/search-display-none-cancel-button.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003475fast/forms/search-placeholder-value-changed.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003476fast/forms/searchfield-heights.html
3477fast/forms/select-accesskey.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003478fast/forms/select-align.html
3479fast/forms/select-baseline.html
3480fast/forms/select-block-background.html
3481fast/forms/select-change-listbox-size.html
3482fast/forms/select-change-listbox-to-popup.html
3483fast/forms/select-change-popup-to-listbox.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003484fast/forms/select-dirty-parent-pref-widths.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003485fast/forms/select-disabled-appearance.html
3486fast/forms/select-display-none-style-resolve.html
3487fast/forms/select-empty-option-height.html
3488fast/forms/select-initial-position.html
3489fast/forms/select-item-background-clip.html
3490fast/forms/select-list-box-with-height.html
3491fast/forms/select-selected.html
3492fast/forms/select-size.html
3493fast/forms/select-style.html
3494fast/forms/select-visual-hebrew.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003495fast/forms/stuff-on-my-optgroup.html
3496fast/forms/targeted-frame-submission.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003497fast/forms/textarea-rows-cols.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003498fast/forms/textfield-outline.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003499fast/forms/textfield-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003500fast/forms/thumbslider-crash.html
3501fast/forms/thumbslider-no-parent-slider.html
3502fast/forms/visual-hebrew-text-field.html
3503fast/frames/contentWindow_Frame.html
3504fast/frames/contentWindow_iFrame.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003505fast/frames/frame-element-name.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003506fast/frames/frameElement-frame.html
3507fast/frames/frameElement-iframe.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003508fast/frames/iframe-option-crash.xhtml
3509fast/frames/iframe-with-frameborder.html
3510fast/frames/inline-object-inside-frameset.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003511fast/frames/viewsource-attribute.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003512fast/gradients/background-clipped.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003513fast/gradients/border-image-gradient-sides-and-corners.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003514fast/gradients/border-image-gradient.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003515fast/gradients/generated-gradients.html
3516fast/gradients/list-item-gradient.html
3517fast/gradients/simple-gradients.html
3518fast/html/link-rel-stylesheet.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003519fast/html/listing.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003520fast/html/marquee-scroll.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003521fast/images/animated-svg-as-image.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003522fast/images/image-map-anchor-children.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003523fast/images/imagemap-case.html
3524fast/images/pdf-as-background.html
3525fast/images/pdf-as-image-landscape.html
3526fast/images/pdf-as-tiled-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003527fast/images/svg-as-tiled-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003528fast/inline-block/001.html
3529fast/inline-block/002.html
3530fast/inline-block/003.html
3531fast/inline-block/006.html
3532fast/inline-block/14498-positionForCoordinates.html
3533fast/inline-block/contenteditable-baseline.html
3534fast/inline-block/inline-block-vertical-align.html
3535fast/inline-block/overflow-clip.html
3536fast/inline-block/tricky-baseline.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003537fast/inline/001.html
3538fast/inline/002.html
3539fast/inline/25277-2.html
3540fast/inline/25277.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003541fast/inline/br-text-decoration.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003542fast/inline/continuation-outlines-with-layers.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003543fast/inline/continuation-outlines.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003544fast/inline/drawStyledEmptyInlines.html
3545fast/inline/drawStyledEmptyInlinesWithWS.html
3546fast/inline/emptyInlinesWithinLists.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003547fast/inline/inline-continuation-borders.html
3548fast/inline/inline-padding-disables-text-quirk.html
3549fast/inline/inline-text-quirk-bpm.html
3550fast/inline/long-wrapped-line.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003551fast/inline/outline-continuations.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003552fast/inline/percentage-margins.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003553fast/inline/positionedLifetime.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003554fast/inline/styledEmptyInlinesWithBRs.html
3555fast/inline/vertical-align-text-bottom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003556fast/innerHTML/001.html
3557fast/innerHTML/002.html
3558fast/innerHTML/003.html
3559fast/innerHTML/006.html
pfeldman@chromium.org911c3fa2009-11-17 13:38:31 +00003560fast/inspector-support/matchedrules.html
3561fast/inspector-support/style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003562fast/invalid/001.html
3563fast/invalid/002.html
3564fast/invalid/003.html
3565fast/invalid/004.html
3566fast/invalid/005.html
3567fast/invalid/006.html
3568fast/invalid/007.html
3569fast/invalid/008.html
3570fast/invalid/009.html
3571fast/invalid/010.html
3572fast/invalid/011.html
3573fast/invalid/012.html
3574fast/invalid/013.html
3575fast/invalid/014.html
3576fast/invalid/016.html
3577fast/invalid/017.html
3578fast/invalid/018.html
3579fast/invalid/019.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003580fast/invalid/020.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003581fast/invalid/021.html
3582fast/invalid/missing-address-end-tag.html
3583fast/invalid/missing-dl-end-tag.html
3584fast/invalid/missing-dt-end-tag.html
3585fast/invalid/missing-font-end-tag.html
3586fast/invalid/nestedh3s.html
3587fast/invalid/table-inside-stray-table-content.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003588fast/invalid/table-residual-style-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003589fast/invalid/td-inside-object.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003590fast/layers/add-layer-with-nested-stacking.html
3591fast/layers/inline-dirty-z-order-lists.html
3592fast/layers/layer-content-visibility-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003593fast/layers/layer-visibility-sublayer.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003594fast/layers/layer-visibility.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003595fast/layers/normal-flow-hit-test.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003596fast/layers/opacity-outline.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003597fast/layers/opacity-stacking.html
3598fast/layers/opacity-transforms.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003599fast/layers/overflow-scroll-auto-switch.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003600fast/layers/positioned-inside-root-with-margins.html
3601fast/layers/remove-layer-with-nested-stacking.html
3602fast/layers/remove-only-this-layer-update.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003603fast/layers/self-painting-outline.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003604fast/layers/zindex-inherit.html
3605fast/lists/001.html
3606fast/lists/002.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003607fast/lists/003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003608fast/lists/004.html
3609fast/lists/005.html
3610fast/lists/006.html
3611fast/lists/007.html
3612fast/lists/008.html
3613fast/lists/009.html
3614fast/lists/alpha-list-wrap.html
3615fast/lists/big-list-marker.html
3616fast/lists/decimal-leading-zero.html
3617fast/lists/dynamic-marker-crash.html
3618fast/lists/inlineBoxWrapperNullCheck.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003619fast/lists/li-br.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003620fast/lists/li-style-alpha-huge-value-crash.html
3621fast/lists/li-values.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003622fast/lists/list-item-line-height.html
3623fast/lists/list-marker-with-line-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003624fast/lists/list-style-none-crash.html
3625fast/lists/list-style-type-dynamic-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003626fast/lists/marker-before-empty-inline.html
3627fast/lists/marker-image-error.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003628fast/lists/markers-in-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003629fast/lists/numeric-markers-outside-list.html
3630fast/lists/ol-display-types.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003631fast/lists/ol-start-dynamic.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003632fast/lists/olstart.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003633fast/lists/ordered-list-with-no-ol-tag.html
3634fast/lists/scrolled-marker-paint.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003635fast/lists/w3-list-styles.html
3636fast/loader/cancel-load-during-port-block-timer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003637fast/loader/start-load-in-unload.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003638fast/media/implicit-media-all.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003639fast/media/media-descriptor-syntax-01.html
3640fast/media/media-descriptor-syntax-02.html
3641fast/media/media-descriptor-syntax-03.html
3642fast/media/media-descriptor-syntax-04.html
3643fast/media/media-descriptor-syntax-05.html
3644fast/media/media-descriptor-syntax-06.html
3645fast/media/media-type-syntax-01.html
3646fast/media/media-type-syntax-02.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003647fast/media/monochrome.html
3648fast/media/mq-animation.html
3649fast/media/mq-aspect-ratio.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003650fast/media/mq-compound-query-01.html
3651fast/media/mq-compound-query-02.html
3652fast/media/mq-compound-query-03.html
3653fast/media/mq-compound-query-04.html
3654fast/media/mq-compound-query-05.html
3655fast/media/mq-grid-01.html
3656fast/media/mq-grid-02.html
3657fast/media/mq-invalid-media-feature-01.html
3658fast/media/mq-invalid-media-feature-02.html
3659fast/media/mq-invalid-media-feature-03.html
3660fast/media/mq-invalid-media-feature-04.html
3661fast/media/mq-invalid-syntax-01.html
3662fast/media/mq-invalid-syntax-02.html
3663fast/media/mq-invalid-syntax-03.html
3664fast/media/mq-invalid-syntax-04.html
3665fast/media/mq-invalid-syntax-05.html
3666fast/media/mq-js-media-except-01.html
3667fast/media/mq-js-media-except-02.html
3668fast/media/mq-js-media-except-03.html
3669fast/media/mq-js-media-forward-syntax.html
3670fast/media/mq-js-stylesheet-media-01.html
3671fast/media/mq-js-stylesheet-media-02.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003672fast/media/mq-js-stylesheet-media-03.html
3673fast/media/mq-js-stylesheet-media-04.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003674fast/media/mq-max-pixel-ratio.html
3675fast/media/mq-min-constraint.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003676fast/media/mq-orientation.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003677fast/media/mq-pixel-ratio.html
3678fast/media/mq-relative-constraints-02.html
3679fast/media/mq-relative-constraints-03.html
3680fast/media/mq-relative-constraints-04.html
3681fast/media/mq-relative-constraints-05.html
3682fast/media/mq-relative-constraints-06.html
3683fast/media/mq-relative-constraints-07.html
3684fast/media/mq-relative-constraints-08.html
3685fast/media/mq-relative-constraints-09.html
3686fast/media/mq-simple-neg-query-01.html
3687fast/media/mq-simple-neg-query-02.html
3688fast/media/mq-simple-neg-query-03.html
3689fast/media/mq-simple-neg-query-04.html
3690fast/media/mq-simple-neg-query-05.html
3691fast/media/mq-simple-query-01.html
3692fast/media/mq-simple-query-02.html
3693fast/media/mq-simple-query-03.html
3694fast/media/mq-simple-query-04.html
3695fast/media/mq-simple-query-05.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003696fast/media/mq-transform-01.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003697fast/media/mq-transform-04.html
3698fast/media/mq-transition.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003699fast/media/mq-valueless.html
3700fast/media/mq-width-absolute-01.html
3701fast/media/mq-width-absolute-02.html
3702fast/media/mq-width-absolute-03.html
3703fast/media/mq-width-absolute-04.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003704fast/media/viewport-media-query.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003705fast/multicol/column-rules-stacking.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003706fast/multicol/column-rules.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003707fast/multicol/columns-shorthand-parsing.html
3708fast/multicol/float-avoidance.html
3709fast/multicol/float-multicol.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003710fast/overflow/001.html
3711fast/overflow/002.html
3712fast/overflow/004.html
3713fast/overflow/006.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003714fast/overflow/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003715fast/overflow/008.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003716fast/overflow/border-radius-clipping.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003717fast/overflow/childFocusRingClip.html
3718fast/overflow/dynamic-hidden.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003719fast/overflow/float-in-relpositioned.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003720fast/overflow/hidden-scrollbar-resize.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003721fast/overflow/hit-test-overflow-controls.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003722fast/overflow/infiniteRecursion.html
3723fast/overflow/overflow-auto-position-absolute.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003724fast/overflow/overflow-auto-table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003725fast/overflow/overflow-float-stacking.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003726fast/overflow/overflow-focus-ring.html
3727fast/overflow/overflow-rtl-inline-scrollbar.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003728fast/overflow/overflow-stacking.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003729fast/overflow/scrollbar-position-update.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003730fast/overflow/table-overflow-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003731fast/parser/001.html
3732fast/parser/bad-xml-slash.html
3733fast/parser/broken-comments-vs-parsing-mode.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003734fast/parser/comment-in-style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003735fast/parser/comments.html
3736fast/parser/document-write-option.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003737fast/parser/entity-comment-in-style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003738fast/parser/fonts.html
3739fast/parser/nofoo-tags-inside-paragraph.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003740fast/parser/open-comment-in-style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003741fast/parser/parseCommentsInTitles.html
3742fast/parser/remove-block-in-residual-style.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003743fast/parser/style-script-head-test.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003744fast/parser/tabs-in-scripts.html
3745fast/parser/title-error-test.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003746fast/reflections/inline-crash.html
3747fast/reflections/reflection-direction.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003748fast/reflections/reflection-masks-opacity.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003749fast/reflections/reflection-masks.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003750fast/reflections/reflection-nesting.html
3751fast/reflections/reflection-overflow-hidden.html
3752fast/reflections/table-cell.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003753fast/repaint/4774354.html
3754fast/repaint/4776765.html
3755fast/repaint/backgroundSizeRepaint.html
3756fast/repaint/body-background-image.html
3757fast/repaint/border-fit-lines.html
3758fast/repaint/border-radius-repaint.html
3759fast/repaint/border-repaint-glitch.html
3760fast/repaint/box-shadow-dynamic.html
3761fast/repaint/bugzilla-3509.html
3762fast/repaint/bugzilla-5699.html
3763fast/repaint/bugzilla-6278.html
3764fast/repaint/bugzilla-6388.html
3765fast/repaint/bugzilla-6473.html
3766fast/repaint/bugzilla-7235.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003767fast/repaint/button-spurious-layout-hint.html
3768fast/repaint/caret-outside-block.html
3769fast/repaint/change-transform.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003770fast/repaint/clip-with-layout-delta.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003771fast/repaint/clipped-relative.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003772fast/repaint/containing-block-position-change.html
3773fast/repaint/continuation-after-outline.html
3774fast/repaint/control-clip.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003775fast/repaint/create-layer-repaint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003776fast/repaint/delete-into-nested-block.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003777fast/repaint/dynamic-table-vertical-alignment-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003778fast/repaint/float-move-during-layout.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003779fast/repaint/float-overflow-right.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003780fast/repaint/float-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003781fast/repaint/focus-layers.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003782fast/repaint/inline-color-change.html
3783fast/repaint/invisible-objects.html
3784fast/repaint/layout-state-only-positioned.html
3785fast/repaint/layout-state-relative.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003786fast/repaint/line-flow-with-floats-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003787fast/repaint/line-flow-with-floats-10.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003788fast/repaint/line-flow-with-floats-2.html
3789fast/repaint/line-flow-with-floats-3.html
3790fast/repaint/line-flow-with-floats-4.html
3791fast/repaint/line-flow-with-floats-5.html
3792fast/repaint/line-flow-with-floats-6.html
3793fast/repaint/line-flow-with-floats-7.html
3794fast/repaint/line-flow-with-floats-8.html
3795fast/repaint/line-flow-with-floats-9.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003796fast/repaint/line-overflow.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003797fast/repaint/lines-with-layout-delta.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003798fast/repaint/list-marker-2.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003799fast/repaint/make-children-non-inline.html
3800fast/repaint/opacity-change-on-overflow-float.html
3801fast/repaint/outline-child-repaint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003802fast/repaint/outline-inset.html
3803fast/repaint/outline-repaint-glitch.html
3804fast/repaint/outline-shrinking.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003805fast/repaint/overflow-clip-subtree-layout.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003806fast/repaint/overflow-delete-line.html
hamaji@chromium.orga8012642010-03-30 06:15:21 +00003807fast/repaint/overflow-scroll-body-appear.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003808fast/repaint/overflow-scroll-delete.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003809fast/repaint/reflection-redraw.html
3810fast/repaint/reflection-repaint-test.html
3811fast/repaint/renderer-destruction-by-invalidateSelection-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003812fast/repaint/repaint-resized-overflow.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003813fast/repaint/search-field-cancel.html
3814fast/repaint/selected-replaced.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003815fast/repaint/selection-clear.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003816fast/repaint/static-to-positioned.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003817fast/repaint/subtree-root-clip-2.html
3818fast/repaint/subtree-root-clip-3.html
3819fast/repaint/subtree-root-clip.html
3820fast/repaint/subtree-root-skipped.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003821fast/repaint/table-cell-collapsed-border.html
3822fast/repaint/table-cell-move.html
3823fast/repaint/table-collapsed-border.html
3824fast/repaint/table-extra-bottom-grow.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003825fast/repaint/table-two-pass-layout-overpaint.html
3826fast/repaint/text-append-dirty-lines.html
3827fast/repaint/transform-absolute-child.html
3828fast/repaint/transform-absolute-in-positioned-container.html
3829fast/repaint/transform-disable-layoutstate.html
3830fast/repaint/transform-layout-repaint.html
3831fast/repaint/transform-relative-position.html
3832fast/repaint/transform-repaint-descendants.html
3833fast/repaint/transform-replaced-shadows.html
3834fast/repaint/transform-translate.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003835fast/replaced/001.html
3836fast/replaced/002.html
3837fast/replaced/003.html
3838fast/replaced/004.html
3839fast/replaced/005.html
3840fast/replaced/006.html
3841fast/replaced/007.html
3842fast/replaced/absolute-image-sizing.html
3843fast/replaced/absolute-position-percentage-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003844fast/replaced/absolute-position-percentage-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003845fast/replaced/absolute-position-with-auto-height-and-top-and-bottom.html
3846fast/replaced/absolute-position-with-auto-width-and-left-and-right.html
3847fast/replaced/applet-disabled-positioned.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003848fast/replaced/applet-display-none.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003849fast/replaced/applet-rendering-java-disabled.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003850fast/replaced/embed-display-none.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003851fast/replaced/image-onload.html
3852fast/replaced/image-resize-width.html
3853fast/replaced/image-sizing.html
3854fast/replaced/image-solid-color-with-alpha.html
3855fast/replaced/inline-box-wrapper-handover.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003856fast/replaced/max-width-percent.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003857fast/replaced/maxheight-percent.html
3858fast/replaced/maxheight-pxs.html
3859fast/replaced/maxwidth-percent.html
3860fast/replaced/maxwidth-pxs.html
3861fast/replaced/minheight-percent.html
3862fast/replaced/minheight-pxs.html
3863fast/replaced/minwidth-percent.html
3864fast/replaced/minwidth-pxs.html
3865fast/replaced/object-align-hspace-vspace.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003866fast/replaced/object-display-none.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003867fast/replaced/pdf-as-image.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003868fast/replaced/percent-height-in-anonymous-block-in-table.html
3869fast/replaced/percent-height-in-anonymous-block-widget.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003870fast/replaced/percent-height-in-anonymous-block.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003871fast/replaced/replaced-breaking-mixture.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003872fast/replaced/replaced-breaking.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003873fast/replaced/replaced-child-of-absolute-with-auto-height.html
3874fast/replaced/selection-rect-in-table-cell.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003875fast/replaced/selection-rect-transform.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003876fast/replaced/three-selects-break.html
3877fast/replaced/width100percent-button.html
3878fast/replaced/width100percent-checkbox.html
3879fast/replaced/width100percent-image.html
3880fast/replaced/width100percent-menulist.html
3881fast/replaced/width100percent-radio.html
3882fast/replaced/width100percent-searchfield.html
3883fast/replaced/width100percent-textfield.html
3884fast/runin/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003885fast/runin/002.html
3886fast/runin/generated.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003887fast/selectors/001.html
3888fast/selectors/002.html
3889fast/selectors/003.html
3890fast/selectors/004.html
3891fast/selectors/005.html
3892fast/selectors/006.html
3893fast/selectors/007a.html
3894fast/selectors/007b.html
3895fast/selectors/008.html
3896fast/selectors/009.html
3897fast/selectors/010.html
3898fast/selectors/011.html
3899fast/selectors/012.html
3900fast/selectors/013.html
3901fast/selectors/014.html
3902fast/selectors/015.html
3903fast/selectors/016.html
3904fast/selectors/017.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003905fast/selectors/018.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003906fast/selectors/018b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003907fast/selectors/019.html
3908fast/selectors/020.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003909fast/selectors/021.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003910fast/selectors/021b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003911fast/selectors/027.html
3912fast/selectors/032.html
3913fast/selectors/034.html
3914fast/selectors/038.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003915fast/selectors/039.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003916fast/selectors/039b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003917fast/selectors/040.html
3918fast/selectors/041.html
3919fast/selectors/042.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003920fast/selectors/043.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003921fast/selectors/043b.html
3922fast/selectors/044.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003923fast/selectors/044b.html
3924fast/selectors/044c.html
3925fast/selectors/044d.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003926fast/selectors/045.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003927fast/selectors/045b.html
3928fast/selectors/045c.html
3929fast/selectors/046.html
3930fast/selectors/054.html
3931fast/selectors/056.html
3932fast/selectors/058.html
3933fast/selectors/059.html
3934fast/selectors/060.html
3935fast/selectors/061.html
3936fast/selectors/062.html
3937fast/selectors/063.html
3938fast/selectors/064.html
3939fast/selectors/065.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003940fast/selectors/066.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003941fast/selectors/066b.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003942fast/selectors/072.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003943fast/selectors/072b.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003944fast/selectors/077.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003945fast/selectors/077b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003946fast/selectors/078b.html
3947fast/selectors/083.html
3948fast/selectors/087b.html
3949fast/selectors/088b.html
3950fast/selectors/089.html
3951fast/selectors/090b.html
3952fast/selectors/154.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003953fast/selectors/155.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003954fast/selectors/155a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003955fast/selectors/155b.html
3956fast/selectors/155c.html
3957fast/selectors/155d.html
3958fast/selectors/156b.html
3959fast/selectors/157.html
3960fast/selectors/158.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003961fast/selectors/159.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003962fast/selectors/160.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003963fast/selectors/166.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003964fast/selectors/166a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003965fast/selectors/167.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003966fast/selectors/167a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003967fast/selectors/168.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003968fast/selectors/168a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003969fast/selectors/169.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003970fast/selectors/169a.html
3971fast/selectors/170.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003972fast/selectors/170a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003973fast/selectors/170b.html
3974fast/selectors/170c.html
3975fast/selectors/170d.html
3976fast/selectors/175a.html
3977fast/selectors/175b.html
3978fast/selectors/175c.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003979fast/selectors/177a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003980fast/selectors/177b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003981fast/selectors/lang-inheritance.html
robert@webkit.org188a1262010-06-07 14:43:15 +00003982fast/selectors/lang-inheritance2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003983fast/selectors/lang-vs-xml-lang-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00003984fast/selectors/lang-vs-xml-lang.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00003985fast/selectors/nondeterministic-combinators.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003986fast/selectors/unqualified-hover-quirks.html
3987fast/selectors/unqualified-hover-strict.html
3988fast/table/001.html
3989fast/table/002.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00003990fast/table/004.html
3991fast/table/005.html
3992fast/table/006.html
3993fast/table/007.html
3994fast/table/009.html
3995fast/table/010.html
3996fast/table/011.html
3997fast/table/012.html
3998fast/table/013.html
3999fast/table/014.html
4000fast/table/015.html
4001fast/table/016.html
4002fast/table/017.html
4003fast/table/018.html
4004fast/table/020.html
4005fast/table/021.html
4006fast/table/022.html
4007fast/table/023.html
4008fast/table/025.html
4009fast/table/026.html
4010fast/table/027.html
4011fast/table/028.html
4012fast/table/029.html
4013fast/table/030.html
4014fast/table/032.html
4015fast/table/033.html
4016fast/table/034.html
4017fast/table/035.html
4018fast/table/036.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004019fast/table/037.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004020fast/table/038.html
4021fast/table/039.html
4022fast/table/040.html
4023fast/table/041.html
4024fast/table/100-percent-cell-width.html
4025fast/table/absolute-table-at-bottom.html
4026fast/table/add-before-anonymous-child.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004027fast/table/append-cells.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004028fast/table/append-cells2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004029fast/table/auto-with-percent-height.html
4030fast/table/border-collapsing/001.html
4031fast/table/border-collapsing/002.html
4032fast/table/border-collapsing/003.html
4033fast/table/border-collapsing/004.html
4034fast/table/border-collapsing/border-collapsing-head-foot.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004035fast/table/border-collapsing/equal-precedence-resolution.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004036fast/table/border-collapsing/rtl-border-collapsing.html
4037fast/table/cell-absolute-child.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004038fast/table/cell-coalescing.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004039fast/table/cell-width-auto.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004040fast/table/cellindex.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004041fast/table/click-near-anonymous-table.html
4042fast/table/colgroup-preceded-by-caption.html
4043fast/table/colgroup-spanning-groups-rules.html
4044fast/table/colspanMinWidth.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004045fast/table/dynamic-cellpadding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004046fast/table/edge-offsets.html
4047fast/table/empty-cells.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004048fast/table/empty-row-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004049fast/table/empty-section-crash.html
4050fast/table/empty-table-percent-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004051fast/table/fixed-granular-cols.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004052fast/table/fixed-nested.html
4053fast/table/fixed-table-non-cell-in-row.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004054fast/table/fixed-with-auto-with-colspan.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004055fast/table/floating-th.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004056fast/table/floatingTablePaintBackground.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004057fast/table/form-with-table-style.html
4058fast/table/frame-and-rules.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004059fast/table/generated-caption.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004060fast/table/giantRowspan2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004061fast/table/inline-form-assert.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004062fast/table/insert-before-anonymous-ancestors.html
4063fast/table/insert-cell-before-form.html
4064fast/table/insert-row-before-form.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004065fast/table/invisible-cell-background.html
4066fast/table/large-width.html
4067fast/table/multiple-percent-height-rows.html
4068fast/table/nested-percent-height-table.html
4069fast/table/nobr.html
4070fast/table/overflowHidden.html
4071fast/table/percent-heights.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004072fast/table/prepend-in-anonymous-table.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004073fast/table/remove-td-display-none.html
4074fast/table/replaced-percent-height.html
4075fast/table/row-height-recalc.html
4076fast/table/rowindex.html
4077fast/table/rowspan-paint-order.html
4078fast/table/rtl-cell-display-none-assert.html
4079fast/table/rules-attr-dynchange1.html
4080fast/table/rules-attr-dynchange2.html
4081fast/table/spanOverlapRepaint.html
4082fast/table/stale-grid-crash.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004083fast/table/table-display-types-strict.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004084fast/table/table-display-types.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004085fast/table/table-hspace-align-center.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004086fast/table/tableInsideCaption.html
4087fast/table/text-field-baseline.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004088fast/table/unbreakable-images-quirk.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004089fast/table/unused-percent-heights.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004090fast/table/vertical-align-baseline.html
4091fast/text/align-center-rtl-spill.html
4092fast/text/apply-start-width-after-skipped-text.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004093fast/text/atsui-kerning-and-ligatures.html
4094fast/text/atsui-multiple-renderers.html
4095fast/text/atsui-partial-selection.html
4096fast/text/atsui-small-caps-punctuation-size.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004097fast/text/basic/001.html
4098fast/text/basic/002.html
4099fast/text/basic/003.html
4100fast/text/basic/004.html
4101fast/text/basic/005.html
4102fast/text/basic/006.html
4103fast/text/basic/007.html
4104fast/text/basic/008.html
4105fast/text/basic/009.html
4106fast/text/basic/011.html
4107fast/text/basic/012.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004108fast/text/basic/013.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004109fast/text/basic/generic-family-changes.html
4110fast/text/basic/generic-family-reset.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004111fast/text/bidi-embedding-pop-and-push-same.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004112fast/text/break-word.html
4113fast/text/capitalize-empty-generated-string.html
4114fast/text/capitalize-preserve-nbsp.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004115fast/text/cg-fallback-bolding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004116fast/text/cg-vs-atsui.html
4117fast/text/delete-hard-break-character.html
4118fast/text/drawBidiText.html
4119fast/text/firstline/001.html
4120fast/text/firstline/002.html
4121fast/text/firstline/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004122fast/text/fixed-pitch-control-characters.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004123fast/text/font-initial.html
4124fast/text/international/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004125fast/text/international/bidi-AN-after-L.html
4126fast/text/international/bidi-CS-after-AN.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004127fast/text/international/bidi-L2-run-reordering.html
4128fast/text/international/bidi-LDB-2-CSS.html
4129fast/text/international/bidi-control-chars-treated-as-ZWS.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004130fast/text/international/bidi-european-terminators.html
4131fast/text/international/bidi-explicit-embedding.html
4132fast/text/international/bidi-ignored-for-first-child-inline.html
4133fast/text/international/bidi-innertext.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004134fast/text/international/bidi-linebreak-001.html
4135fast/text/international/bidi-linebreak-002.html
4136fast/text/international/bidi-linebreak-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004137fast/text/international/bidi-neutral-directionality-paragraph-start.html
4138fast/text/international/bidi-neutral-run.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004139fast/text/international/complex-character-based-fallback.html
4140fast/text/international/danda-space.html
4141fast/text/international/hindi-spacing.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004142fast/text/international/rtl-caret.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004143fast/text/international/thai-baht-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004144fast/text/justified-selection-at-edge.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004145fast/text/justified-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004146fast/text/letter-spacing-negative-opacity.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004147fast/text/line-breaks.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004148fast/text/midword-break-hang.html
4149fast/text/reset-emptyRun.html
4150fast/text/selection-hard-linebreak.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004151fast/text/selection-painted-separately.html
4152fast/text/shadow-no-blur.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004153fast/text/should-use-atsui.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004154fast/text/soft-hyphen-2.html
4155fast/text/soft-hyphen-3.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004156fast/text/softHyphen.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004157fast/text/stroking-decorations.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004158fast/text/stroking.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004159fast/text/textIteratorNilRenderer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004160fast/text/updateNewFont.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004161fast/text/wbr-in-pre-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004162fast/text/wbr-pre.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004163fast/text/wbr-styled.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004164fast/text/wbr.html
4165fast/text/whitespace/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004166fast/text/whitespace/002.html
4167fast/text/whitespace/003.html
4168fast/text/whitespace/004.html
4169fast/text/whitespace/005.html
4170fast/text/whitespace/006.html
4171fast/text/whitespace/007.html
4172fast/text/whitespace/008.html
4173fast/text/whitespace/009.html
4174fast/text/whitespace/010.html
4175fast/text/whitespace/011.html
4176fast/text/whitespace/012.html
4177fast/text/whitespace/013.html
4178fast/text/whitespace/014.html
4179fast/text/whitespace/015.html
4180fast/text/whitespace/016.html
4181fast/text/whitespace/017.html
4182fast/text/whitespace/018.html
4183fast/text/whitespace/019.html
4184fast/text/whitespace/020.html
4185fast/text/whitespace/021.html
4186fast/text/whitespace/022.html
4187fast/text/whitespace/023.html
4188fast/text/whitespace/024.html
4189fast/text/whitespace/025.html
4190fast/text/whitespace/026.html
4191fast/text/whitespace/027.html
4192fast/text/whitespace/028.html
4193fast/text/whitespace/029.html
4194fast/text/whitespace/030.html
4195fast/text/whitespace/nbsp-mode-and-linewraps.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004196fast/text/whitespace/nowrap-clear-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004197fast/text/whitespace/pre-newline-box-test.html
4198fast/text/whitespace/pre-wrap-last-char.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004199fast/text/whitespace/span-in-word-space-causes-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004200fast/text/wide-zero-width-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004201fast/text/word-break-soft-hyphen.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004202fast/text/word-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004203fast/tokenizer/001.html
4204fast/tokenizer/002.html
4205fast/tokenizer/003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004206fast/tokenizer/external-script-document-write.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004207fast/tokenizer/external-script-document-write_2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004208fast/tokenizer/missing-title-end-tag-1.html
4209fast/tokenizer/missing-title-end-tag-2.html
4210fast/tokenizer/script_extra_close.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004211fast/transforms/diamond.html
4212fast/transforms/identity-matrix.html
4213fast/transforms/matrix-01.html
4214fast/transforms/matrix-02.html
4215fast/transforms/overflow-with-transform.html
4216fast/transforms/shadows.html
4217fast/transforms/skew-with-unitless-zero.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004218fast/transforms/transform-on-inline.html
4219fast/transforms/transform-overflow.html
4220fast/transforms/transform-table-row.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004221fast/transforms/transformed-caret.html
4222fast/transforms/transformed-document-element.html
4223fast/transforms/transformed-focused-text-input.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004224fast/transforms/transforms-with-opacity.html
4225fast/transforms/transforms-with-zoom.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004226
4227# ------- failures due to missing support for particular XSLT features
4228# xsl:output
4229fast/xsl/xslt-doc-enc.xml
4230fast/xsl/xslt-url.xml
4231fast/xsl/default-html.html
4232fast/xsl/xslt-text.html
4233fast/xsl/xslt-entity.xml
4234fast/xsl/xslt-extra-content-at-end.xml
4235# external entities support
4236fast/xsl/dtd-in-source-document.xml
4237fast/xsl/xslt-second-level-import.xml
4238fast/parser/external-entities-in-xslt.xml
4239# exslt:node-set() function
4240fast/xsl/exslt-node-set.xml
4241# xsl:import
4242fast/xsl/import-after-comment.xml
4243fast/xsl/xslt-import-depth.xml
4244fast/xsl/xslt-nested-stylesheets.xml
4245# xsl:attribute-set
4246fast/xsl/mozilla-tests.xml
4247# xsl:sort: lang and case-order
4248fast/xsl/sort-locale.xml
4249fast/xsl/sort-unicode.xml
4250# output formatting issues (might be related to the lack of xsl:output support)
4251fast/xsl/xslt-processor.html
4252# to be investigated
4253fast/xsl/xslt-enc16.xml
4254fast/xsl/xslt-enc16to16.xml
4255fast/xsl/xslt-enc-cyr.xml
4256fast/xsl/xslt-enc.xml
4257fast/xsl/xslt-relative-path.xml
4258fast/xsl/xslt-missing-namespace-in-xslt.xml
4259fast/xsl/xslt_unicode.xml
4260
4261fast/forms/drag-out-of-textarea.html
4262fast/frames/frame-src-attribute.html
4263fast/overflow/003.xml
4264fast/text/international/bidi-menulist.html
4265fast/text/international/wrap-CJK-001.html
4266fast/xpath/string-value.html
4267
4268# ============================================================================= #
4269# failing fonts tests
4270# ============================================================================= #
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004271fonts/cursive.html
4272fonts/default.html
4273fonts/fantasy.html
4274fonts/monospace.html
4275fonts/sans-serif.html
4276fonts/serif.html
yuzo@google.com0cdcbbe2010-03-15 08:33:18 +00004277printing/return-from-printing-mode.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004278
4279# ============================================================================= #
4280# failing scrollbars tests
4281# ============================================================================= #
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004282scrollbars/basic-scrollbar.html
4283scrollbars/disabled-scrollbar.html
4284scrollbars/listbox-scrollbar-combinations.html
4285scrollbars/overflow-scrollbar-combinations.html
4286scrollbars/scrollbar-buttons.html
4287scrollbars/scrollbar-orientation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004288
4289# ============================================================================= #
4290# failing security tests
4291# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00004292# https://bugs.webkit.org/show_bug.cgi?id=39160
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004293security/block-test-no-port.html
robert@webkit.org188a1262010-06-07 14:43:15 +00004294security/block-test.html
4295
4296# ============================================================================= #
4297# failing tables tests
4298# ============================================================================= #
4299
4300# -- fail with --platform mac --ignore-metrics
4301tables/mozilla/bugs/bug194024.html
4302tables/mozilla/bugs/bug2479-3.html
4303tables/mozilla/bugs/bug2479-4.html
4304tables/mozilla/bugs/bug30559.html
4305tables/mozilla/bugs/bug30692.html
4306tables/mozilla/bugs/bug46623-1.html
4307tables/mozilla_expected_failures/collapsing_borders/bug41262-5.html
4308tables/mozilla_expected_failures/collapsing_borders/bug41262-6.html
4309tables/mozilla/other/wa_table_tr_align.html
4310
4311# -- pass with --platform mac --ignore-metrics
4312tables/mozilla/bugs/bug51140.html
4313tables/mozilla/bugs/bug103533.html
4314tables/mozilla/marvin/backgr_index.html
4315tables/mozilla/marvin/backgr_layers-opacity.html
4316tables/mozilla/marvin/backgr_position-table.html
4317tables/mozilla/marvin/backgr_simple-table-cell.html
4318tables/mozilla/marvin/backgr_simple-table-column-group.html
4319tables/mozilla/marvin/backgr_simple-table-column.html
4320tables/mozilla/marvin/backgr_simple-table-row-group.html
4321tables/mozilla/marvin/backgr_simple-table-row.html
4322tables/mozilla/marvin/backgr_simple-table.html
4323tables/mozilla_expected_failures/marvin/backgr_border-table-cell.html
4324tables/mozilla_expected_failures/marvin/backgr_border-table-column-group.html
4325tables/mozilla_expected_failures/marvin/backgr_border-table-column.html
4326tables/mozilla_expected_failures/marvin/backgr_border-table-quirks.html
4327tables/mozilla_expected_failures/marvin/backgr_border-table-row-group.html
4328tables/mozilla_expected_failures/marvin/backgr_border-table-row.html
4329tables/mozilla_expected_failures/marvin/backgr_border-table.html
4330tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html
4331tables/mozilla_expected_failures/marvin/backgr_layers-hide.html
4332tables/mozilla_expected_failures/marvin/backgr_layers-show.html
4333tables/mozilla_expected_failures/marvin/backgr_position-table-cell.html
4334tables/mozilla_expected_failures/marvin/backgr_position-table-column-group.html
4335tables/mozilla_expected_failures/marvin/backgr_position-table-column.html
4336tables/mozilla_expected_failures/marvin/backgr_position-table-row-group.html
4337tables/mozilla_expected_failures/marvin/backgr_position-table-row.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004338tables/mozilla/bugs/45621.html
4339tables/mozilla/bugs/bug10009.html
4340tables/mozilla/bugs/bug100334.html
4341tables/mozilla/bugs/bug10036.html
4342tables/mozilla/bugs/bug10039.html
4343tables/mozilla/bugs/bug101201.html
4344tables/mozilla/bugs/bug101674.html
4345tables/mozilla/bugs/bug102145-1.html
4346tables/mozilla/bugs/bug102145-2.html
4347tables/mozilla/bugs/bug102145-3.html
4348tables/mozilla/bugs/bug102145-4.html
4349tables/mozilla/bugs/bug10269-1.html
4350tables/mozilla/bugs/bug10269-2.html
4351tables/mozilla/bugs/bug10296-1.html
4352tables/mozilla/bugs/bug10296-2.html
4353tables/mozilla/bugs/bug1055-1.html
4354tables/mozilla/bugs/bug10565.html
4355tables/mozilla/bugs/bug106158-1.html
4356tables/mozilla/bugs/bug106158-2.html
4357tables/mozilla/bugs/bug10633.html
4358tables/mozilla/bugs/bug1067-1.html
4359tables/mozilla/bugs/bug1067-2.html
4360tables/mozilla/bugs/bug106795.html
4361tables/mozilla/bugs/bug106816.html
4362tables/mozilla/bugs/bug108340.html
4363tables/mozilla/bugs/bug109043.html
4364tables/mozilla/bugs/bug11026.html
4365tables/mozilla/bugs/bug110566.html
4366tables/mozilla/bugs/bug11321.html
4367tables/mozilla/bugs/bug113235-1.html
4368tables/mozilla/bugs/bug113235-2.html
4369tables/mozilla/bugs/bug113235-3.html
4370tables/mozilla/bugs/bug113424.html
4371tables/mozilla/bugs/bug11384q.html
4372tables/mozilla/bugs/bug11384s.html
4373tables/mozilla/bugs/bug1163-1.html
4374tables/mozilla/bugs/bug1188.html
4375tables/mozilla/bugs/bug11944.html
4376tables/mozilla/bugs/bug119786.html
4377tables/mozilla/bugs/bug12008.html
4378tables/mozilla/bugs/bug120364.html
4379tables/mozilla/bugs/bug1220.html
4380tables/mozilla/bugs/bug1224.html
4381tables/mozilla/bugs/bug12268.html
4382tables/mozilla/bugs/bug12384.html
4383tables/mozilla/bugs/bug123862.html
4384tables/mozilla/bugs/bug1261.html
4385tables/mozilla/bugs/bug126742.html
4386tables/mozilla/bugs/bug12709.html
4387tables/mozilla/bugs/bug127267.html
4388tables/mozilla/bugs/bug128229.html
4389tables/mozilla/bugs/bug12908-1.html
4390tables/mozilla/bugs/bug12910.html
4391tables/mozilla/bugs/bug1296.html
4392tables/mozilla/bugs/bug1302.html
4393tables/mozilla/bugs/bug131020.html
4394tables/mozilla/bugs/bug131020_iframe.html
4395tables/mozilla/bugs/bug13105.html
4396tables/mozilla/bugs/bug13118.html
4397tables/mozilla/bugs/bug1318.html
4398tables/mozilla/bugs/bug13196.html
4399tables/mozilla/bugs/bug133756-1.html
4400tables/mozilla/bugs/bug133756-2.html
4401tables/mozilla/bugs/bug133948.html
4402tables/mozilla/bugs/bug13484.html
4403tables/mozilla/bugs/bug13526.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004404tables/mozilla/bugs/bug137388-1.html
4405tables/mozilla/bugs/bug137388-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004406tables/mozilla/bugs/bug138725.html
4407tables/mozilla/bugs/bug139524-1.html
4408tables/mozilla/bugs/bug139524-2.html
4409tables/mozilla/bugs/bug139524-3.html
4410tables/mozilla/bugs/bug139524-4.html
4411tables/mozilla/bugs/bug14159-1.html
4412tables/mozilla/bugs/bug14159-3.html
4413tables/mozilla/bugs/bug1430.html
4414tables/mozilla/bugs/bug14323.html
4415tables/mozilla/bugs/bug145572.html
4416tables/mozilla/bugs/bug1474.html
4417tables/mozilla/bugs/bug149275-1.html
4418tables/mozilla/bugs/bug149275-2.html
4419tables/mozilla/bugs/bug14929.html
4420tables/mozilla/bugs/bug15247.html
4421tables/mozilla/bugs/bug154780.html
4422tables/mozilla/bugs/bug15544.html
4423tables/mozilla/bugs/bug157890.html
4424tables/mozilla/bugs/bug159108.html
4425tables/mozilla/bugs/bug15933.html
4426tables/mozilla/bugs/bug16012.html
4427tables/mozilla/bugs/bug16252.html
4428tables/mozilla/bugs/bug17130-1.html
4429tables/mozilla/bugs/bug17130-2.html
4430tables/mozilla/bugs/bug17138.html
4431tables/mozilla/bugs/bug17168.html
4432tables/mozilla/bugs/bug175455-4.html
4433tables/mozilla/bugs/bug17548.html
4434tables/mozilla/bugs/bug17587.html
4435tables/mozilla/bugs/bug1800.html
4436tables/mozilla/bugs/bug1802.html
4437tables/mozilla/bugs/bug1802s.html
4438tables/mozilla/bugs/bug1809.html
4439tables/mozilla/bugs/bug1818-1.html
4440tables/mozilla/bugs/bug1818-2.html
4441tables/mozilla/bugs/bug1818-4.html
4442tables/mozilla/bugs/bug1818-5.html
4443tables/mozilla/bugs/bug1828.html
4444tables/mozilla/bugs/bug18359.html
4445tables/mozilla/bugs/bug18440.html
4446tables/mozilla/bugs/bug18558.html
4447tables/mozilla/bugs/bug18664.html
4448tables/mozilla/bugs/bug18955.html
4449tables/mozilla/bugs/bug19061-1.html
4450tables/mozilla/bugs/bug19061-2.html
4451tables/mozilla/bugs/bug19356.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004452tables/mozilla/bugs/bug19599.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004453tables/mozilla/bugs/bug2050.html
4454tables/mozilla/bugs/bug20579.html
4455tables/mozilla/bugs/bug2065.html
4456tables/mozilla/bugs/bug20804.html
4457tables/mozilla/bugs/bug2123.html
4458tables/mozilla/bugs/bug21299.html
4459tables/mozilla/bugs/bug215629.html
4460tables/mozilla/bugs/bug21918.html
4461tables/mozilla/bugs/bug219693-1.html
4462tables/mozilla/bugs/bug219693-2.html
4463tables/mozilla/bugs/bug22019.html
4464tables/mozilla/bugs/bug220536.html
4465tables/mozilla/bugs/bug221784-1.html
4466tables/mozilla/bugs/bug221784-2.html
4467tables/mozilla/bugs/bug22246-2a.html
4468tables/mozilla/bugs/bug22246-2.html
4469tables/mozilla/bugs/bug22246-3a.html
4470tables/mozilla/bugs/bug22246-3.html
4471tables/mozilla/bugs/bug222846.html
4472tables/mozilla/bugs/bug22513.html
4473tables/mozilla/bugs/bug2267.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004474tables/mozilla/bugs/bug227123.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004475tables/mozilla/bugs/bug2296.html
4476tables/mozilla/bugs/bug23072.html
4477tables/mozilla/bugs/bug23151.html
4478tables/mozilla/bugs/bug23235.html
4479tables/mozilla/bugs/bug23299.html
4480tables/mozilla/bugs/bug23994.html
4481tables/mozilla/bugs/bug24200.html
4482tables/mozilla/bugs/bug24503.html
4483tables/mozilla/bugs/bug24627.html
4484tables/mozilla/bugs/bug24661.html
4485tables/mozilla/bugs/bug2469.html
4486tables/mozilla/bugs/bug2479-1.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004487tables/mozilla/bugs/bug2479-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004488tables/mozilla/bugs/bug24880.html
4489tables/mozilla/bugs/bug25004.html
4490tables/mozilla/bugs/bug25074.html
4491tables/mozilla/bugs/bug25086.html
4492tables/mozilla/bugs/bug2509.html
4493tables/mozilla/bugs/bug2516.html
4494tables/mozilla/bugs/bug25367.html
4495tables/mozilla/bugs/bug25663.html
4496tables/mozilla/bugs/bug2585.html
4497tables/mozilla/bugs/bug26178.html
4498tables/mozilla/bugs/bug26553.html
4499tables/mozilla/bugs/bug2684.html
4500tables/mozilla/bugs/bug27038-1.html
4501tables/mozilla/bugs/bug27038-2.html
4502tables/mozilla/bugs/bug27038-3.html
4503tables/mozilla/bugs/bug275625.html
4504tables/mozilla/bugs/bug2757.html
4505tables/mozilla/bugs/bug2763.html
4506tables/mozilla/bugs/bug2773.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004507tables/mozilla/bugs/bug278266.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004508tables/mozilla/bugs/bug278385.html
4509tables/mozilla/bugs/bug27993-1.html
4510tables/mozilla/bugs/bug28341.html
4511tables/mozilla/bugs/bug2886-2.html
4512tables/mozilla/bugs/bug2886.html
4513tables/mozilla/bugs/bug28928.html
4514tables/mozilla/bugs/bug29058-1.html
4515tables/mozilla/bugs/bug29058-3.html
4516tables/mozilla/bugs/bug29157.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004517tables/mozilla/bugs/bug29326.html
4518tables/mozilla/bugs/bug29429.html
4519tables/mozilla/bugs/bug2947.html
4520tables/mozilla/bugs/bug2962.html
4521tables/mozilla/bugs/bug2973.html
4522tables/mozilla/bugs/bug2981-1.html
4523tables/mozilla/bugs/bug2981-2.html
4524tables/mozilla/bugs/bug2997.html
4525tables/mozilla/bugs/bug30273.html
4526tables/mozilla/bugs/bug30332-1.html
4527tables/mozilla/bugs/bug30332-2.html
4528tables/mozilla/bugs/bug3037-1.html
4529tables/mozilla/bugs/bug3037-2.html
4530tables/mozilla/bugs/bug30418.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004531tables/mozilla/bugs/bug30985.html
4532tables/mozilla/bugs/bug3103.html
4533tables/mozilla/bugs/bug3191.html
4534tables/mozilla/bugs/bug32205-2.html
4535tables/mozilla/bugs/bug32205-3.html
4536tables/mozilla/bugs/bug32205-5.html
4537tables/mozilla/bugs/bug32447.html
4538tables/mozilla/bugs/bug3260.html
4539tables/mozilla/bugs/bug3263.html
4540tables/mozilla/bugs/bug32841.html
4541tables/mozilla/bugs/bug3309-1.html
4542tables/mozilla/bugs/bug3309-2.html
4543tables/mozilla/bugs/bug33137.html
4544tables/mozilla/bugs/bug33855.html
4545tables/mozilla/bugs/bug34176.html
4546tables/mozilla/bugs/bug34538.html
4547tables/mozilla/bugs/bug3454.html
4548tables/mozilla/bugs/bug35662.html
4549tables/mozilla/bugs/bug3681-1.html
4550tables/mozilla/bugs/bug3681-2.html
4551tables/mozilla/bugs/bug3718.html
4552tables/mozilla/bugs/bug38916.html
4553tables/mozilla/bugs/bug39209.html
4554tables/mozilla/bugs/bug3977.html
4555tables/mozilla/bugs/bug40828.html
4556tables/mozilla/bugs/bug4093.html
4557tables/mozilla/bugs/bug41890.html
4558tables/mozilla/bugs/bug42187.html
4559tables/mozilla/bugs/bug42443.html
4560tables/mozilla/bugs/bug4284.html
4561tables/mozilla/bugs/bug43039.html
4562tables/mozilla/bugs/bug43204.html
4563tables/mozilla/bugs/bug4382.html
4564tables/mozilla/bugs/bug43854-1.html
4565tables/mozilla/bugs/bug43854-2.html
4566tables/mozilla/bugs/bug4385.html
4567tables/mozilla/bugs/bug4427.html
4568tables/mozilla/bugs/bug4429.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004569tables/mozilla/bugs/bug44505.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004570tables/mozilla/bugs/bug44523.html
4571tables/mozilla/bugs/bug4501.html
4572tables/mozilla/bugs/bug45055-2.html
4573tables/mozilla/bugs/bug45055.html
4574tables/mozilla/bugs/bug4520.html
4575tables/mozilla/bugs/bug4523.html
4576tables/mozilla/bugs/bug4527.html
4577tables/mozilla/bugs/bug45350.html
4578tables/mozilla/bugs/bug45486.html
4579tables/mozilla/bugs/bug4576.html
4580tables/mozilla/bugs/bug46268-1.html
4581tables/mozilla/bugs/bug46268-2.html
4582tables/mozilla/bugs/bug46268-3.html
4583tables/mozilla/bugs/bug46268-5.html
4584tables/mozilla/bugs/bug46268.html
4585tables/mozilla/bugs/bug46368-1.html
4586tables/mozilla/bugs/bug46368-2.html
4587tables/mozilla/bugs/bug46480-1.html
4588tables/mozilla/bugs/bug46480-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004589tables/mozilla/bugs/bug46623-2.html
4590tables/mozilla/bugs/bug46924.html
4591tables/mozilla/bugs/bug46944.html
4592tables/mozilla/bugs/bug4739.html
4593tables/mozilla/bugs/bug47432.html
4594tables/mozilla/bugs/bug48028-1.html
4595tables/mozilla/bugs/bug48028-2.html
4596tables/mozilla/bugs/bug4803.html
4597tables/mozilla/bugs/bug4849-2.html
4598tables/mozilla/bugs/bug4849.html
4599tables/mozilla/bugs/bug48827.html
4600tables/mozilla/bugs/bug50695-1.html
4601tables/mozilla/bugs/bug51037.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004602tables/mozilla/bugs/bug51727.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004603tables/mozilla/bugs/bug5188.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004604tables/mozilla/bugs/bug52505.html
4605tables/mozilla/bugs/bug52506.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004606tables/mozilla/bugs/bug53690-1.html
4607tables/mozilla/bugs/bug53690-2.html
4608tables/mozilla/bugs/bug53891.html
4609tables/mozilla/bugs/bug54450.html
4610tables/mozilla/bugs/bug5538.html
4611tables/mozilla/bugs/bug55527.html
4612tables/mozilla/bugs/bug55545.html
4613tables/mozilla/bugs/bug55694.html
4614tables/mozilla/bugs/bug55789.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004615tables/mozilla/bugs/bug56405.html
4616tables/mozilla/bugs/bug56563.html
4617tables/mozilla/bugs/bug57300.html
4618tables/mozilla/bugs/bug57378.html
4619tables/mozilla/bugs/bug57828-2.html
4620tables/mozilla/bugs/bug57828.html
4621tables/mozilla/bugs/bug5797.html
4622tables/mozilla/bugs/bug5798.html
4623tables/mozilla/bugs/bug5799.html
4624tables/mozilla/bugs/bug5835.html
4625tables/mozilla/bugs/bug5838.html
4626tables/mozilla/bugs/bug58402-1.html
4627tables/mozilla/bugs/bug59354.html
4628tables/mozilla/bugs/bug60013.html
4629tables/mozilla/bugs/bug60749.html
4630tables/mozilla/bugs/bug60804.html
4631tables/mozilla/bugs/bug60807.html
4632tables/mozilla/bugs/bug60992.html
4633tables/mozilla/bugs/bug6184.html
4634tables/mozilla/bugs/bug625.html
4635tables/mozilla/bugs/bug6304.html
4636tables/mozilla/bugs/bug63785.html
4637tables/mozilla/bugs/bug6404.html
4638tables/mozilla/bugs/bug641-1.html
4639tables/mozilla/bugs/bug641-2.html
4640tables/mozilla/bugs/bug647.html
4641tables/mozilla/bugs/bug650.html
4642tables/mozilla/bugs/bug6674.html
4643tables/mozilla/bugs/bug67864.html
4644tables/mozilla/bugs/bug67915-1.html
4645tables/mozilla/bugs/bug68912.html
4646tables/mozilla/bugs/bug68998.html
4647tables/mozilla/bugs/bug69187.html
4648tables/mozilla/bugs/bug69382-1.html
4649tables/mozilla/bugs/bug69382-2.html
4650tables/mozilla/bugs/bug709.html
4651tables/mozilla/bugs/bug7112-1.html
4652tables/mozilla/bugs/bug7112-2.html
4653tables/mozilla/bugs/bug7121-1.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004654tables/mozilla/bugs/bug72359.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004655tables/mozilla/bugs/bug727.html
4656tables/mozilla/bugs/bug73321.html
4657tables/mozilla/bugs/bug7342.html
4658tables/mozilla/bugs/bug7471.html
4659tables/mozilla/bugs/bug75250.html
4660tables/mozilla/bugs/bug7714.html
4661tables/mozilla/bugs/bug78162.html
4662tables/mozilla/bugs/bug8032-1.html
4663tables/mozilla/bugs/bug80762-1.html
4664tables/mozilla/bugs/bug81934.html
4665tables/mozilla/bugs/bug82946-1.html
4666tables/mozilla/bugs/bug82946-2.html
4667tables/mozilla/bugs/bug8361.html
4668tables/mozilla/bugs/bug83786.html
4669tables/mozilla/bugs/bug8381.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004670tables/mozilla/bugs/bug8411.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004671tables/mozilla/bugs/bug86220.html
4672tables/mozilla/bugs/bug86708.html
4673tables/mozilla/bugs/bug88035-1.html
4674tables/mozilla/bugs/bug88035-2.html
4675tables/mozilla/bugs/bug88524.html
4676tables/mozilla/bugs/bug8858.html
4677tables/mozilla/bugs/bug8950.html
4678tables/mozilla/bugs/bug9072.html
4679tables/mozilla/bugs/bug9123-1.html
4680tables/mozilla/bugs/bug9123-2.html
4681tables/mozilla/bugs/bug92143.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004682tables/mozilla/bugs/bug9271-1.html
4683tables/mozilla/bugs/bug9271-2.html
4684tables/mozilla/bugs/bug92868.html
4685tables/mozilla/bugs/bug93363.html
4686tables/mozilla/bugs/bug96334.html
4687tables/mozilla/bugs/bug96343.html
4688tables/mozilla/bugs/bug963.html
4689tables/mozilla/bugs/bug965.html
4690tables/mozilla/bugs/bug97138.html
4691tables/mozilla/bugs/bug97383.html
4692tables/mozilla/bugs/bug98196.html
4693tables/mozilla/bugs/bug9879-1.html
4694tables/mozilla/bugs/bug99923.html
4695tables/mozilla/bugs/bug99948.html
4696tables/mozilla/collapsing_borders/bug127040.html
4697tables/mozilla/collapsing_borders/bug41262-3.html
4698tables/mozilla/collapsing_borders/bug41262-4.html
4699tables/mozilla/core/bloomberg.html
4700tables/mozilla/core/borders.html
4701tables/mozilla/core/box_sizing.html
4702tables/mozilla/core/captions.html
4703tables/mozilla/core/cell_heights.html
4704tables/mozilla/core/col_span.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004705tables/mozilla/core/col_widths_auto_autoFix.html
4706tables/mozilla/core/col_widths_auto_autoFixPer.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004707tables/mozilla/core/col_widths_auto_auto.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004708tables/mozilla/core/col_widths_auto_autoPer.html
4709tables/mozilla/core/col_widths_auto_fix.html
4710tables/mozilla/core/col_widths_auto_fixPer.html
4711tables/mozilla/core/col_widths_auto_per.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004712tables/mozilla/core/col_widths_fix_autoFix.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004713tables/mozilla/core/col_widths_fix_auto.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004714tables/mozilla/core/col_widths_fix_autoPer.html
4715tables/mozilla/core/col_widths_fix_fix.html
4716tables/mozilla/core/col_widths_fix_fixPer.html
4717tables/mozilla/core/col_widths_fix_per.html
4718tables/mozilla/core/margins.html
4719tables/mozilla/core/misc.html
4720tables/mozilla/core/nested1.html
4721tables/mozilla/core/one_row.html
4722tables/mozilla/core/row_span.html
4723tables/mozilla/core/table_frame.html
4724tables/mozilla/core/table_heights.html
4725tables/mozilla/core/table_rules.html
4726tables/mozilla/core/table_widths.html
4727tables/mozilla/dom/appendCol2.html
4728tables/mozilla/dom/appendRowsExpand1.html
4729tables/mozilla/dom/appendTbodyExpand1.html
4730tables/mozilla/dom/deleteCellsRebuild1.html
4731tables/mozilla/dom/deleteCellsShrink1.html
4732tables/mozilla/dom/deleteCellsShrink2.html
4733tables/mozilla/dom/deleteCol1.html
4734tables/mozilla/dom/deleteCol2.html
4735tables/mozilla/dom/deleteCol3.html
4736tables/mozilla/dom/deleteColGroup1.html
4737tables/mozilla/dom/deleteColGroup2.html
4738tables/mozilla/dom/deleteRowsRebuild1.html
4739tables/mozilla/dom/deleteRowsShrink1.html
4740tables/mozilla/dom/deleteTbodyExpand1.html
4741tables/mozilla/dom/deleteTbodyRebuild1.html
4742tables/mozilla/dom/insertCellsExpand1.html
4743tables/mozilla/dom/insertCellsExpand2.html
4744tables/mozilla/dom/insertCellsRebuild1.html
4745tables/mozilla/dom/insertCellsRebuild2.html
4746tables/mozilla/dom/insertColGroups1.html
4747tables/mozilla/dom/insertColGroups2.html
4748tables/mozilla/dom/insertCols1.html
4749tables/mozilla/dom/insertCols2.html
4750tables/mozilla/dom/insertCols3.html
4751tables/mozilla/dom/insertCols4.html
4752tables/mozilla/dom/insertCols5.html
4753tables/mozilla/dom/insertRowsExpand1.html
4754tables/mozilla/dom/insertRowsRebuild1.html
4755tables/mozilla/dom/tableDom.html
4756tables/mozilla_expected_failures/bugs/97619.html
4757tables/mozilla_expected_failures/bugs/bug1010.html
4758tables/mozilla_expected_failures/bugs/bug10140.html
4759tables/mozilla_expected_failures/bugs/bug101759.html
4760tables/mozilla_expected_failures/bugs/bug10216.html
4761tables/mozilla_expected_failures/bugs/bug104898.html
4762tables/mozilla_expected_failures/bugs/bug1055-2.html
4763tables/mozilla_expected_failures/bugs/bug106336.html
4764tables/mozilla_expected_failures/bugs/bug106966.html
4765tables/mozilla_expected_failures/bugs/bug1128.html
4766tables/mozilla_expected_failures/bugs/bug11331.html
4767tables/mozilla_expected_failures/bugs/bug1164.html
4768tables/mozilla_expected_failures/bugs/bug11945.html
4769tables/mozilla_expected_failures/bugs/bug1262.html
4770tables/mozilla_expected_failures/bugs/bug131020-3.html
4771tables/mozilla_expected_failures/bugs/bug14007-1.html
4772tables/mozilla_expected_failures/bugs/bug14007-2.html
4773tables/mozilla_expected_failures/bugs/bug14159-2.html
4774tables/mozilla_expected_failures/bugs/bug14489.html
4775tables/mozilla_expected_failures/bugs/bug1647.html
4776tables/mozilla_expected_failures/bugs/bug1725.html
4777tables/mozilla_expected_failures/bugs/bug17826.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004778tables/mozilla_expected_failures/bugs/bug178855.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004779tables/mozilla_expected_failures/bugs/bug18770.html
4780tables/mozilla_expected_failures/bugs/bug19526.html
4781tables/mozilla_expected_failures/bugs/bug21518.html
4782tables/mozilla_expected_failures/bugs/bug220653.html
4783tables/mozilla_expected_failures/bugs/bug22122.html
4784tables/mozilla_expected_failures/bugs/bug2479-5.html
4785tables/mozilla_expected_failures/bugs/bug24880-1.html
4786tables/mozilla_expected_failures/bugs/bug25707.html
4787tables/mozilla_expected_failures/bugs/bug27993-2.html
4788tables/mozilla_expected_failures/bugs/bug29058-2.html
4789tables/mozilla_expected_failures/bugs/bug3105.html
4790tables/mozilla_expected_failures/bugs/bug3166-10.html
4791tables/mozilla_expected_failures/bugs/bug3166-11.html
4792tables/mozilla_expected_failures/bugs/bug3166-12.html
4793tables/mozilla_expected_failures/bugs/bug3166-13.html
4794tables/mozilla_expected_failures/bugs/bug3166-14.html
4795tables/mozilla_expected_failures/bugs/bug3166-15.html
4796tables/mozilla_expected_failures/bugs/bug3166-16.html
4797tables/mozilla_expected_failures/bugs/bug3166-17.html
4798tables/mozilla_expected_failures/bugs/bug3166-18.html
4799tables/mozilla_expected_failures/bugs/bug3166-1.html
4800tables/mozilla_expected_failures/bugs/bug3166-2.html
4801tables/mozilla_expected_failures/bugs/bug3166-3.html
4802tables/mozilla_expected_failures/bugs/bug3166-4.html
4803tables/mozilla_expected_failures/bugs/bug3166-5.html
4804tables/mozilla_expected_failures/bugs/bug3166-6.html
4805tables/mozilla_expected_failures/bugs/bug3166-7.html
4806tables/mozilla_expected_failures/bugs/bug3166-8.html
4807tables/mozilla_expected_failures/bugs/bug3166-9.html
4808tables/mozilla_expected_failures/bugs/bug32205-1.html
4809tables/mozilla_expected_failures/bugs/bug32205-4.html
4810tables/mozilla_expected_failures/bugs/bug33784.html
4811tables/mozilla_expected_failures/bugs/bug42043.html
4812tables/mozilla_expected_failures/bugs/bug4294.html
4813tables/mozilla_expected_failures/bugs/bug45621.html
4814tables/mozilla_expected_failures/bugs/bug46268-4.html
4815tables/mozilla_expected_failures/bugs/bug47163.html
4816tables/mozilla_expected_failures/bugs/bug51000.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004817tables/mozilla_expected_failures/bugs/bug56024.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004818tables/mozilla_expected_failures/bugs/bug58402-2.html
4819tables/mozilla_expected_failures/bugs/bug59252.html
4820tables/mozilla_expected_failures/bugs/bug61042-1.html
4821tables/mozilla_expected_failures/bugs/bug61042-2.html
4822tables/mozilla_expected_failures/bugs/bug65372.html
4823tables/mozilla_expected_failures/bugs/bug67915-2.html
4824tables/mozilla_expected_failures/bugs/bug6933.html
4825tables/mozilla_expected_failures/bugs/bug7113.html
4826tables/mozilla_expected_failures/bugs/bug7121-2.html
4827tables/mozilla_expected_failures/bugs/bug72393.html
4828tables/mozilla_expected_failures/bugs/bug7243.html
4829tables/mozilla_expected_failures/bugs/bug73629.html
4830tables/mozilla_expected_failures/bugs/bug80762-2.html
4831tables/mozilla_expected_failures/bugs/bug8499.html
4832tables/mozilla_expected_failures/bugs/bug85016.html
4833tables/mozilla_expected_failures/bugs/bug89315.html
4834tables/mozilla_expected_failures/bugs/bug91057.html
4835tables/mozilla_expected_failures/bugs/bug92647-1.html
4836tables/mozilla_expected_failures/bugs/bug92868_1.html
4837tables/mozilla_expected_failures/bugs/bug9879-1.html
4838tables/mozilla_expected_failures/collapsing_borders/bug41262-1.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004839tables/mozilla_expected_failures/core/backgrounds.html
4840tables/mozilla_expected_failures/core/captions1.html
4841tables/mozilla_expected_failures/core/captions2.html
4842tables/mozilla_expected_failures/core/captions3.html
4843tables/mozilla_expected_failures/core/cols1.html
4844tables/mozilla_expected_failures/core/col_span2.html
4845tables/mozilla_expected_failures/core/columns.html
4846tables/mozilla_expected_failures/core/conflicts.html
4847tables/mozilla_expected_failures/core/standards1.html
4848tables/mozilla_expected_failures/dom/appendCells1.html
4849tables/mozilla_expected_failures/dom/appendCellsRebuild1.html
4850tables/mozilla_expected_failures/dom/appendCol1.html
4851tables/mozilla_expected_failures/dom/appendColGroup1.html
4852tables/mozilla_expected_failures/dom/insertTbodyExpand1.html
4853tables/mozilla_expected_failures/dom/insertTbodyRebuild1.html
4854tables/mozilla_expected_failures/marvin/table_frame_above.html
4855tables/mozilla_expected_failures/marvin/table_frame_below.html
4856tables/mozilla_expected_failures/marvin/table_frame_hsides.html
4857tables/mozilla_expected_failures/marvin/table_frame_lhs.html
4858tables/mozilla_expected_failures/marvin/table_frame_rhs.html
4859tables/mozilla_expected_failures/marvin/table_frame_void.html
4860tables/mozilla_expected_failures/marvin/table_frame_vsides.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004861tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html
4862tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html
4863tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004864tables/mozilla_expected_failures/marvin/table_overflow_caption.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004865tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html
4866tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html
4867tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html
4868tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow.html
4869tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row.html
4870tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_table.html
4871tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody.html
4872tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html
4873tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html
4874tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html
4875tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell.html
4876tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling.html
4877tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row.html
4878tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004879tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004880tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004881tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody.html
4882tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling.html
4883tables/mozilla_expected_failures/marvin/table_overflow_td_align_right.html
4884tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate.html
4885tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom.html
4886tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle.html
4887tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top.html
4888tables/mozilla_expected_failures/marvin/table_rules_cols.html
4889tables/mozilla_expected_failures/marvin/table_rules_rows.html
4890tables/mozilla_expected_failures/marvin/tables_caption_align_left.html
4891tables/mozilla_expected_failures/marvin/tables_caption_align_right.html
4892tables/mozilla_expected_failures/marvin/tables_cellspacing_pct.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00004893tables/mozilla_expected_failures/marvin/x_caption_align_left.xml
4894tables/mozilla_expected_failures/marvin/x_caption_align_right.xml
4895tables/mozilla_expected_failures/marvin/x_colgroup_width_px.xml
4896tables/mozilla_expected_failures/marvin/x_table_frame_above.xml
4897tables/mozilla_expected_failures/marvin/x_table_frame_below.xml
4898tables/mozilla_expected_failures/marvin/x_table_frame_border.xml
4899tables/mozilla_expected_failures/marvin/x_table_frame_box.xml
4900tables/mozilla_expected_failures/marvin/x_table_frame_hsides.xml
4901tables/mozilla_expected_failures/marvin/x_table_frame_lhs.xml
4902tables/mozilla_expected_failures/marvin/x_table_frame_rhs.xml
4903tables/mozilla_expected_failures/marvin/x_table_frame_vsides.xml
4904tables/mozilla_expected_failures/marvin/x_table_rules_all.xml
4905tables/mozilla_expected_failures/marvin/x_table_rules_cols.xml
4906tables/mozilla_expected_failures/marvin/x_table_rules_rows.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00004907tables/mozilla_expected_failures/other/empty_cells.html
4908tables/mozilla_expected_failures/other/test4.html
4909tables/mozilla/images/adforce_imgis_com.html
4910tables/mozilla/marvin/body_col.html
4911tables/mozilla/marvin/body_tbody.html
4912tables/mozilla/marvin/body_tfoot.html
4913tables/mozilla/marvin/body_thead.html
4914tables/mozilla/marvin/colgroup_align_center.html
4915tables/mozilla/marvin/colgroup_align_justify.html
4916tables/mozilla/marvin/colgroup_align_left.html
4917tables/mozilla/marvin/colgroup_align_right.html
4918tables/mozilla/marvin/colgroup_span.html
4919tables/mozilla/marvin/colgroup_valign_baseline.html
4920tables/mozilla/marvin/colgroup_valign_bottom.html
4921tables/mozilla/marvin/colgroup_valign_middle.html
4922tables/mozilla/marvin/colgroup_valign_top.html
4923tables/mozilla/marvin/colgroup_width_pct.html
4924tables/mozilla/marvin/colgroup_width_px.html
4925tables/mozilla/marvin/col_span.html
4926tables/mozilla/marvin/table_frame_border.html
4927tables/mozilla/marvin/table_frame_box.html
4928tables/mozilla/marvin/table_overflow_hidden_td.html
4929tables/mozilla/marvin/table_overflow_td_dynamic_deactivate.html
4930tables/mozilla/marvin/table_row_align_center.html
4931tables/mozilla/marvin/table_row_align_left.html
4932tables/mozilla/marvin/table_row_align_right.html
4933tables/mozilla/marvin/table_rules_all.html
4934tables/mozilla/marvin/table_rules_groups.html
4935tables/mozilla/marvin/table_rules_none.html
4936tables/mozilla/marvin/tables_align_center.html
4937tables/mozilla/marvin/tables_align_left.html
4938tables/mozilla/marvin/tables_align_right.html
4939tables/mozilla/marvin/tables_bgcolor_aqua.html
4940tables/mozilla/marvin/tables_bgcolor_aqua_rgb.html
4941tables/mozilla/marvin/tables_bgcolor_black.html
4942tables/mozilla/marvin/tables_bgcolor_black_rgb.html
4943tables/mozilla/marvin/tables_bgcolor_blue.html
4944tables/mozilla/marvin/tables_bgcolor_blue_rgb.html
4945tables/mozilla/marvin/tables_bgcolor_fuchsia.html
4946tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb.html
4947tables/mozilla/marvin/tables_bgcolor_gray.html
4948tables/mozilla/marvin/tables_bgcolor_gray_rgb.html
4949tables/mozilla/marvin/tables_bgcolor_green.html
4950tables/mozilla/marvin/tables_bgcolor_green_rgb.html
4951tables/mozilla/marvin/tables_bgcolor_lime.html
4952tables/mozilla/marvin/tables_bgcolor_lime_rgb.html
4953tables/mozilla/marvin/tables_bgcolor_maroon.html
4954tables/mozilla/marvin/tables_bgcolor_maroon_rgb.html
4955tables/mozilla/marvin/tables_bgcolor_navy.html
4956tables/mozilla/marvin/tables_bgcolor_navy_rgb.html
4957tables/mozilla/marvin/tables_bgcolor_olive.html
4958tables/mozilla/marvin/tables_bgcolor_olive_rgb.html
4959tables/mozilla/marvin/tables_bgcolor_purple.html
4960tables/mozilla/marvin/tables_bgcolor_purple_rgb.html
4961tables/mozilla/marvin/tables_bgcolor_red.html
4962tables/mozilla/marvin/tables_bgcolor_red_rgb.html
4963tables/mozilla/marvin/tables_bgcolor_silver.html
4964tables/mozilla/marvin/tables_bgcolor_silver_rgb.html
4965tables/mozilla/marvin/tables_bgcolor_teal.html
4966tables/mozilla/marvin/tables_bgcolor_teal_rgb.html
4967tables/mozilla/marvin/tables_bgcolor_white.html
4968tables/mozilla/marvin/tables_bgcolor_white_rgb.html
4969tables/mozilla/marvin/tables_bgcolor_yellow.html
4970tables/mozilla/marvin/tables_bgcolor_yellow_rgb.html
4971tables/mozilla/marvin/tables_border_0.html
4972tables/mozilla/marvin/tables_border_1.html
4973tables/mozilla/marvin/tables_border_2.html
4974tables/mozilla/marvin/tables_border_3.html
4975tables/mozilla/marvin/tables_caption_align_bot.html
4976tables/mozilla/marvin/tables_caption_align_top.html
4977tables/mozilla/marvin/tables_cellpadding.html
4978tables/mozilla/marvin/tables_cellpadding_pct.html
4979tables/mozilla/marvin/tables_cellspacing.html
4980tables/mozilla/marvin/tables_class.html
4981tables/mozilla/marvin/tables_default.html
4982tables/mozilla/marvin/tables_id.html
4983tables/mozilla/marvin/tables_row_th_nowrap.html
4984tables/mozilla/marvin/tables_style.html
4985tables/mozilla/marvin/tables_td_align_center.html
4986tables/mozilla/marvin/tables_td_align_left.html
4987tables/mozilla/marvin/tables_td_align_right.html
4988tables/mozilla/marvin/tables_td_colspan.html
4989tables/mozilla/marvin/tables_td_height.html
4990tables/mozilla/marvin/tables_td_nowrap.html
4991tables/mozilla/marvin/tables_td_rowspan.html
4992tables/mozilla/marvin/tables_td_width.html
4993tables/mozilla/marvin/tables_th_align_center.html
4994tables/mozilla/marvin/tables_th_align_left.html
4995tables/mozilla/marvin/tables_th_align_right.html
4996tables/mozilla/marvin/tables_th_colspan.html
4997tables/mozilla/marvin/tables_th_height.html
4998tables/mozilla/marvin/tables_th_rowspan.html
4999tables/mozilla/marvin/tables_th_width.html
5000tables/mozilla/marvin/tables_width_percent.html
5001tables/mozilla/marvin/tables_width_px.html
5002tables/mozilla/marvin/tbody_align_center.html
5003tables/mozilla/marvin/tbody_align_char.html
5004tables/mozilla/marvin/tbody_align_justify.html
5005tables/mozilla/marvin/tbody_align_left.html
5006tables/mozilla/marvin/tbody_align_right.html
5007tables/mozilla/marvin/tbody_char.html
5008tables/mozilla/marvin/tbody_valign_baseline.html
5009tables/mozilla/marvin/tbody_valign_bottom.html
5010tables/mozilla/marvin/tbody_valign_middle.html
5011tables/mozilla/marvin/tbody_valign_top.html
5012tables/mozilla/marvin/td_valign_baseline.html
5013tables/mozilla/marvin/td_valign_bottom.html
5014tables/mozilla/marvin/td_valign_middle.html
5015tables/mozilla/marvin/td_valign_top.html
5016tables/mozilla/marvin/tfoot_align_center.html
5017tables/mozilla/marvin/tfoot_align_char.html
5018tables/mozilla/marvin/tfoot_align_justify.html
5019tables/mozilla/marvin/tfoot_align_left.html
5020tables/mozilla/marvin/tfoot_align_right.html
5021tables/mozilla/marvin/tfoot_char.html
5022tables/mozilla/marvin/tfoot_valign_baseline.html
5023tables/mozilla/marvin/tfoot_valign_bottom.html
5024tables/mozilla/marvin/tfoot_valign_middle.html
5025tables/mozilla/marvin/tfoot_valign_top.html
5026tables/mozilla/marvin/thead_align_center.html
5027tables/mozilla/marvin/thead_align_char.html
5028tables/mozilla/marvin/thead_align_justify.html
5029tables/mozilla/marvin/thead_align_left.html
5030tables/mozilla/marvin/thead_align_right.html
5031tables/mozilla/marvin/thead_char.html
5032tables/mozilla/marvin/thead_valign_baseline.html
5033tables/mozilla/marvin/thead_valign_bottom.html
5034tables/mozilla/marvin/thead_valign_middle.html
5035tables/mozilla/marvin/thead_valign_top.html
5036tables/mozilla/marvin/th_valign_baseline.html
5037tables/mozilla/marvin/th_valign_bottom.html
5038tables/mozilla/marvin/th_valign_middle.html
5039tables/mozilla/marvin/th_valign_top.html
5040tables/mozilla/marvin/tr_bgcolor_aqua_rgb.html
5041tables/mozilla/marvin/tr_bgcolor_black.html
5042tables/mozilla/marvin/tr_bgcolor_black_rgb.html
5043tables/mozilla/marvin/tr_bgcolor_blue.html
5044tables/mozilla/marvin/tr_bgcolor_blue_rgb.html
5045tables/mozilla/marvin/tr_bgcolor_fuchsia.html
5046tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb.html
5047tables/mozilla/marvin/tr_bgcolor_gray.html
5048tables/mozilla/marvin/tr_bgcolor_gray_rgb.html
5049tables/mozilla/marvin/tr_bgcolor_green.html
5050tables/mozilla/marvin/tr_bgcolor_green_rgb.html
5051tables/mozilla/marvin/tr_bgcolor_lime.html
5052tables/mozilla/marvin/tr_bgcolor_lime_rgb.html
5053tables/mozilla/marvin/tr_bgcolor_maroon.html
5054tables/mozilla/marvin/tr_bgcolor_maroon_rgb.html
5055tables/mozilla/marvin/tr_bgcolor_navy.html
5056tables/mozilla/marvin/tr_bgcolor_navy_rgb.html
5057tables/mozilla/marvin/tr_bgcolor_olive.html
5058tables/mozilla/marvin/tr_bgcolor_olive_rgb.html
5059tables/mozilla/marvin/tr_bgcolor_purple.html
5060tables/mozilla/marvin/tr_bgcolor_purple_rgb.html
5061tables/mozilla/marvin/tr_bgcolor_red.html
5062tables/mozilla/marvin/tr_bgcolor_red_rgb.html
5063tables/mozilla/marvin/tr_bgcolor_silver.html
5064tables/mozilla/marvin/tr_bgcolor_silver_rgb.html
5065tables/mozilla/marvin/tr_bgcolor_teal.html
5066tables/mozilla/marvin/tr_bgcolor_teal_rgb.html
5067tables/mozilla/marvin/tr_bgcolor_white.html
5068tables/mozilla/marvin/tr_bgcolor_white_rgb.html
5069tables/mozilla/marvin/tr_bgcolor_yellow.html
5070tables/mozilla/marvin/tr_bgcolor_yellow_rgb.html
5071tables/mozilla/marvin/tr_valign_baseline.html
5072tables/mozilla/marvin/tr_valign_bottom.html
5073tables/mozilla/marvin/tr_valign_middle.html
5074tables/mozilla/marvin/tr_valign_top.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005075tables/mozilla/marvin/x_caption_align_bottom.xml
5076tables/mozilla/marvin/x_caption_align_top.xml
5077tables/mozilla/marvin/x_caption_class.xml
5078tables/mozilla/marvin/x_caption_id.xml
5079tables/mozilla/marvin/x_caption_style.xml
5080tables/mozilla/marvin/x_col_align_center.xml
5081tables/mozilla/marvin/x_col_align_char.xml
5082tables/mozilla/marvin/x_col_align_justify.xml
5083tables/mozilla/marvin/x_col_align_left.xml
5084tables/mozilla/marvin/x_col_align_right.xml
5085tables/mozilla/marvin/x_colgroup_align_center.xml
5086tables/mozilla/marvin/x_colgroup_align_char.xml
5087tables/mozilla/marvin/x_colgroup_align_justify.xml
5088tables/mozilla/marvin/x_colgroup_align_left.xml
5089tables/mozilla/marvin/x_colgroup_align_right.xml
5090tables/mozilla/marvin/x_colgroup_span.xml
5091tables/mozilla/marvin/x_colgroup_valign_baseline.xml
5092tables/mozilla/marvin/x_colgroup_valign_bottom.xml
5093tables/mozilla/marvin/x_colgroup_valign_middle.xml
5094tables/mozilla/marvin/x_colgroup_valign_top.xml
5095tables/mozilla/marvin/x_colgroup_width_pct.xml
5096tables/mozilla/marvin/x_colgroup_width_rel.xml
5097tables/mozilla/marvin/x_col_span.xml
5098tables/mozilla/marvin/x_col_valign_baseline.xml
5099tables/mozilla/marvin/x_col_valign_bottom.xml
5100tables/mozilla/marvin/x_col_valign_middle.xml
5101tables/mozilla/marvin/x_col_valign_top.xml
5102tables/mozilla/marvin/x_col_width_pct.xml
5103tables/mozilla/marvin/x_col_width_px.xml
5104tables/mozilla/marvin/x_col_width_rel.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005105tables/mozilla/marvin/x_table_align_center.xml
5106tables/mozilla/marvin/x_table_align_left.xml
5107tables/mozilla/marvin/x_table_align_right.xml
5108tables/mozilla/marvin/x_table_bgcolor_name.xml
5109tables/mozilla/marvin/x_table_bgcolor_rgb.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005110tables/mozilla/marvin/x_table_border_none.xml
5111tables/mozilla/marvin/x_table_border_px.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00005112tables/mozilla/marvin/x_table_border.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005113tables/mozilla/marvin/x_table_cellpadding_pct.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00005114tables/mozilla/marvin/x_table_cellpadding.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005115tables/mozilla/marvin/x_table_cellspacing_pct.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00005116tables/mozilla/marvin/x_table_cellspacing.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005117tables/mozilla/marvin/x_table_class.xml
5118tables/mozilla/marvin/x_table_frame_void.xml
5119tables/mozilla/marvin/x_table_id.xml
5120tables/mozilla/marvin/x_table_rules_groups.xml
5121tables/mozilla/marvin/x_table_rules_none.xml
5122tables/mozilla/marvin/x_table_style.xml
5123tables/mozilla/marvin/x_table_width_pct.xml
5124tables/mozilla/marvin/x_table_width_px.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00005125tables/mozilla/marvin/x_table.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00005126tables/mozilla/marvin/x_tbody_align_center.xml
5127tables/mozilla/marvin/x_tbody_align_char.xml
5128tables/mozilla/marvin/x_tbody_align_justify.xml
5129tables/mozilla/marvin/x_tbody_align_left.xml
5130tables/mozilla/marvin/x_tbody_align_right.xml
5131tables/mozilla/marvin/x_tbody_class.xml
5132tables/mozilla/marvin/x_tbody_id.xml
5133tables/mozilla/marvin/x_tbody_style.xml
5134tables/mozilla/marvin/x_tbody_valign_baseline.xml
5135tables/mozilla/marvin/x_tbody_valign_bottom.xml
5136tables/mozilla/marvin/x_tbody_valign_middle.xml
5137tables/mozilla/marvin/x_tbody_valign_top.xml
5138tables/mozilla/marvin/x_td_align_center.xml
5139tables/mozilla/marvin/x_td_align_char.xml
5140tables/mozilla/marvin/x_td_align_justify.xml
5141tables/mozilla/marvin/x_td_align_left.xml
5142tables/mozilla/marvin/x_td_align_right.xml
5143tables/mozilla/marvin/x_td_bgcolor_name.xml
5144tables/mozilla/marvin/x_td_bgcolor_rgb.xml
5145tables/mozilla/marvin/x_td_class.xml
5146tables/mozilla/marvin/x_td_colspan.xml
5147tables/mozilla/marvin/x_td_height.xml
5148tables/mozilla/marvin/x_td_id.xml
5149tables/mozilla/marvin/x_td_nowrap.xml
5150tables/mozilla/marvin/x_td_rowspan.xml
5151tables/mozilla/marvin/x_td_style.xml
5152tables/mozilla/marvin/x_td_valign_baseline.xml
5153tables/mozilla/marvin/x_td_valign_bottom.xml
5154tables/mozilla/marvin/x_td_valign_middle.xml
5155tables/mozilla/marvin/x_td_valign_top.xml
5156tables/mozilla/marvin/x_td_width.xml
5157tables/mozilla/marvin/x_tfoot_align_center.xml
5158tables/mozilla/marvin/x_tfoot_align_char.xml
5159tables/mozilla/marvin/x_tfoot_align_justify.xml
5160tables/mozilla/marvin/x_tfoot_align_left.xml
5161tables/mozilla/marvin/x_tfoot_align_right.xml
5162tables/mozilla/marvin/x_tfoot_class.xml
5163tables/mozilla/marvin/x_tfoot_id.xml
5164tables/mozilla/marvin/x_tfoot_style.xml
5165tables/mozilla/marvin/x_tfoot_valign_baseline.xml
5166tables/mozilla/marvin/x_tfoot_valign_bottom.xml
5167tables/mozilla/marvin/x_tfoot_valign_middle.xml
5168tables/mozilla/marvin/x_tfoot_valign_top.xml
5169tables/mozilla/marvin/x_th_align_center.xml
5170tables/mozilla/marvin/x_th_align_char.xml
5171tables/mozilla/marvin/x_th_align_justify.xml
5172tables/mozilla/marvin/x_th_align_left.xml
5173tables/mozilla/marvin/x_th_align_right.xml
5174tables/mozilla/marvin/x_th_bgcolor_name.xml
5175tables/mozilla/marvin/x_th_bgcolor_rgb.xml
5176tables/mozilla/marvin/x_th_class.xml
5177tables/mozilla/marvin/x_th_colspan.xml
5178tables/mozilla/marvin/x_thead_align_center.xml
5179tables/mozilla/marvin/x_thead_align_char.xml
5180tables/mozilla/marvin/x_thead_align_justify.xml
5181tables/mozilla/marvin/x_thead_align_left.xml
5182tables/mozilla/marvin/x_thead_align_right.xml
5183tables/mozilla/marvin/x_thead_class.xml
5184tables/mozilla/marvin/x_thead_id.xml
5185tables/mozilla/marvin/x_thead_style.xml
5186tables/mozilla/marvin/x_thead_valign_baseline.xml
5187tables/mozilla/marvin/x_thead_valign_bottom.xml
5188tables/mozilla/marvin/x_thead_valign_middle.xml
5189tables/mozilla/marvin/x_thead_valign_top.xml
5190tables/mozilla/marvin/x_th_height.xml
5191tables/mozilla/marvin/x_th_id.xml
5192tables/mozilla/marvin/x_th_nowrap.xml
5193tables/mozilla/marvin/x_th_rowspan.xml
5194tables/mozilla/marvin/x_th_style.xml
5195tables/mozilla/marvin/x_th_valign_baseline.xml
5196tables/mozilla/marvin/x_th_valign_bottom.xml
5197tables/mozilla/marvin/x_th_valign_middle.xml
5198tables/mozilla/marvin/x_th_valign_top.xml
5199tables/mozilla/marvin/x_th_width.xml
5200tables/mozilla/marvin/x_tr_align_center.xml
5201tables/mozilla/marvin/x_tr_align_char.xml
5202tables/mozilla/marvin/x_tr_align_justify.xml
5203tables/mozilla/marvin/x_tr_align_left.xml
5204tables/mozilla/marvin/x_tr_align_right.xml
5205tables/mozilla/marvin/x_tr_bgcolor_name.xml
5206tables/mozilla/marvin/x_tr_bgcolor_rgb.xml
5207tables/mozilla/marvin/x_tr_class.xml
5208tables/mozilla/marvin/x_tr_id.xml
5209tables/mozilla/marvin/x_tr_style.xml
5210tables/mozilla/marvin/x_tr_valign_baseline.xml
5211tables/mozilla/marvin/x_tr_valign_bottom.xml
5212tables/mozilla/marvin/x_tr_valign_middle.xml
5213tables/mozilla/marvin/x_tr_valign_top.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00005214tables/mozilla/other/body_col.html
5215tables/mozilla/other/cellspacing.html
5216tables/mozilla/other/cell_widths.html
5217tables/mozilla/other/move_row.html
5218tables/mozilla/other/ms.html
5219tables/mozilla/other/nested2.html
5220tables/mozilla/other/nestedTables.html
5221tables/mozilla/other/padding.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00005222tables/mozilla/other/test3.html
5223tables/mozilla/other/test6.html
5224tables/mozilla/other/wa_table_thtd_rowspan.html
robert@webkit.org188a1262010-06-07 14:43:15 +00005225
aroben@apple.com73e87622009-04-03 21:21:23 +00005226
robert@webkit.org188a1262010-06-07 14:43:15 +00005227# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005228# Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
robert@webkit.org051adf82010-06-08 19:44:15 +00005229# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005230canvas/philip/tests/2d.composite.operation.clear.html
5231canvas/philip/tests/2d.composite.operation.darker.html
5232canvas/philip/tests/2d.composite.operation.highlight.html
5233canvas/philip/tests/2d.composite.uncovered.fill.copy.html
5234canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html
5235canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html
5236canvas/philip/tests/2d.composite.uncovered.fill.source-in.html
5237canvas/philip/tests/2d.composite.uncovered.fill.source-out.html
5238canvas/philip/tests/2d.composite.uncovered.image.copy.html
5239canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html
5240canvas/philip/tests/2d.composite.uncovered.image.destination-in.html
5241canvas/philip/tests/2d.composite.uncovered.image.source-in.html
5242canvas/philip/tests/2d.composite.uncovered.image.source-out.html
5243canvas/philip/tests/2d.composite.uncovered.pattern.copy.html
5244canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html
5245canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html
5246canvas/philip/tests/2d.composite.uncovered.pattern.source-in.html
5247canvas/philip/tests/2d.composite.uncovered.pattern.source-out.html
5248canvas/philip/tests/2d.drawImage.broken.html
5249canvas/philip/tests/2d.drawImage.incomplete.html
5250canvas/philip/tests/2d.drawImage.negativedest.html
5251canvas/philip/tests/2d.drawImage.negativedir.html
5252canvas/philip/tests/2d.drawImage.negativesource.html
5253canvas/philip/tests/2d.drawImage.null.html
5254canvas/philip/tests/2d.drawImage.wrongtype.html
5255canvas/philip/tests/2d.drawImage.zerocanvas.html
5256canvas/philip/tests/2d.fillStyle.parse.current.basic.html
5257canvas/philip/tests/2d.fillStyle.parse.current.changed.html
5258canvas/philip/tests/2d.fillStyle.parse.current.removed.html
5259canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-3.html
5260canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-4.html
5261canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-5.html
5262canvas/philip/tests/2d.fillStyle.parse.system.html
5263canvas/philip/tests/2d.gradient.interpolate.colouralpha.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005264canvas/philip/tests/2d.gradient.radial.cone.behind.html
5265canvas/philip/tests/2d.gradient.radial.cone.beside.html
5266canvas/philip/tests/2d.gradient.radial.cone.bottom.html
5267canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
5268canvas/philip/tests/2d.gradient.radial.cone.front.html
5269canvas/philip/tests/2d.gradient.radial.cone.shape2.html
5270canvas/philip/tests/2d.gradient.radial.cone.top.html
5271canvas/philip/tests/2d.gradient.radial.equal.html
5272canvas/philip/tests/2d.gradient.radial.inside2.html
5273canvas/philip/tests/2d.gradient.radial.inside3.html
5274canvas/philip/tests/2d.gradient.radial.negative.html
5275canvas/philip/tests/2d.gradient.radial.outside1.html
5276canvas/philip/tests/2d.gradient.radial.outside2.html
5277canvas/philip/tests/2d.gradient.radial.outside3.html
5278canvas/philip/tests/2d.gradient.radial.touch1.html
5279canvas/philip/tests/2d.gradient.radial.touch2.html
5280canvas/philip/tests/2d.gradient.radial.touch3.html
5281canvas/philip/tests/2d.imageData.create1.type.html
5282canvas/philip/tests/2d.imageData.create2.type.html
5283canvas/philip/tests/2d.imageData.get.source.negative.html
5284canvas/philip/tests/2d.imageData.get.source.outside.html
5285canvas/philip/tests/2d.imageData.get.type.html
5286canvas/philip/tests/2d.imageData.object.round.html
5287canvas/philip/tests/2d.imageData.object.wrap.html
5288canvas/philip/tests/2d.imageData.put.unchanged.html
5289canvas/philip/tests/2d.line.cap.closed.html
5290canvas/philip/tests/2d.line.cap.open.html
5291canvas/philip/tests/2d.line.join.open.html
5292canvas/philip/tests/2d.line.join.parallel.html
5293canvas/philip/tests/2d.line.miter.lineedge.html
5294canvas/philip/tests/2d.missingargs.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005295canvas/philip/tests/2d.path.arc.twopie.3.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005296canvas/philip/tests/2d.path.arcTo.collinear.2.html
5297canvas/philip/tests/2d.path.arcTo.collinear.3.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005298canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.2.html
5299canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.2.html
5300canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html
5301canvas/philip/tests/2d.path.quadraticCurveTo.shape.html
5302canvas/philip/tests/2d.path.rect.winding.html
5303canvas/philip/tests/2d.path.rect.zero.4.html
5304canvas/philip/tests/2d.path.rect.zero.6.html
5305canvas/philip/tests/2d.path.stroke.prune.arc.html
5306canvas/philip/tests/2d.path.stroke.scale2.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005307canvas/philip/tests/2d.pattern.image.broken.html
5308canvas/philip/tests/2d.pattern.image.incomplete.html
5309canvas/philip/tests/2d.pattern.image.null.html
5310canvas/philip/tests/2d.pattern.image.string.html
5311canvas/philip/tests/2d.pattern.image.undefined.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005312canvas/philip/tests/2d.shadow.alpha.5.html
5313canvas/philip/tests/2d.shadow.canvas.alpha.html
5314canvas/philip/tests/2d.shadow.canvas.basic.html
5315canvas/philip/tests/2d.shadow.canvas.transparent.2.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005316canvas/philip/tests/2d.shadow.gradient.alpha.html
5317canvas/philip/tests/2d.shadow.gradient.transparent.1.html
5318canvas/philip/tests/2d.shadow.image.alpha.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005319canvas/philip/tests/2d.shadow.image.scale.html
eric@webkit.orgfabc5502010-06-02 08:30:39 +00005320canvas/philip/tests/2d.shadow.image.transparent.1.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00005321canvas/philip/tests/2d.shadow.image.transparent.2.html
5322canvas/philip/tests/2d.shadow.pattern.alpha.html
5323canvas/philip/tests/2d.shadow.pattern.transparent.1.html
5324canvas/philip/tests/2d.shadow.transform.2.html
5325canvas/philip/tests/2d.text.draw.baseline.bottom.html
5326canvas/philip/tests/2d.text.draw.baseline.hanging.html
5327canvas/philip/tests/2d.text.draw.baseline.ideographic.html
5328canvas/philip/tests/2d.text.draw.baseline.middle.html
5329canvas/philip/tests/2d.text.draw.baseline.top.html
5330canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html
5331canvas/philip/tests/2d.text.draw.fontface.notinpage.html
5332canvas/philip/tests/2d.text.draw.fontface.repeat.html
5333canvas/philip/tests/2d.text.draw.space.collapse.end.html
5334canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
5335canvas/philip/tests/2d.text.draw.space.collapse.other.html
5336canvas/philip/tests/2d.text.draw.space.collapse.space.html
5337canvas/philip/tests/2d.text.draw.space.collapse.start.html
5338canvas/philip/tests/2d.text.font.parse.basic.html
5339canvas/philip/tests/2d.text.font.parse.complex.html
5340canvas/philip/tests/2d.text.font.parse.invalid.html
5341canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
5342canvas/philip/tests/2d.text.font.parse.size.percentage.html
5343canvas/philip/tests/2d.text.font.parse.system.html
5344canvas/philip/tests/2d.text.measure.width.space.html
5345canvas/philip/tests/2d.transformation.setTransform.skewed.html
5346canvas/philip/tests/2d.transformation.transform.skewed.html
5347canvas/philip/tests/size.attributes.parse.minus.html
5348canvas/philip/tests/size.attributes.setAttribute.minus.html
5349canvas/philip/tests/toDataURL.jpeg.quality.basic.html
5350canvas/philip/tests/type.prototype.html
5351canvas/philip/tests/security.drawImage.canvas.html
5352canvas/philip/tests/security.drawImage.image.html
5353canvas/philip/tests/security.pattern.canvas.fillStyle.html
5354canvas/philip/tests/security.pattern.canvas.strokeStyle.html
5355canvas/philip/tests/security.pattern.canvas.timing.html
5356canvas/philip/tests/security.pattern.create.html
5357canvas/philip/tests/security.pattern.cross.html
5358canvas/philip/tests/security.pattern.image.fillStyle.html
5359canvas/philip/tests/security.pattern.image.strokeStyle.html
5360canvas/philip/tests/security.reset.html
5361canvas/philip/tests/2d.drawImage.nonfinite.html
5362canvas/philip/tests/2d.drawImage.broken.html
robert@webkit.org051adf82010-06-08 19:44:15 +00005363
ossy@webkit.org07c4a802010-06-09 14:33:28 +00005364# [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher
5365# https://bugs.webkit.org/show_bug.cgi?id=40362
5366canvas/philip/tests/2d.path.stroke.overlap.html
5367
robert@webkit.org051adf82010-06-08 19:44:15 +00005368# ============================================================================= #
5369# failing transforms tests
5370# ============================================================================= #
5371# -- fail with --platform mac --ignore-metrics
5372transforms/2d/zoom-menulist.html
5373# -- pass with --platform mac --ignore-metrics
5374transforms/2d/compound-transforms-vs-containers.html
5375transforms/2d/transform-borderbox.html
5376transforms/2d/transform-origin-borderbox.html
5377transforms/no_transform_hit_testing.html
5378transforms/2d/hindi-rotated.html
5379
5380# ============================================================================= #
5381# failing printing tests
5382# ============================================================================= #
5383printing/compositing-layer-printing.html
5384# Printing related layout test failure has no results, but obvious error message
5385# https://bugs.webkit.org/show_bug.cgi?id=27913
5386printing/media-queries-print.html
5387
5388# ============================================================================= #
5389# failing transitions tests
5390# ============================================================================= #
5391transitions/move-after-transition.html
5392transitions/transition-end-event-rendering.html
5393transitions/transition-drt-api.html
5394
5395# ============================================================================= #
5396# failing websocket tests
5397# ============================================================================= #
5398
5399# [Qt] websocket/tests/long-invalid-header.html fails
5400# https://bugs.webkit.org/show_bug.cgi?id=36492
5401websocket/tests/long-invalid-header.html
5402
5403
5404# ============================================================================= #
5405# new tests without expected results
5406# ============================================================================= #
5407editing/inserting/insert-bg-font.html
5408editing/selection/transformed-selection-rects.html
5409svg/W3C-SVG-1.1/filters-light-04-f.svg
5410
5411# ============================================================================= #
5412# new skipped tests yet to be sorted
5413# ============================================================================= #
eric@webkit.org05a35f42010-06-16 09:12:04 +00005414fast/dom/Geolocation/callback-to-remote-context2.html
5415
eric@webkit.orgea12ebc2010-06-18 02:53:32 +00005416# Failing after enabling HTML5 parser in r61234
5417# https://bugs.webkit.org/show_bug.cgi?id=40661
5418fast/encoding/japanese-encoding-mix.html
5419
abarth@webkit.orgd7565d02010-06-18 02:21:25 +00005420# Qt doesn't implement dumpResourceResponseMIMETypes which is required for the
5421# preloader tests.
5422fast/preloader
dimich@chromium.org23b139a2010-06-22 04:24:02 +00005423
5424# https://bugs.webkit.org/show_bug.cgi?id=35350
5425fast/events/show-modal-dialog-onblur-onfocus.html
5426fast/harness/show-modal-dialog.html
5427fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T10.html
5428fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T11.html
5429fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T2.html
5430fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T2.html
5431fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T4.html
5432fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T4.html
5433fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T6.html
5434fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T6.html
5435fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T8.html
5436fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T8.html
5437fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T10.html
5438fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T11.html
5439fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T1.html
5440fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T1.html
5441fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.html
5442fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T3.html
5443fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T5.html
5444fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T5.html
5445fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T7.html
5446fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T7.html
5447fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T9.html
5448fast/js/sputnik/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.2_T9.html
eric@webkit.org56b10ec2010-06-23 00:25:17 +00005449
5450# Clipboard::setData is broken on Qt
5451# https://bugs.webkit.org/show_bug.cgi?id=41025
5452editing/execCommand/copy-without-selection.html