blob: 527d22d6115d81874e3152a091c5d71086cb60ca [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.
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +000017# - Drag and Drop Support in DRT.
robert@webkit.org051adf82010-06-08 19:44:15 +000018# - Failing HTTP tests.
19# - Failing xmlhttprequest tests
20# - Failing inserting tests.
21# - Failing pasteboard tests.
22# - Failing plugins tests.
23# - Failing execCommand tests.
24# - Failing Sputnik tests
25# - Fluctuating/flakey tests
26# - failing media tests
27# - Crashing tests due to re-enabled Phonon support in Buildbot's Qt
28# - Missing features in our DumpRenderTree implementation
29# - failing editing/input tests
30# - Failing SVG tests
31# - failing animations tests
joepeck@webkit.orgb9481232010-08-04 02:29:16 +000032# - failing application cache quota tests
robert@webkit.org051adf82010-06-08 19:44:15 +000033# - Failing CSS Tests
34# - Failing dom/xhtml tests
35# - Failing editing/deleting tests
36# - Failing editing/selection tests.
37# - Failing editing/spelling tests
38# - failing editing/style tests
39# - failing undo tests
40# - failing unsupported-content tests
41# - failing fast tests
42# - failing fonts tests
43# - failing scrollbars tests
44# - failing security tests
45# - failing tables tests
46# - Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
47# - failing transforms tests
48# - failing printing tests
49# - failing transitions tests
50# - failing websocket tests
51# - new tests without expected results
ossy@webkit.org7f2f2222010-11-30 08:56:46 +000052# - Qt 4.7 related bugs
robert@webkit.org051adf82010-06-08 19:44:15 +000053# - new skipped tests yet to be sorted
54
55
56# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +000057# Permanently Skipped Tests. #
58# =========================================================================== #
59
60# ----- tests that use Objective-C so can never be supported
robert@webkit.org188a1262010-06-07 14:43:15 +000061editing/pasteboard/paste-RTFD.html
62editing/pasteboard/paste-TIFF.html
63
64# Skip mac API specific tests
65fast/loader/stop-provisional-loads.html
66
67# =========================================================================== #
68# No Support for Feature planned. #
69# =========================================================================== #
70# ----- webarchive format not supported
71svg/custom/image-with-prefix-in-webarchive.svg
72http/tests/webarchive
73webarchive
74svg/webarchive
75
adele@apple.comb9d22b12010-07-09 01:01:14 +000076# This test is for clients that choose to make the missing plugin indicator a button
77plugins/clicking-missing-plugin-fires-delegate.html
78
robert@webkit.org051adf82010-06-08 19:44:15 +000079# IndexedDB is not yet enabled.
80storage/indexeddb
robert@webkit.org188a1262010-06-07 14:43:15 +000081
commit-queue@webkit.orgc8368ca2011-03-12 05:38:13 +000082# StorageTracker is not enabled.
83storage/domstorage/localstorage/storagetracker
84
robert@webkit.org188a1262010-06-07 14:43:15 +000085# ----- No User Scripts
86userscripts
bweinstein@apple.comba391932010-09-30 06:26:13 +000087plugins/plugin-document-load-prevented-userscript.html
robert@webkit.org188a1262010-06-07 14:43:15 +000088
89# ------ Doesn't support WOFF yet.
90fast/css/font-face-woff.html
91
92# accessibility support
93accessibility
94
95# Tests requiring 3D_RENDERING and ACCELERATED_COMPOSITING support
96transforms/3d
97compositing
98
99fast/loader/subframe-navigate-during-main-frame-load.html
100
mitz@apple.comb2107652010-06-21 16:54:52 +0000101# Hyphenation is not implemented yet.
102fast/text/hyphenate-character.html
103fast/text/hyphens.html
ossy@webkit.orgccf3f742011-03-16 15:49:17 +0000104fast/text/soft-hyphen-4.html
vestbo@webkit.org6fa13582009-09-29 14:25:21 +0000105
commit-queue@webkit.org92c9cfa2010-08-23 09:49:29 +0000106# https://bugs.webkit.org/show_bug.cgi?id=43332
pfeldman@chromium.org003e6012011-02-15 10:55:28 +0000107inspector/debugger/dom-breakpoints.html
podivilov@chromium.orgeabad082011-03-17 15:46:27 +0000108inspector/debugger/event-listener-breakpoints.html
podivilov@chromium.org4fb37d12011-03-15 15:12:14 +0000109inspector/debugger/xhr-breakpoints.html
commit-queue@webkit.org92c9cfa2010-08-23 09:49:29 +0000110
podivilov@chromium.orgebf9d3a2011-02-28 18:23:06 +0000111# https://bugs.webkit.org/show_bug.cgi?id=40300
112inspector/debugger/live-edit.html
113
commit-queue@webkit.orge391af42011-02-09 19:43:37 +0000114# This port doesn't support v8 i18n extension.
115fast/js/i18n-bindings-locale.html
116
dcheng@chromium.orgd3fc3e92011-03-08 05:48:33 +0000117# DataTransferItems is not yet implemented.
118editing/pasteboard/data-transfer-items.html
119
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000120# =========================================================================== #
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000121# Drag and Drop Support in DRT. #
122# =========================================================================== #
123# Drag n drop support on DRT cannot work at the moment because Qt's drag'n'drop
124# relies on an X event getting to the main window. In the absence of being able
125# to receive this event, running windowless, DRT cannot tell what is being dropped and where.
126# Bug: https://bugs.webkit.org/show_bug.cgi?id=31332
127
128http/tests/misc/bubble-drag-events.html
129http/tests/security/drag-over-remote-content-iframe.html
130http/tests/local/drag-over-remote-content.html
131http/tests/local/fileapi
132http/tests/security/drag-drop-same-unique-origin.html
133# CONSOLE MESSAGE: line 72: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function.
134http/tests/local/blob/send-hybrid-blob.html
135http/tests/local/blob/send-sliced-data-blob.html
136http/tests/local/formdata
137
138editing/pasteboard/drag-image-in-about-blank-frame.html
139editing/pasteboard/files-during-page-drags.html
140editing/pasteboard/4861080.html
141editing/pasteboard/4947130.html
142editing/pasteboard/copy-standalone-image.html
143editing/pasteboard/drag-drop-dead-frame.html
144editing/pasteboard/drag-drop-input-textarea.html
145editing/pasteboard/drag-drop-iframe-refresh-crash.html
146editing/pasteboard/drag-drop-modifies-page.html
147editing/pasteboard/drag-drop-url-text.html
morrita@google.comccce70a2011-03-15 05:50:57 +0000148editing/pasteboard/drop-file-svg.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000149editing/pasteboard/drag-image-to-contenteditable-in-iframe.html
150editing/pasteboard/drag-selected-image-to-contenteditable.html
151editing/pasteboard/drop-link.html
152editing/pasteboard/drop-text-without-selection.html
153editing/pasteboard/emacs-ctrl-a-k-y.html
154editing/pasteboard/emacs-ctrl-k-y-001.html
155editing/pasteboard/smart-drag-drop.html
156editing/pasteboard/subframe-dragndrop-1.html
157editing/pasteboard/get-data-text-plain-drop.html
158editing/pasteboard/drop-text-events.html
159editing/pasteboard/drop-text-events-sideeffect.html
160
161# Missing drag & drop functionality in DRT
162editing/pasteboard/drop-inputtext-acquires-style.html
163fast/css/user-drag-none.html
164fast/images/drag-svg-as-image.html
165fast/forms/slider-delete-while-dragging-thumb.html
166
167# ------- missing drag-and-drop support
168# See bug https://bugs.webkit.org/show_bug.cgi?id=31332
169fast/events/drag-parent-node.html
170fast/events/drag-and-drop.html
171fast/events/drag-and-drop-dataTransfer-types-nocrash.html
172fast/events/drag-and-drop-fire-drag-dragover.html
173fast/events/ondrop-text-html.html
174# caused by: http://trac.webkit.org/changeset/52192
175http/tests/misc/drag-over-iframe-invalid-source-crash.html
176
177# Missing eventSender.beginDragWithFiles()
178fast/dom/Window/window-postmessage-clone-frames.html
179
180# ------- missing eventSender.beginDragWithFiles
181editing/pasteboard/dataTransfer-setData-getData.html
182editing/pasteboard/file-drag-to-editable.html
183editing/pasteboard/file-input-files-access.html
184fast/dom/Window/window-postmessage-clone.html
185fast/events/drag-to-navigate.html
186fast/events/prevent-drag-to-navigate.html
187fast/forms/get-file-upload.html
188fast/forms/input-file-re-render.html
189fast/events/drag-file-crash.html
190http/tests/security/clipboard/clipboard-file-access.html
191
192# =========================================================================== #
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000193# Failing HTTP tests. #
194# =========================================================================== #
195
196# no expected results
robert@webkit.org188a1262010-06-07 14:43:15 +0000197http/tests/misc/acid2-pixel.html
198http/tests/misc/acid2.html
199http/tests/misc/favicon-as-image.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000200
robert@webkit.org188a1262010-06-07 14:43:15 +0000201# https://bugs.webkit.org/show_bug.cgi?id=34004
202# [Qt] http/tests/misc/slow-loading-mask.html timed out.
203http/tests/misc/slow-loading-mask.html
204
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000205# https://bugs.webkit.org/show_bug.cgi?id=45455
robert@webkit.org188a1262010-06-07 14:43:15 +0000206http/tests/cookies/third-party-cookie-relaxing.html
207
robert@webkit.org188a1262010-06-07 14:43:15 +0000208# No authentication challenge handling
209http/tests/loading/basic-credentials-sent-automatically.html
210http/tests/loading/basic-auth-resend-wrong-credentials.html
211
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000212# This needs more attention!
robert@webkit.org188a1262010-06-07 14:43:15 +0000213http/tests/misc/acid3.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000214
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000215# Page reload does not send any cache control headers.
216# https://bugs.webkit.org/show_bug.cgi?id=45598
217# Fixed in Qt 4.8
robert@webkit.org188a1262010-06-07 14:43:15 +0000218http/tests/misc/refresh-headers.php
robert@webkit.org188a1262010-06-07 14:43:15 +0000219
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000220# Benign pixel differences except for:
221# +selection start: position 0 of child 5 {IMG} of body
222# +selection end: position 1 of child 5 {IMG} of body
223# at end.
robert@webkit.org188a1262010-06-07 14:43:15 +0000224http/tests/security/dataTransfer-set-data-file-url.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000225
226# Fails with a mysterious unrelated whitespace difference
227# We should find out what dumpAsText() is doing wrong
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000228http/tests/security/cross-frame-access-callback-explicit-domain-ALLOW.html
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000229
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000230# - FAIL: Subframe did not finish loading.
robert@webkit.org188a1262010-06-07 14:43:15 +0000231http/tests/security/dataURL/xss-DENIED-to-data-url-sub-frame-uppercase.html
robert@webkit.org051adf82010-06-08 19:44:15 +0000232
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000233# Disabled HTTP subdirs for now, needs investigation.
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000234http/tests/media
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000235http/tests/wml
kenneth@webkit.orge365ada2009-10-01 18:14:24 +0000236
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000237# - content sniffing - Binary data not loaded as text.
kenneth@webkit.org73e707b2009-10-01 20:44:42 +0000238http/tests/loading/text-content-type-with-binary-extension.html
kenneth@webkit.org70842642009-10-01 19:21:36 +0000239
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000240# drag n drop support again
kenneth@webkit.org409426a2009-10-01 19:32:26 +0000241http/tests/local/drag-over-remote-content.html
jianli@chromium.org7a064a52010-11-18 23:33:54 +0000242http/tests/local/fileapi
inferno@chromium.orgbd204fe2010-11-24 04:44:44 +0000243http/tests/security/drag-drop-same-unique-origin.html
robert@webkit.org4d3bffd2010-07-04 13:38:30 +0000244
245# CONSOLE MESSAGE: line 72: TypeError: Result of expression 'eventSender.beginDragWithFiles' [undefined] is not a function.
kinuko@chromium.org2077a8a2010-06-23 03:55:57 +0000246http/tests/local/blob/send-hybrid-blob.html
247http/tests/local/blob/send-sliced-data-blob.html
jianli@chromium.orgc9415d52010-10-08 00:49:14 +0000248http/tests/local/formdata
kenneth@webkit.org409426a2009-10-01 19:32:26 +0000249
robert@webkit.orgddd9ea52010-07-03 10:00:40 +0000250# --- Failing navigation tests
251#CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: fillTestForm
252#CONSOLE MESSAGE: line 1: ReferenceError: Can't find variable: scrollDocDown
253http/tests/navigation/javascriptlink-goback.html
254http/tests/navigation/metaredirect-goback.html
255http/tests/navigation/timerredirect-goback.html
256
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000257# QtWebKit has no multipart support
258# https://bugs.webkit.org/show_bug.cgi?id=47059
259# https://webkit.org/b/47060
tony@chromium.orgc2d88fd2010-06-24 03:25:54 +0000260http/tests/multipart/invalid-image-data.html
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000261http/tests/multipart/invalid-image-data-standalone.html
robert@webkit.orge1934c62011-01-19 22:14:45 +0000262http/tests/misc/timer-vs-loading.html
tony@chromium.orgc2d88fd2010-06-24 03:25:54 +0000263http/tests/multipart/policy-ignore-crash.php
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000264
robert@webkit.org188a1262010-06-07 14:43:15 +0000265# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000266# Failing xmlhttprequest tests #
robert@webkit.org188a1262010-06-07 14:43:15 +0000267# =========================================================================== #
hausmann@webkit.orgfc43c8d2009-07-17 14:44:11 +0000268
robert@webkit.org051adf82010-06-08 19:44:15 +0000269# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
270# https://bugs.webkit.org/show_bug.cgi?id=32961
271http/tests/xmlhttprequest/basic-auth-default.html
272
robert@webkit.org188a1262010-06-07 14:43:15 +0000273# Skip xmlhttprequest tests - NETWORK_ERR: XMLHttpRequest Exception 101: A network error occured in synchronous requests.
274http/tests/xmlhttprequest/logout.html
275http/tests/xmlhttprequest/methods-async.html
276http/tests/xmlhttprequest/workers/shared-worker-methods.html
larsaa8a9ac12007-10-24 12:33:19 +0000277
robert@webkit.org188a1262010-06-07 14:43:15 +0000278# Caused by the way Qt caches network connections using user@hostname as the key
279# See https://bugs.webkit.org/show_bug.cgi?id=37084 and http://bugreports.qt.nokia.com/browse/QTBUG-9619
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000280# Fixed in Qt 4.8
robert@webkit.org188a1262010-06-07 14:43:15 +0000281http/tests/xmlhttprequest/re-login-async.html
282http/tests/xmlhttprequest/re-login.html
283
284# DRT sideeffect - this test make http/tests/xmlhttprequest/null-auth.php fail:
285# https://bugs.webkit.org/show_bug.cgi?id=32961
286http/tests/xmlhttprequest/failed-auth.html
287
288# [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect)
289# https://bugs.webkit.org/show_bug.cgi?id=35086
290fast/xmlhttprequest/xmlhttprequest-no-file-access.html
291
crogers@google.combacfad22010-11-23 22:43:30 +0000292# These fast XMLHttpRequest tests fail because 3D_CANVAS is not enabled.
293fast/xmlhttprequest/xmlhttprequest-responsetype-abort.html
294fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html
295fast/xmlhttprequest/xmlhttprequest-responsetype-document.html
296fast/xmlhttprequest/xmlhttprequest-responsetype-text.html
jianli@chromium.org2617dfe2010-11-30 03:20:30 +0000297http/tests/xmlhttprequest/send-array-buffer.html
crogers@google.combacfad22010-11-23 22:43:30 +0000298
robert@webkit.org188a1262010-06-07 14:43:15 +0000299# Missing DRT ability to set accept cookie policy
robert@webkit.orgb97bd2a2011-01-19 21:25:05 +0000300# https://bugs.webkit.org/show_bug.cgi?id=45455
robert@webkit.org188a1262010-06-07 14:43:15 +0000301http/tests/xmlhttprequest/cross-origin-cookie-storage.html
302
ossy@webkit.org7f2f2222010-11-30 08:56:46 +0000303# Still fail with Qt 4.7.1
304http/tests/xmlhttprequest/cache-override.html
305http/tests/xmlhttprequest/cross-origin-authorization.html
306http/tests/xmlhttprequest/cross-origin-no-authorization.html
307http/tests/xmlhttprequest/methods-lower-case.html
308http/tests/xmlhttprequest/methods.html
309http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html
310http/tests/xmlhttprequest/workers/methods-async.html
311http/tests/xmlhttprequest/workers/methods.html
312http/tests/xmlhttprequest/workers/shared-worker-methods-async.html
313
robert@webkit.org188a1262010-06-07 14:43:15 +0000314# =========================================================================== #
315# Failing inserting tests. #
316# =========================================================================== #
317# ---- rendertree results OK but suspicious diffs.
318editing/inserting/4960120-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000319editing/inserting/before-after-input-element.html
320
321# ---- rendertree results OK but diff in editing delegate msgs.
322editing/inserting/insert-tab-003.html
323editing/inserting/insert-text-with-newlines.html
324# Missing textInputController.firstRectForCharacterRange()
325editing/inserting/caret-position.html
xji@chromium.org5fa610d2010-11-30 00:12:47 +0000326fast/dom/tab-in-right-alignment.html
justin.garcia@apple.com0ce73912011-01-10 05:46:56 +0000327svg/text/caret-in-svg-text.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +0000328
329# ---- to be reviewed
330editing/inserting/4278698.html
331editing/inserting/editable-html-element.html
332editing/inserting/editing-empty-divs.html
333editing/inserting/insert-div-023.html
334editing/inserting/multiple-lines-selected.html
335editing/inserting/typing-tab-designmode-forms.html
336editing/inserting/typing-tab-designmode.html
337editing/inserting/5803706-1.html
338editing/inserting/5994480-2.html
339editing/inserting/insert-bg-font.html
morrita@google.comd2996d22011-01-20 10:38:35 +0000340editing/inserting/insert-composition-whitespace.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000341
ariya@webkit.orge2166ec2010-12-24 04:06:26 +0000342# http://bugreports.qt.nokia.com/browse/QTBUG-15566
343http/tests/xmlhttprequest/basic-auth-nouser.html
344
robert@webkit.org188a1262010-06-07 14:43:15 +0000345# =========================================================================== #
346# Failing pasteboard tests. #
347# =========================================================================== #
348#------ Not selecting all of text.
349#------ sel.modify("move", "forward", "word"); does not select the last character in the word
350editing/pasteboard/4242293-1.html
351editing/pasteboard/smart-paste-008.html
352#------ safe to skip. Qt results same as chromium's. Mac drops the 'b' in the final bar,
353#------ that looks like a bug.
354editing/pasteboard/interchange-newline-2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000355# ----- Results appear correct but have suspicious rendertree differences.
356editing/pasteboard/pasting-tabs.html
357editing/pasteboard/nested-blocks-with-text-area.html
358editing/pasteboard/nested-blocks-with-text-field.html
359editing/pasteboard/input-field-1.html
360editing/pasteboard/4806874.html
361# ----- These are actually safe to unskip. x/y differences only.
362editing/pasteboard/5387578.html
363editing/pasteboard/bad-placeholder.html
364# ----- Rendertree results OK but differences in message from editing delegate.
365editing/pasteboard/4076267-2.html
366editing/pasteboard/4076267.html
367editing/pasteboard/block-wrappers-necessary.html
368editing/pasteboard/paste-text-001.html
369editing/pasteboard/paste-text-008.html
370# ----- Rendertree results OK but differences in editing delegate message due to rendering.
371# ----- This looks safe to unskip.
372editing/pasteboard/paste-xml.xhtml
373# ----- Rendertree results match but width of tabs field is suspicious.
374editing/pasteboard/paste-text-at-tabspan-001.html
dcheng@chromium.orge5c807a2011-03-08 04:49:37 +0000375# ----- Qt doesn't add aslises for "text/plain" to types: https://bugs.webkit.org/show_bug.cgi?id=55922
376editing/pasteboard/onpaste-text-html-types.html
377
robert@webkit.org188a1262010-06-07 14:43:15 +0000378# =========================================================================== #
379# Failing plugins tests. #
380# =========================================================================== #
381
robert@webkit.org188a1262010-06-07 14:43:15 +0000382# ---- https://bugs.webkit.org/show_bug.cgi?id=36721
383plugins/get-url-with-blank-target.html
robert@webkit.org8b52a232010-06-13 13:29:34 +0000384
robert@webkit.org188a1262010-06-07 14:43:15 +0000385# ---- plugins rendered in incorrect position
386plugins/embed-attributes-style.html
387# ---- depends on QuickTime support
388plugins/embed-attributes-setting.html
389fast/dom/object-embed-plugin-scripting.html
commit-queue@webkit.org9282d302010-09-29 06:27:57 +0000390plugins/plugin-initiate-popup-window.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000391# ---- to be reviewed
392http/tests/plugins/plugin-document-has-focus.html
393
robert@webkit.orgb8633a72011-01-16 22:08:41 +0000394# [Qt] plugins/keyboard-events.html fails after r72717
395# https://bugs.webkit.org/show_bug.cgi?id=50050
396# Need to set the X11 keycode in EventSender. Also needs to work on a
397# headless display (like the buildbot), so XKeysymToKeycode doesn't work.
inferno@chromium.orga630eb72011-02-26 22:55:37 +0000398plugins/keyboard-events.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000399# =========================================================================== #
400# Failing execCommand tests. #
401# =========================================================================== #
402
robert@webkit.org188a1262010-06-07 14:43:15 +0000403# -- passes
404editing/execCommand/indent-paragraphs.html
405
406# ---- simple x/y diffs
407editing/execCommand/4580583-1.html
408editing/execCommand/nsresponder-indent.html
409editing/execCommand/nsresponder-outdent.html
410editing/execCommand/4641880-2.html
411editing/execCommand/4747450.html
412editing/execCommand/4786404-1.html
413editing/execCommand/4786404-2.html
414editing/execCommand/4916402.html
415editing/execCommand/4916541.html
416editing/execCommand/4924441.html
417editing/execCommand/5049671.html
418editing/execCommand/5062376.html
419editing/execCommand/5080333-1.html
420editing/execCommand/5080333-2.html
421editing/execCommand/5136770.html
422editing/execCommand/5138441.html
423editing/execCommand/5142012-1.html
424editing/execCommand/5190926.html
425editing/execCommand/5481523.html
426editing/execCommand/5569741.html
427editing/execCommand/5573879.html
428editing/execCommand/create-list-from-range-selection.html
429editing/execCommand/findString-2.html
430editing/execCommand/format-block-from-range-selection.html
431editing/execCommand/format-block.html
432editing/execCommand/format-block-with-braces.html
433editing/execCommand/format-block-with-trailing-br.html
434editing/execCommand/hilitecolor.html
435editing/execCommand/indent-empty-root.html
436editing/execCommand/indent-list-item.html
437editing/execCommand/indent-selection.html
438editing/execCommand/insertHorizontalRule.html
439editing/execCommand/insertImage.html
440editing/execCommand/insert-list-and-stitch.html
441editing/execCommand/insert-list-empty-div.html
442editing/execCommand/insert-list-with-id.html
443editing/execCommand/outdent-blockquote-test1.html
444editing/execCommand/outdent-blockquote-test2.html
445editing/execCommand/outdent-blockquote-test3.html
446editing/execCommand/outdent-blockquote-test4.html
447editing/execCommand/outdent-selection.html
448editing/execCommand/remove-list-from-range-selection.html
449editing/execCommand/remove-list-item-1.html
450editing/execCommand/4920488.html
451editing/execCommand/4920742-1.html
452editing/execCommand/create-list-with-hr.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000453
454
455# ---- fine, but not a simple diff
456editing/execCommand/4580583-2.html
457editing/execCommand/4641880-1.html
458# ---- rendertree results OK but suspicious diffs.
459editing/execCommand/print.html
460editing/execCommand/selectAll.html
461editing/execCommand/5142012-2.html
462editing/execCommand/5482023.html
463
464# -- text selection is incorrect
465editing/execCommand/findString.html
466editing/execCommand/find-after-replace.html
467editing/execCommand/paste-1.html
468editing/execCommand/paste-2.html
469
470# =========================================================================== #
471# Failing Sputnik tests #
472# =========================================================================== #
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000473sputnik/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
474sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T1.html
475sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T2.html
476sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T3.html
477sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T4.html
478sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T5.html
479sputnik/Conformance/15_Native_Objects/15.9_Date/15.9.3/S15.9.3.1_A5_T6.html
480sputnik/Unicode/Unicode_500/S7.6_A3.1.html
481sputnik/Unicode/Unicode_500/S7.6_A3.2.html
482sputnik/Unicode/Unicode_500/S7.6_A5.3_T1.html
483sputnik/Unicode/Unicode_500/S7.6_A5.3_T2.html
484sputnik/Unicode/Unicode_510/S15.5.4.16_A1.html
485sputnik/Unicode/Unicode_510/S15.5.4.18_A1.html
486sputnik/Unicode/Unicode_510/S7.6_A1.1_T1.html
487sputnik/Unicode/Unicode_510/S7.6_A1.1_T2.html
488sputnik/Unicode/Unicode_510/S7.6_A1.1_T4.html
489sputnik/Unicode/Unicode_510/S7.6_A2.2_T1.html
490sputnik/Unicode/Unicode_510/S7.6_A2.2_T2.html
491sputnik/Unicode/Unicode_510/S7.6_A2.3.html
492sputnik/Unicode/Unicode_510/S7.6_A3.1.html
493sputnik/Unicode/Unicode_510/S7.6_A3.2.html
494sputnik/Unicode/Unicode_510/S7.6_A5.2_T1.html
495sputnik/Unicode/Unicode_510/S7.6_A5.2_T2.html
496sputnik/Unicode/Unicode_510/S7.6_A5.2_T4.html
497sputnik/Unicode/Unicode_510/S7.6_A5.2_T7.html
498sputnik/Unicode/Unicode_510/S7.6_A5.2_T8.html
499sputnik/Unicode/Unicode_510/S7.6_A5.2_T9.html
500sputnik/Unicode/Unicode_510/S7.6_A5.3_T1.html
501sputnik/Unicode/Unicode_510/S7.6_A5.3_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000502
503# Failing Sputnik tests on 32 bit
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000504sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
505sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000506
507# Failing Sputnik test on 64 bit
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000508sputnik/Conformance/11_Expressions/11.5_Multiplicative_Operators/11.5.3_Percent/S11.5.3_A4_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000509
510# Timed out Sputnik tests on ARM
jamesr@google.com9476e9b2011-02-08 03:55:13 +0000511sputnik/Unicode/Unicode_218/S7.6_A3.1.html
512sputnik/Unicode/Unicode_218/S7.6_A3.2.html
513sputnik/Unicode/Unicode_218/S7.6_A5.3_T1.html
514sputnik/Unicode/Unicode_218/S7.6_A5.3_T2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000515
516# =========================================================================== #
ossy@webkit.org0627c412009-10-26 12:32:10 +0000517# Fluctuating/flakey tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000518# =========================================================================== #
ossy@webkit.org5c835582010-01-04 10:05:07 +0000519animations/3d/transform-origin-vs-functions.html
hausmann@webkit.orge66110c2009-09-22 13:16:17 +0000520animations/change-one-anim.html
ossy@webkit.org2d266ea2009-12-08 00:59:30 +0000521fast/frames/sandboxed-iframe-plugins.html
ossy@webkit.org94880d32009-12-10 07:29:40 +0000522fast/frames/sandboxed-iframe-scripting.html
ossy@webkit.org3c47f422009-12-11 17:30:08 +0000523fast/frames/sandboxed-iframe-storage.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000524http/tests/cookies/simple-cookies-max-age.html
ossy@webkit.orgee20b072009-12-26 09:40:23 +0000525http/tests/cookies/simple-cookies-expired.html
ossy@webkit.org0627c412009-10-26 12:32:10 +0000526http/tests/xmlhttprequest/workers/close.html
ossy@webkit.org6b34fc02009-10-26 17:54:28 +0000527http/tests/xmlhttprequest/workers/shared-worker-close.html
ossy@webkit.org3da4ced2010-02-16 23:55:05 +0000528
ossy@webkit.orgee20b072009-12-26 09:40:23 +0000529storage/database-lock-after-reload.html
530storage/empty-statement.html
531storage/execute-sql-args.html
532storage/hash-change-with-xhr.html
ossy@webkit.org576ee872009-10-26 17:10:26 +0000533transitions/change-values-during-transition.html
vestbo@webkit.orgce2d8662009-09-03 16:09:54 +0000534
abecsi@webkit.orge8b53b52010-07-13 13:43:06 +0000535# http/tests/inspector/resource-har-conversion.html is failing on the release bot after r63191
536# webkit.org/b/42162
537http/tests/inspector/resource-har-conversion.html
538
yurys@chromium.org6db63822011-03-16 08:18:29 +0000539# [Qt] Some inspector test fail intermittently
540# https://bugs.webkit.org/show_bug.cgi?id=42090
541http/tests/inspector/network/network-size.html
542# This test consistently fails if run with --singly flag
543inspector/timeline/timeline-paint.html
544
545# https://bugs.webkit.org/show_bug.cgi?id=56453
546# This test will fail if it's the first inspector test to run.
547inspector/styles/styles-add-blank-property.html
548
549# [Qt] New fails caused by change(s) between r79317-r79320.
550http/tests/inspector-enabled/open-close-open.html
551http/tests/inspector/change-iframe-src.html
552
robert@webkit.org188a1262010-06-07 14:43:15 +0000553# [Qt] fast/frames/flattening/frameset-flattening-subframesets.html fails intermittently on Qt bot
554# Fails caused by layoutTestController.display() in fast/frames/flattening/frameset-flattening-subframe-resize.html
555# https://bugs.webkit.org/show_bug.cgi?id=37334
556
robert@webkit.org188a1262010-06-07 14:43:15 +0000557# Tests that currently fail but perhaps used to work at some point.
558fast/dom/open-and-close-by-DOM.html
559fast/dom/Window/new-window-opener.html
560fast/forms/001.html
561fast/forms/focus2.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000562fast/frames/001.html
563fast/text/monospace-width-cache.html
564
565# Tests that fail randomly. Is this style related?
566fast/forms/listbox-width-change.html
567fast/forms/plaintext-mode-2.html
568fast/forms/menulist-width-change.html
569
ossy@webkit.org7f2f2222010-11-30 08:56:46 +0000570# [Qt] http/tests/websocket/tests/reload-crash.html fails intermittently with time out
571# https://bugs.webkit.org/show_bug.cgi?id=50152
572http/tests/websocket/tests/reload-crash.html
573
ossy@webkit.org2f37f832011-03-16 08:14:09 +0000574# https://bugs.webkit.org/show_bug.cgi?id=34281
ossy@webkit.org953aba42011-03-16 11:09:29 +0000575fast/workers/shared-worker-frame-lifecycle.html
ossy@webkit.org2f37f832011-03-16 08:14:09 +0000576
robert@webkit.org188a1262010-06-07 14:43:15 +0000577# =========================================================================== #
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000578# failing media tests
robert@webkit.org188a1262010-06-07 14:43:15 +0000579# =========================================================================== #
robert@webkit.org051adf82010-06-08 19:44:15 +0000580
581# https://bugs.webkit.org/show_bug.cgi?id=38376
582media/media-document-audio-size.html
583
584media/invalid-media-url-crash.html
585
586# [Qt] media/media-can-play-ogg.html crashes intermittently on the bot
587# https://bugs.webkit.org/show_bug.cgi?id=39481
588media/audio-only-video-intrinsic-size.html
589
ossy@webkit.org4fb14282011-02-23 11:05:43 +0000590# [Qt] media/controls-without-preload.html is flakey
591# https://bugs.webkit.org/show_bug.cgi?id=55028
592media/controls-without-preload.html
593
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000594media/adopt-node-crash.html
595media/audio-constructor.html
596media/audio-constructor-preload.html
597media/audio-constructor-src.html
598media/audio-controls-rendering.html
599media/audio-data-url.html
600media/audio-delete-while-slider-thumb-clicked.html
601media/audio-delete-while-step-button-clicked.html
602media/audio-mpeg-supported.html
jer.noble@apple.com1a9f0422011-01-25 19:52:17 +0000603media/audio-mpeg4-supported.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000604media/audio-no-installed-engines.html
605media/audio-play-event.html
606media/before-load-member-access.html
607media/broken-video.html
eric.carlson@apple.com7c8489a2010-07-13 20:12:07 +0000608media/media-can-play-mpeg-audio.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000609media/constructors.html
610media/controls-after-reload.html
611media/controls-css-overload.html
612media/controls-drag-timebar.html
613media/controls-right-click-on-timebar.html
614media/controls-strict.html
615media/controls-styling.html
616media/event-attributes.html
617media/fallback.html
618media/media-captions.html
619media/media-constants.html
620media/media-fullscreen-inline.html
621media/media-fullscreen-not-in-document.html
622media/media-load-event.html
623media/media-startTime.html
624media/remove-from-document.html
625media/remove-from-document-no-load.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000626media/unsupported-rtsp.html
627media/unsupported-tracks.html
628media/video-append-source.html
629media/video-aspect-ratio.html
630media/video-autoplay.html
631media/video-buffered.html
632media/video-canvas.html-disabled
633media/video-canvas-source.html
andreas.kling@nokia.com6d0d3ff2010-10-29 23:44:29 +0000634media/video-canvas-alpha.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000635media/video-click-dblckick-standalone.html
636media/video-controls.html
637media/video-controls-rendering.html
638media/video-controls-transformed.html
639media/video-controls-visible-audio-only.html
640media/video-controls-with-mutation-event-handler.html
641media/video-controls-zoomed.html
642media/video-currentTime.html
643media/video-currentTime-set2.html
644media/video-currentTime-set.html
645media/video-display-aspect-ratio.html
646media/video-display-none-crash.html
647media/video-display-toggle.html
648media/video-document-types.html
649media/video-dom-autoplay.html
650media/video-dom-preload.html
651media/video-dom-src.html
philn@webkit.org5fe02362010-05-03 15:18:31 +0000652media/video-duration-known-after-eos.html
inferno@chromium.org5f2ea742010-12-30 08:29:04 +0000653media/video-element-other-namespace-crash.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000654media/video-empty-source.html
655media/video-error-does-not-exist.html
656media/video-layer-crash.html
657media/video-load-networkState.html
658media/video-load-readyState.html
659media/video-loop.html
660media/video-muted.html
661media/video-no-audio.html
662media/video-no-autoplay.html
663media/video-pause-empty-events.html
664media/video-pause-immediately.html
665media/video-played-collapse.html
666media/video-played-ranges-1.html
667media/video-played-reset.html
668media/video-play-empty-events.html
669media/video-play-pause-events.html
670media/video-play-pause-exception.html
671media/video-poster.html
672media/video-poster-scale.html
673media/video-preload.html
674media/video-replaces-poster.html
675media/video-reverse-play-duration.html
676media/video-seekable.html
677media/video-seeking.html
678media/video-seek-no-src-exception.html
679media/video-seek-past-end-paused.html
680media/video-seek-past-end-playing.html
681media/video-size.html
682media/video-size-intrinsic-scale.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000683media/video-source-error.html
684media/video-source-error-no-candidate.html
685media/video-source.html
686media/video-source-media.html
687media/video-source-none-supported.html
688media/video-source-type.html
689media/video-source-type-params.html
690media/video-src-change.html
jwieczorek@webkit.org35dfeff2010-03-22 18:40:58 +0000691media/video-src.html
692media/video-src-invalid-remove.html
693media/video-src-none.html
694media/video-src-plus-source.html
695media/video-src-remove.html
696media/video-src-set.html
697media/video-src-source.html
698media/video-timeupdate-during-playback.html
699media/video-timeupdate-reverse-play.html
700media/video-transformed.html
701media/video-volume.html
702media/video-volume-slider.html
703media/video-width-height.html
704media/video-zoom-controls.html
705media/video-zoom.html
706
vestbo@webkit.org27e2a152010-08-17 21:36:26 +0000707# Video size reported as 0,0 due to how size-hints are reported by QtMultimedia
708media/video-poster-delayed.html
709
eric.carlson@apple.come28be342010-08-30 17:18:32 +0000710# Test specific to QuickTime media engine
711media/video-does-not-loop.html
712
philn@webkit.org8212a4f2010-09-02 08:25:45 +0000713# https://bugs.webkit.org/show_bug.cgi?id=45093
714media/media-can-play-mpeg4-video.html
715
eric.carlson@apple.com501c3c92010-11-01 18:18:43 +0000716# https://bugs.webkit.org/show_bug.cgi?id=48617
717media/video-seek-by-small-increment.html
718
philn@webkit.org6b4764e2010-12-07 20:47:00 +0000719# requires video.buffered to be able to return multiple timeranges
720http/tests/media/video-buffered.html
721
robert@webkit.org188a1262010-06-07 14:43:15 +0000722# ============================================================================= #
723# Crashing tests due to re-enabled Phonon support in Buildbot's Qt #
724# Skip these until a proper solution for the Phonon related crashes found. #
725# ============================================================================= #
ossy@webkit.orga7b93ac2009-12-04 10:37:26 +0000726#reproducible command: WebKitTools/Scripts/run-webkit-tests fast/runin/nonblock-runin.html fast/table/
727#crashed: fast/table/"random_test"
728#crasher:
729fast/runin/nonblock-runin.html
730
731#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
732#crashed: http/tests/security/local-video-src-from-remote.html
733#crasher:
734http/tests/security/local-video-source-from-remote.html
735
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000736# ============================================================================= #
737# Missing features in our DumpRenderTree implementation #
738# ============================================================================= #
739
robert@webkit.org188a1262010-06-07 14:43:15 +0000740# DumpRenderTree code to enable Java is currently a no-op
741java
742
743# Missing DRT ability to override 'standard' preferences.
744fast/dom/Window/timer-resume-on-navigation-back.html
745loader/go-back-to-different-window-size.html
746
ossy@webkit.org1fc148c2011-02-09 07:58:21 +0000747# Missing layoutTestController.displayInvalidatedRegion()
748plugins/invalidate_rect.html
749
aroben@apple.com9a725132010-11-30 15:25:59 +0000750# Missing layoutTestController.findString() http://webkit.org/b/50236
mitz@apple.comb642f7c2010-11-30 07:25:39 +0000751editing/text-iterator/findString.html
752
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000753# Missing layoutTestController.overridePreference()
754fast/events/pageshow-pagehide-on-back-cached.html
vestbo@webkit.org2dbb5372009-09-04 15:53:17 +0000755fast/events/pageshow-pagehide-on-back-cached-with-frames.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000756
eric@webkit.org3dd3a282009-09-27 19:12:49 +0000757# layoutTestController.waitForPolicyDelegate() does not report the origin node
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000758fast/encoding/mailto-always-utf-8.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000759
ossy@webkit.orgdc9d7332009-10-20 14:25:31 +0000760# Missing layoutTestController.setAlwaysAcceptCookies()
ossy@webkit.org17aff382009-10-26 11:58:58 +0000761http/tests/xmlhttprequest/access-control-basic-allow-preflight-cache-timeout.html
ossy@webkit.orgdc9d7332009-10-20 14:25:31 +0000762
763# Missing layoutTestController.setUseDashboardCompatibilityMode()
764http/tests/xmlhttprequest/default-content-type-dashboard.html
765http/tests/xmlhttprequest/svg-created-by-xhr-disallowed-in-dashboard.html
ossy@webkit.org7071bbd2009-10-28 11:05:24 +0000766
ossy@webkit.org7c2c09392011-03-05 08:48:10 +0000767# Missing layoutTestController.setValueForUser()
768fast/forms/onchange-setvalueforuser.html
769
ossy@webkit.org4032abd2010-12-08 11:23:34 +0000770# Missing layoutTestController.testRepaint()
771fast/repaint/table-writing-modes-h.html
772fast/repaint/table-writing-modes-v.html
ossy@webkit.orgc22c2772010-12-20 09:23:58 +0000773fast/repaint/text-emphasis-h.html
774fast/repaint/text-emphasis-v.html
ossy@webkit.org4032abd2010-12-08 11:23:34 +0000775
robert@webkit.org545cdb222010-06-26 10:52:25 +0000776# timeout
commit-queue@webkit.org8c84f8f2010-10-14 21:05:38 +0000777http/tests/misc/redirect-to-external-url.html
ossy@webkit.orgee6ef912009-10-28 13:54:39 +0000778http/tests/security/feed-urls-from-remote.html
ossy@webkit.org7071bbd2009-10-28 11:05:24 +0000779
robert@webkit.orgd1b70442010-06-19 11:02:54 +0000780# This requires didClearWindowObjectForFrameInIsolatedWorld foo in FrameLoaderClient
781http/tests/security/isolatedWorld/didClearWindowObject.html
782# This needs more investigation
783http/tests/security/isolatedWorld/world-reuse.html
ossy@webkit.org420f04c2010-01-22 12:56:31 +0000784
jianli@chromium.orgf49a9b12010-09-24 18:03:19 +0000785# File API is not supported yet
786fast/files
jianli@chromium.org1f0abb42011-03-17 23:06:55 +0000787http/tests/fileapi
ossy@webkit.orgb723ad92010-02-24 07:40:46 +0000788
ossy@webkit.org8f13c1e2010-03-10 00:49:46 +0000789# Missing layoutTestController.setAlwaysAcceptCookies()
790http/tests/plugins/third-party-cookie-accept-policy.html
ossy@webkit.orgbc03e032010-03-11 10:25:51 +0000791
ossy@webkit.org2df68bd2010-04-19 16:41:05 +0000792# Missing layoutTestController.dumpWillCacheResponse
793http/tests/misc/willCacheResponse-delegate-callback.html
vestbo@webkit.orgafc50122009-09-04 15:34:44 +0000794
ossy@webkit.orgfd8bb222010-12-15 08:10:13 +0000795# Missing layoutTestController.setHandlesAuthenticationChallenges()
796http/tests/misc/authentication-sent-to-redirect.html
797
ossy@webkit.org2f37f832011-03-16 08:14:09 +0000798# Missing layoutTestController.setAutofilled()
799fast/forms/input-autofilled.html
ossy@webkit.org8cb56552011-03-22 13:32:59 +0000800fast/forms/reset-autofilled.html
ossy@webkit.org2f37f832011-03-16 08:14:09 +0000801
ossy@webkit.orgb9765c12009-10-19 14:42:56 +0000802# ------- broken ICO file decoding
803fast/images/favicon-as-image.html
804fast/images/icon-0colors.html
805fast/images/icon-decoding.html
806
ossy@webkit.org5de99582009-11-09 11:08:58 +0000807# ------- missing ruby annotation support for japanese fonts
rolandsteiner@chromium.org131f3582010-10-13 07:25:57 +0000808fast/ruby/ruby-beforeafter.html
ossy@webkit.org5de99582009-11-09 11:08:58 +0000809fast/ruby/ruby-empty-rt.html
810fast/ruby/ruby-length.html
811fast/ruby/ruby-run-break.html
812fast/ruby/ruby-runs-spans.html
813fast/ruby/ruby-runs.html
814fast/ruby/ruby-simple-rp.html
815fast/ruby/ruby-simple.html
816fast/ruby/ruby-trailing.html
817fast/ruby/rubyDOM-insert-rt.html
818fast/ruby/rubyDOM-insert-text1.html
819fast/ruby/rubyDOM-insert-text2.html
820fast/ruby/rubyDOM-insert-text3.html
821fast/ruby/rubyDOM-remove-rt1.html
822fast/ruby/rubyDOM-remove-rt2.html
823fast/ruby/rubyDOM-remove-text1.html
824fast/ruby/rubyDOM-remove-text2.html
825
robert@webkit.org188a1262010-06-07 14:43:15 +0000826# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +0000827# Failing SVG tests
828# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +0000829
830svg/batik/filters/feTile.svg
831
robert@webkit.org188a1262010-06-07 14:43:15 +0000832svg/dom/length-list-parser.html
833svg/css/group-with-shadow.svg
834svg/filters/big-sized-filter-2.svg
835svg/filters/big-sized-filter.svg
836svg/filters/feDisplacementMap.svg
837svg/filters/filterRes.svg
838svg/css/composite-shadow-example.html
839svg/css/composite-shadow-with-opacity.html
larsfe7751b2007-10-05 08:57:06 +0000840
robert@webkit.org188a1262010-06-07 14:43:15 +0000841# --- to be reviewed
842svg/batik/filters/filterRegions.svg
843svg/batik/masking/maskRegions.svg
844svg/batik/paints/gradientLimit.svg
845svg/batik/paints/patternPreserveAspectRatioA.svg
846svg/batik/paints/patternRegionA.svg
847svg/batik/paints/patternRegions.svg
848svg/batik/text/longTextOnPath.svg
849svg/batik/text/smallFonts.svg
850svg/batik/text/textAnchor2.svg
851svg/batik/text/textAnchor3.svg
852svg/batik/text/textAnchor.svg
853svg/batik/text/textDecoration2.svg
854svg/batik/text/textEffect2.svg
855svg/batik/text/textEffect3.svg
856svg/batik/text/textEffect.svg
857svg/batik/text/textFeatures.svg
858svg/batik/text/textGlyphOrientationHorizontal.svg
859svg/batik/text/textLayout2.svg
860svg/batik/text/textLayout.svg
861svg/batik/text/textLength.svg
862svg/batik/text/textOnPath2.svg
863svg/batik/text/textOnPath3.svg
864svg/batik/text/textOnPathSpaces.svg
865svg/batik/text/textOnPath.svg
866svg/batik/text/textPCDATA.svg
867svg/batik/text/textPosition2.svg
868svg/batik/text/textPosition.svg
869svg/batik/text/textProperties2.svg
870svg/batik/text/textProperties.svg
871svg/batik/text/textStyles.svg
872svg/batik/text/verticalTextOnPath.svg
873svg/batik/text/verticalText.svg
874svg/batik/text/xmlSpace.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000875svg/custom/group-opacity.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000876svg/custom/hit-test-with-br.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +0000877svg/custom/text-linking.svg
ossy@webkit.org05ae9dd2011-02-18 23:42:03 +0000878svg/custom/embedded-svg-disallowed-in-dashboard.xml
879svg/custom/feComponentTransfer-Discrete.svg
880svg/custom/feComponentTransfer-Gamma.svg
881svg/custom/feComponentTransfer-Linear.svg
882svg/custom/feComponentTransfer-Table.svg
883svg/custom/feDisplacementMap-01.svg
884svg/custom/foreign-object-skew.svg
885svg/custom/grayscale-gradient-mask.svg
886svg/custom/js-late-clipPath-and-object-creation.svg
887svg/custom/js-late-clipPath-creation.svg
888svg/custom/js-late-pattern-and-object-creation.svg
889svg/custom/js-late-pattern-creation.svg
890svg/custom/junk-data.svg
891svg/custom/manually-parsed-embedded-svg-disallowed-in-dashboard.html
892svg/custom/manually-parsed-svg-disallowed-in-dashboard.html
893svg/custom/missing-xlink.svg
894svg/custom/path-bad-data.svg
895svg/custom/percentage-rect.svg
896svg/custom/pointer-events-image.svg
897svg/custom/svg-disallowed-in-dashboard-object.html
898svg/custom/visibility-override-filter.svg
899svg/custom/stroke-width-click.svg
900svg/css/css-box-min-width.html
robert@webkit.org188a1262010-06-07 14:43:15 +0000901svg/hixie/dynamic/005.xml
robert@webkit.org188a1262010-06-07 14:43:15 +0000902svg/hixie/error/013.xml
903svg/hixie/processing-model/003.xml
904svg/hixie/processing-model/004.xml
robert@webkit.org188a1262010-06-07 14:43:15 +0000905svg/text/text-fonts-01-t.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000906svg/text/text-intro-05-t.svg
robert@webkit.org188a1262010-06-07 14:43:15 +0000907svg/text/text-tselect-02-f.svg
lars8a548c82007-10-02 14:04:42 +0000908svg/W3C-SVG-1.1/animate-elem-08-t.svg
lars8a548c82007-10-02 14:04:42 +0000909svg/W3C-SVG-1.1/animate-elem-80-t.svg
lars8a548c82007-10-02 14:04:42 +0000910svg/W3C-SVG-1.1/coords-viewattr-01-b.svg
911svg/W3C-SVG-1.1/coords-viewattr-02-b.svg
lars8a548c82007-10-02 14:04:42 +0000912svg/W3C-SVG-1.1/filters-image-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000913svg/W3C-SVG-1.1/filters-offset-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000914svg/W3C-SVG-1.1/fonts-desc-02-t.svg
lars8a548c82007-10-02 14:04:42 +0000915svg/W3C-SVG-1.1/fonts-glyph-04-t.svg
lars8a548c82007-10-02 14:04:42 +0000916svg/W3C-SVG-1.1/linking-a-03-b.svg
lars8a548c82007-10-02 14:04:42 +0000917svg/W3C-SVG-1.1/masking-path-04-b.svg
lars8a548c82007-10-02 14:04:42 +0000918svg/W3C-SVG-1.1/metadata-example-01-b.svg
lars8a548c82007-10-02 14:04:42 +0000919svg/W3C-SVG-1.1/paths-data-10-t.svg
lars8a548c82007-10-02 14:04:42 +0000920svg/W3C-SVG-1.1/shapes-polyline-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000921svg/W3C-SVG-1.1/struct-cond-02-t.svg
lars8a548c82007-10-02 14:04:42 +0000922svg/W3C-SVG-1.1/struct-use-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000923svg/W3C-SVG-1.1/text-fonts-01-t.svg
lars8a548c82007-10-02 14:04:42 +0000924svg/W3C-SVG-1.1/text-intro-05-t.svg
lars8a548c82007-10-02 14:04:42 +0000925svg/W3C-SVG-1.1/text-tselect-02-f.svg
lars8a548c82007-10-02 14:04:42 +0000926svg/carto.net/button.svg
927svg/carto.net/colourpicker.svg
928svg/carto.net/combobox.svg
929svg/carto.net/scrollbar.svg
930svg/carto.net/selectionlist.svg
931svg/carto.net/slider.svg
932svg/carto.net/tabgroup.svg
933svg/carto.net/textbox.svg
934svg/carto.net/window.svg
lars8a548c82007-10-02 14:04:42 +0000935svg/hixie/cascade/001-broken.xml
936svg/hixie/cascade/002.xml
937svg/hixie/data-types/001.xml
938svg/hixie/data-types/002.xhtml
lars8a548c82007-10-02 14:04:42 +0000939svg/hixie/dynamic/003.xml
940svg/hixie/dynamic/004.xml
lars8a548c82007-10-02 14:04:42 +0000941svg/hixie/dynamic/006.xml
942svg/hixie/error/001.xml
943svg/hixie/error/002.xml
944svg/hixie/error/003.xml
lars8a548c82007-10-02 14:04:42 +0000945svg/hixie/error/007.xml
946svg/hixie/error/008.xml
947svg/hixie/error/009.xml
948svg/hixie/error/010.xml
949svg/hixie/error/011.xml
950svg/hixie/error/012.xml
lars8a548c82007-10-02 14:04:42 +0000951svg/hixie/error/014-test.xml
952svg/hixie/error/014.xml
953svg/hixie/error/015.xml
954svg/hixie/error/016.xml
955svg/hixie/error/017.xml
956svg/hixie/links/001.xml
957svg/hixie/links/002.xml
958svg/hixie/links/003-broken.xml
959svg/hixie/mixed/003.xml
960svg/hixie/mixed/004.xml
961svg/hixie/mixed/005.xml
962svg/hixie/mixed/006.xml
963svg/hixie/mixed/008.xml
964svg/hixie/mixed/009.xml
965svg/hixie/mixed/010.xml
966svg/hixie/mixed/011.xml
967svg/hixie/painting/001.xml
968svg/hixie/perf/001.xml
969svg/hixie/perf/002.xml
970svg/hixie/perf/003.xml
971svg/hixie/perf/004.xml
972svg/hixie/perf/005.xml
973svg/hixie/perf/006.xml
974svg/hixie/perf/007.xml
lars8a548c82007-10-02 14:04:42 +0000975svg/hixie/processing-model/005.xml
976svg/hixie/rendering-model/001.xml
977svg/hixie/rendering-model/002.xml
978svg/hixie/rendering-model/003.xhtml
979svg/hixie/rendering-model/003a.xml
980svg/hixie/rendering-model/004.xhtml
981svg/hixie/shapes/path/001.xml
lars8a548c82007-10-02 14:04:42 +0000982svg/hixie/text/002.xml
983svg/hixie/text/003.html
984svg/hixie/text/003a.xml
985svg/hixie/text/003b.xml
986svg/hixie/transform/001.xml
987svg/hixie/use/001.xml
988svg/hixie/use/002-test.xml
989svg/hixie/use/002.xml
990svg/hixie/viewbox/001.xml
991svg/hixie/viewbox/002.xml
992svg/hixie/viewbox/003.xml
993svg/hixie/viewbox/004.xml
994svg/hixie/viewbox/preserveAspectRatio/001.xml
995svg/hixie/viewbox/preserveAspectRatio/002.xml
hausmann@webkit.orga1814872008-05-07 14:21:40 +0000996svg/W3C-SVG-1.1/struct-frag-01-t.svg
997svg/css/getComputedStyle-basic.xhtml
hausmann@webkit.orga1814872008-05-07 14:21:40 +0000998svg/dom/SVGRectElement/rect-modify-rx.svg
999svg/hixie/dynamic/002.xml
1000svg/hixie/mixed/007.xml
hausmann@webkit.org9f6c2932008-05-26 12:29:11 +00001001
ossy@webkit.org91b5de12011-03-16 16:52:49 +00001002# --- missing test fonts
1003svg/W3C-I18N/g-dirLTR-ubNone.svg
1004svg/W3C-I18N/g-dirLTR-ubOverride.svg
1005svg/W3C-I18N/g-dirRTL-ubNone.svg
1006svg/W3C-I18N/g-dirRTL-ubOverride.svg
1007svg/W3C-I18N/text-anchor-dirLTR-anchorEnd.svg
1008svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle.svg
1009svg/W3C-I18N/text-anchor-dirLTR-anchorStart.svg
1010svg/W3C-I18N/text-anchor-dirNone-anchorEnd.svg
1011svg/W3C-I18N/text-anchor-dirNone-anchorMiddle.svg
1012svg/W3C-I18N/text-anchor-dirNone-anchorStart.svg
1013svg/W3C-I18N/text-anchor-dirRTL-anchorEnd.svg
1014svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle.svg
1015svg/W3C-I18N/text-anchor-dirRTL-anchorStart.svg
1016svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd.svg
1017svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle.svg
1018svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart.svg
1019svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd.svg
1020svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle.svg
1021svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart.svg
1022svg/W3C-I18N/text-anchor-no-markup.svg
1023svg/W3C-I18N/text-dirLTR-ubNone.svg
1024svg/W3C-I18N/text-dirLTR-ubOverride.svg
1025svg/W3C-I18N/text-dirRTL-ubNone.svg
1026svg/W3C-I18N/text-dirRTL-ubOverride.svg
1027svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context.svg
1028svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context.svg
1029svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context.svg
1030svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context.svg
1031svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context.svg
1032svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context.svg
1033svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context.svg
1034svg/W3C-I18N/tspan-dirNone-ubOverride-in-rtl-context.svg
1035svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-default-context.svg
1036svg/W3C-I18N/tspan-dirRTL-ubEmbed-in-ltr-context.svg
1037svg/W3C-I18N/tspan-dirRTL-ubNone-in-default-context.svg
1038svg/W3C-I18N/tspan-dirRTL-ubNone-in-ltr-context.svg
1039svg/W3C-I18N/tspan-dirRTL-ubOverride-in-default-context.svg
1040svg/W3C-I18N/tspan-dirRTL-ubOverride-in-ltr-context.svg
1041svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context.svg
1042svg/W3C-I18N/tspan-direction-ltr.svg
1043svg/W3C-I18N/tspan-direction-rtl.svg
ossy@webkit.org752f6482011-03-16 17:22:50 +00001044svg/W3C-SVG-1.1/text-fonts-01-t.svg
1045svg/W3C-SVG-1.1/text-intro-05-t.svg
1046svg/W3C-SVG-1.1/text-tselect-02-f.svg
ossy@webkit.org91b5de12011-03-16 16:52:49 +00001047svg/W3C-SVG-1.1-SE/text-intro-02-b.svg
1048svg/W3C-SVG-1.1-SE/text-intro-05-t.svg
1049svg/W3C-SVG-1.1-SE/text-intro-09-b.svg
1050svg/text/bidi-reorder-value-lists.svg
1051svg/text/bidi-text-anchor-direction.svg
1052svg/text/bidi-text-query.svg
1053svg/text/bidi-tspans.svg
ossy@webkit.org752f6482011-03-16 17:22:50 +00001054svg/text/text-fonts-01-t.svg
1055svg/text/text-intro-05-t.svg
1056svg/text/text-tselect-02-f.svg
ossy@webkit.org91b5de12011-03-16 16:52:49 +00001057
robert@webkit.org188a1262010-06-07 14:43:15 +00001058# ============================================================================= #
1059# failing animations tests
1060# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001061# Needs expected results
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001062animations/animation-drt-api.html
1063animations/animation-drt-api-multiple-keyframes.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001064
robert@webkit.org188a1262010-06-07 14:43:15 +00001065# ============================================================================= #
1066# Failing CSS Tests
1067# ============================================================================= #
robert@webkit.org188a1262010-06-07 14:43:15 +00001068# REGRESSION (r53450) - skipped until fix
1069# https://bugs.webkit.org/show_bug.cgi?id=33834
1070css1/box_properties/acid_test.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001071
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001072css2.1/t010403-shand-font-02-b.html
1073css2.1/t010403-shand-font-03-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001074css2.1/t0511-c21-pseud-link-02-e.html
1075css2.1/t0511-c21-pseud-link-03-e.html
1076css2.1/t051201-c23-first-line-00-b.html
1077css2.1/t051202-c24-first-lttr-00-b.html
1078css2.1/t051202-c26-psudo-nest-00-c.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001079css2.1/t0602-c13-inh-underlin-00-e.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001080css2.1/t0804-c5507-ipadn-r-02-b-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001081css2.1/t0805-c5522-brdr-02-e.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001082css2.1/t0905-c414-flt-fit-01-d-g.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001083css2.1/t0905-c5525-flthw-00-c-g.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001084css2.1/t0905-c5526-flthw-00-c-g.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001085css2.1/t1004-c43-rpl-ibx-00-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001086css2.1/t100801-c42-ibx-ht-00-d-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001087css2.1/t100801-c544-valgn-01-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001088css2.1/t100801-c548-ln-ht-02-b-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001089css2.1/t1008-c44-ln-box-00-d-ag.html
1090css2.1/t1008-c44-ln-box-01-d-ag.html
1091css2.1/t1008-c44-ln-box-02-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001092css2.1/t1202-counters-04-b.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001093css2.1/t1601-c547-indent-00-b-a.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001094css2.1/t1602-c43-center-00-d-ag.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001095css2.1/t1604-c541-word-sp-00-b-a.html
1096css2.1/t1604-c541-word-sp-01-b-a.html
1097css2.1/t1604-c542-letter-sp-00-b-a.html
1098css2.1/t1604-c542-letter-sp-01-b-a.html
1099css2.1/t1605-c545-txttrans-00-b-ag.html
hausmann@webkit.orga4200b642009-09-30 12:16:33 +00001100css2.1/t140201-c534-bgreps-00-c-ag.html
1101css2.1/t140201-c534-bgreps-01-c-ag.html
1102css2.1/t140201-c534-bgreps-02-c-ag.html
1103css2.1/t140201-c534-bgreps-03-c-ag.html
1104css2.1/t140201-c534-bgreps-04-c-ag.html
1105css2.1/t140201-c534-bgreps-05-c-ag.html
hausmann@webkit.orga4200b642009-09-30 12:16:33 +00001106css2.1/t140201-c537-bgfxps-00-c-ag.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001107
1108# ============================================================================= #
1109# Failing dom/xhtml tests
1110# ============================================================================= #
1111dom/xhtml/level3/core/canonicalform08.xhtml
1112dom/xhtml/level3/core/canonicalform09.xhtml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001113dom/xhtml/level3/core/documentgetinputencoding03.xhtml
1114dom/xhtml/level3/core/entitygetinputencoding02.xhtml
1115dom/xhtml/level3/core/entitygetxmlversion02.xhtml
1116dom/xhtml/level3/core/nodegetbaseuri05.xhtml
1117dom/xhtml/level3/core/nodegetbaseuri07.xhtml
1118dom/xhtml/level3/core/nodegetbaseuri09.xhtml
1119dom/xhtml/level3/core/nodegetbaseuri10.xhtml
1120dom/xhtml/level3/core/nodegetbaseuri11.xhtml
1121dom/xhtml/level3/core/nodegetbaseuri15.xhtml
1122dom/xhtml/level3/core/nodegetbaseuri17.xhtml
1123dom/xhtml/level3/core/nodegetbaseuri18.xhtml
1124dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml
1125dom/xhtml/level3/core/nodelookupprefix19.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001126
1127# ============================================================================= #
1128# Failing editing/deleting tests
1129# ============================================================================= #
1130
1131# -- fail with --platform mac --ignore-metrics
1132editing/deleting/delete-ligature-001.html
1133editing/deleting/delete-ligature-002.html
1134editing/deleting/delete-ligature-003.html
1135editing/deleting/delete-block-table.html
1136editing/deleting/delete-line-end-ws-002.html
1137editing/deleting/deletionUI-single-instance.html
1138editing/deleting/collapse-whitespace-3587601-fix.html
1139editing/deleting/delete-3608430-fix.html
1140editing/deleting/delete-3608462-fix.html
1141editing/deleting/delete-3800834-fix.html
1142editing/deleting/delete-4083333-fix.html
1143editing/deleting/delete-and-undo.html
1144editing/deleting/delete-at-paragraph-boundaries-008.html
1145editing/deleting/delete-block-merge-contents-018.html
1146editing/deleting/delete-block-merge-contents-021.html
1147editing/deleting/delete-block-merge-contents-022.html
1148editing/deleting/delete-br-007.html
1149editing/deleting/delete-contiguous-ws-001.html
1150editing/deleting/delete-leading-ws-001.html
1151editing/deleting/delete-listitem-001.html
1152editing/deleting/delete-listitem-002.html
1153editing/deleting/delete-tab-001.html
1154editing/deleting/delete-tab-002.html
1155editing/deleting/delete-tab-003.html
1156editing/deleting/delete-tab-004.html
1157editing/deleting/delete-ws-fixup-001.html
1158editing/deleting/delete-ws-fixup-002.html
1159editing/deleting/delete-ws-fixup-003.html
1160editing/deleting/delete-ws-fixup-004.html
1161editing/deleting/forward-delete.html
1162editing/deleting/smart-delete-002.html
1163
robert@webkit.org15857942010-05-03 15:39:54 +00001164# =========================================================================== #
1165# Failing editing/selection tests. #
1166# =========================================================================== #
robert@webkit.org188a1262010-06-07 14:43:15 +00001167
robert@webkit.org051adf82010-06-08 19:44:15 +00001168# This seems to pass now!
1169editing/selection/extend-selection-after-double-click.html
1170
robert@webkit.org188a1262010-06-07 14:43:15 +00001171# -- fail with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +00001172editing/selection/doubleclick-beside-cr-span.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001173editing/selection/drag-start-event-client-x-y.html
1174editing/selection/hit-test-anonymous.html
1175editing/selection/4895428-1.html
1176editing/selection/4895428-4.html
1177editing/selection/5057506-2.html
1178editing/selection/5057506.html
1179editing/selection/5232159.html
1180editing/selection/5333725.html
1181editing/selection/click-start-of-line.html
1182editing/selection/contains-boundaries.html
1183editing/selection/designmode-no-caret.html
1184editing/selection/drag-to-contenteditable-iframe.html
1185editing/selection/fake-drag.html
1186editing/selection/inline-closest-leaf-child.html
1187editing/selection/mixed-editability-1.html
1188editing/selection/select-from-textfield-outwards.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001189editing/selection/4983858.html
1190editing/selection/end-of-document.html
1191editing/selection/move-left-right.html
1192editing/selection/select-all-001.html
1193editing/selection/select-all-002.html
1194editing/selection/select-all-003.html
1195editing/selection/5081257-1.html
1196editing/selection/5081257-2.html
1197editing/selection/5234383-1.html
1198editing/selection/5234383-2.html
1199editing/selection/7152-1.html
1200editing/selection/7152-2.html
1201editing/selection/drag-in-iframe.html
1202editing/selection/editable-html-element.html
1203editing/selection/editable-non-editable-crash.html
1204editing/selection/move-between-blocks-no-001.html
1205editing/selection/move-past-trailing-space.html
1206editing/selection/replace-selection-1.html
1207editing/selection/select-all-005.html
1208editing/selection/select-all-006.html
1209editing/selection/select-box.html
1210
ossy@webkit.org7a5a5b62011-01-21 12:16:20 +00001211# https://bugs.webkit.org/show_bug.cgi?id=52883
1212editing/selection/rtl-move-selection-right-left.html
1213
commit-queue@webkit.orgddd8f6d2010-08-17 01:19:45 +00001214# [Qt] editing tests fails after r54980
1215# https://bugs.webkit.org/show_bug.cgi?id=35145
commit-queue@webkit.orgddd8f6d2010-08-17 01:19:45 +00001216editing/selection/extend-after-mouse-selection.html
1217
robert@webkit.org188a1262010-06-07 14:43:15 +00001218# stderr
1219editing/selection/editable-links.html
1220editing/selection/drag-text-delay.html
1221
1222# https://bugs.webkit.org/show_bug.cgi?id=38656
1223editing/selection/shift-click.html
1224
1225# -- pass with --platform mac --ignore-metrics
robert@webkit.org188a1262010-06-07 14:43:15 +00001226editing/selection/extend-selection-bidi.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001227editing/selection/selection-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001228editing/selection/4397952.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001229editing/selection/4932260-1.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001230editing/selection/5007143-2.html
1231editing/selection/5007143.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001232editing/selection/caret-rtl-2.html
1233editing/selection/caret-rtl.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001234editing/selection/iframe.html
1235editing/selection/image-before-linebreak.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001236editing/selection/mixed-editability-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001237editing/selection/move-by-character-6.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001238editing/selection/select-element-paragraph-boundary.html
robert@webkit.org15857942010-05-03 15:39:54 +00001239
ojan@chromium.org1ce008c2010-07-08 23:51:58 +00001240# https://bugs.webkit.org/show_bug.cgi?id=41918
1241editing/selection/5195166-1.html
robert@webkit.org15857942010-05-03 15:39:54 +00001242
philn@webkit.orgfd504282010-09-21 06:54:09 +00001243# and https://bugs.webkit.org/show_bug.cgi?id=45021
1244media/context-menu-actions.html
philn@webkit.org88a209f2010-09-16 16:06:46 +00001245
ossy@webkit.org1deabf22011-01-24 14:24:10 +00001246# RTL: selection.modify("move", "forward", "line") when cursor is at start of a line does not move down a line
1247# https://bugs.webkit.org/show_bug.cgi?id=51517
1248editing/selection/extend-to-line-boundary.html
1249
robert@webkit.org188a1262010-06-07 14:43:15 +00001250# ============================================================================= #
1251# Failing editing/spelling tests
1252# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001253# Need to dump context menu items on eventSender.contextClick(true).
1254# https://bugs.webkit.org/show_bug.cgi?id=39103
1255editing/spelling/context-menu-suggestions.html
1256
robert@webkit.org188a1262010-06-07 14:43:15 +00001257# -- fail with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001258editing/spelling/inline_spelling_markers.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001259editing/spelling/spelling-linebreak.html
1260
1261# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001262editing/spelling/spellcheck-attribute.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001263editing/spelling/spelling.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001264
ossy@webkit.org5a7bf752011-03-02 14:45:44 +00001265# textInputController.hasMarkedText() is not implemented.
1266editing/input/setting-input-value-cancel-ime-composition.html
1267
commit-queue@webkit.org77ba1452010-09-03 10:36:04 +00001268# textInputController.hasSpellingMarkers() is not implemented.
morrita@google.com3cb95c72010-11-05 04:58:51 +00001269editing/spelling/spelling-hasspellingmarker.html
commit-queue@webkit.org77ba1452010-09-03 10:36:04 +00001270
morrita@google.com00b3f0f2010-09-09 03:26:17 +00001271# https://bugs.webkit.org/show_bug.cgi?id=45435
1272editing/spelling/spelling-backspace-between-lines.html
1273
morrita@google.comd165d1d2010-10-28 10:41:58 +00001274editing/spelling/spelling-attribute-change.html
morrita@google.com447109a2010-11-02 06:34:26 +00001275editing/spelling/spelling-attribute-at-child.html
morrita@google.comd165d1d2010-10-28 10:41:58 +00001276
morrita@google.com7a18fee2010-12-13 06:06:19 +00001277# EditorClient::requestCheckingOfString() is not implemented
1278editing/spelling/spellcheck-paste.html
1279
robert@webkit.org188a1262010-06-07 14:43:15 +00001280# ============================================================================= #
1281# failing editing/style tests
1282# ============================================================================= #
1283
1284# -- fail with --platform mac --ignore-metrics
1285editing/style/style-3681552-fix-002.html
1286editing/style/apple-style-editable-mix.html
1287editing/style/create-block-for-style-012.html
1288editing/style/5279521.html
1289editing/style/create-block-for-style-001.html
1290editing/style/create-block-for-style-002.html
1291editing/style/create-block-for-style-003.html
1292editing/style/create-block-for-style-004.html
1293editing/style/create-block-for-style-005.html
1294editing/style/create-block-for-style-006.html
1295editing/style/create-block-for-style-009.html
1296editing/style/create-block-for-style-010.html
1297editing/style/create-block-for-style-011.html
1298editing/style/create-block-for-style-013.html
1299editing/style/relative-font-size-change-001.html
1300editing/style/relative-font-size-change-002.html
1301editing/style/relative-font-size-change-003.html
1302editing/style/relative-font-size-change-004.html
1303editing/style/style-3681552-fix-001.html
1304editing/style/typing-style-001.html
1305editing/style/typing-style-002.html
1306editing/style/unbold-in-bold.html
1307
1308# -- pass with --platform mac --ignore-metrics
robert@webkit.org051adf82010-06-08 19:44:15 +00001309editing/style/apply-through-end-of-document.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001310editing/style/font-family-with-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001311editing/style/4916887.html
1312editing/style/5017613-1.html
1313editing/style/5017613-2.html
1314editing/style/5046875-1.html
1315editing/style/5046875-2.html
1316editing/style/5065910.html
1317editing/style/5084241.html
1318editing/style/5228141.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001319editing/style/block-style-001.html
1320editing/style/block-style-002.html
1321editing/style/block-style-003.html
1322editing/style/block-style-004.html
1323editing/style/block-style-005.html
1324editing/style/block-style-006.html
1325editing/style/block-styles-007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001326editing/style/create-block-for-style-007.html
1327editing/style/create-block-for-style-008.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001328editing/style/designmode.html
1329editing/style/fontsize-1.html
1330editing/style/highlight.html
1331editing/style/non-inheritable-styles.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001332editing/style/smoosh-styles-001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001333editing/style/smoosh-styles-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001334editing/style/style-3690704-fix.html
1335editing/style/style-3998892-fix.html
1336editing/style/style-boundary-001.html
1337editing/style/style-boundary-002.html
1338editing/style/style-boundary-003.html
1339editing/style/style-boundary-004.html
1340editing/style/style-boundary-005.html
1341editing/style/table-selection.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001342
1343# ============================================================================= #
1344# failing undo tests
1345# ============================================================================= #
1346
1347# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001348editing/undo/5378473.html
1349editing/undo/redo-typing-001.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001350editing/undo/undo-misspellings.html
1351editing/undo/undo-typing-001.html
1352
1353# -- fail with --platform mac --ignore-metrics
1354editing/undo/4063751.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001355editing/undo/undo-combined-delete-boundary.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001356editing/undo/undo-combined-delete.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001357editing/undo/undo-delete-boundary.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001358editing/undo/undo-delete.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001359editing/undo/undo-forward-delete-boundary.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001360editing/undo/undo-forward-delete.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001361
1362# ============================================================================= #
1363# failing unsupported-content tests
1364# ============================================================================= #
1365# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001366editing/unsupported-content/list-delete-001.html
1367editing/unsupported-content/list-delete-003.html
1368editing/unsupported-content/list-type-after.html
1369editing/unsupported-content/list-type-before.html
1370editing/unsupported-content/table-delete-001.html
1371editing/unsupported-content/table-delete-002.html
1372editing/unsupported-content/table-delete-003.html
1373editing/unsupported-content/table-type-after.html
1374editing/unsupported-content/table-type-before.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001375
1376
1377# ============================================================================= #
1378# failing fast tests
1379# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00001380
ossy@webkit.org71bb4c52010-06-14 20:05:21 +00001381# [Qt] fast/text/justify-padding-distribution.html fails
1382# https://bugs.webkit.org/show_bug.cgi?id=40584
1383fast/text/justify-padding-distribution.html
1384
robert@webkit.org051adf82010-06-08 19:44:15 +00001385# Failing tests introduced by changing the default font sizes to
1386# conform other platforms. Probably caused by previously hidden bugs.
robert@webkit.org051adf82010-06-08 19:44:15 +00001387fast/history/history_reload.html
1388
robert@webkit.org188a1262010-06-07 14:43:15 +00001389# This test fails because Qt does not support conditionals in unicode special casing.
1390# See also http://trolltech.com/developer/task-tracker/index_html?id=212870&method=entry
1391fast/css/case-transform.html
1392
robert@webkit.org051adf82010-06-08 19:44:15 +00001393# New test hangs QT bot
1394# Discussed in https://bugs.webkit.org/show_bug.cgi?id=38928
1395fast/loader/recursive-before-unload-crash.html
1396
robert@webkit.org188a1262010-06-07 14:43:15 +00001397# REGRESSION (r53450) - skipped until fix
1398# https://bugs.webkit.org/show_bug.cgi?id=33834
1399fast/forms/textarea-scrollbar-height.html
1400# Final four tests before Qt buildbot is green
1401# https://bugs.webkit.org/show_bug.cgi?id=27914
1402fast/css/positioned-overflow-scroll.html
1403fast/dom/prototype-inheritance-2.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001404# This port doesn't support detecting slow unload handlers.
1405fast/dom/Window/slow-unload-handler.html
1406fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
1407# Need rebaseline: https://bugs.webkit.org/show_bug.cgi?id=26830
1408fast/multicol/single-line.html
1409# validationMessage: https://bugs.webkit.org/show_bug.cgi?id=27959
1410fast/forms/validationMessage.html
1411fast/css/color-correction-backgrounds-and-text.html
1412fast/css/color-correction-on-background-image.html
1413fast/css/color-correction-on-backgrounds.html
1414fast/css/color-correction-on-box-shadow.html
1415fast/css/color-correction-on-text-shadow.html
1416fast/css/color-correction-on-text.html
1417fast/css/color-correction-untagged-images.html
1418fast/css/color-correction.html
1419
1420fast/block/positioning/relative-positioned-inline-container.html
1421fast/repaint/block-selection-gap-in-composited-layer.html
1422fast/repaint/block-selection-gap-in-table-cell.html
1423fast/repaint/block-selection-gap-stale-cache-2.html
1424fast/repaint/block-selection-gap-stale-cache.html
1425fast/repaint/inline-overflow.html
1426fast/repaint/inline-relative-positioned.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001427# eventSender missing touchCancel() and cancelTouchPoint()
1428fast/events/touch/send-oncancel-event.html
1429
robert@webkit.org188a1262010-06-07 14:43:15 +00001430# Relies on WebKit API [WebView _loadBackForwardListFromOtherView:]
1431fast/loader/crash-copying-backforwardlist.html
1432
robert@webkit.org188a1262010-06-07 14:43:15 +00001433# Needs platform specific API implemented in DRT, maybe not relevant for non-Mac and non-Windows ports
1434fast/loader/api-test-new-window-data-load-base-url.html
1435fast/loader/api-test-go-to-current-back-forward-item.html
1436
1437# Slider tests that need new results
1438fast/forms/slider-padding.html
1439fast/forms/slider-thumb-shared-style.html
1440fast/forms/slider-thumb-stylability.html
1441fast/forms/slider-zoomed.html
1442fast/forms/slider-mouse-events.html
1443
robert@webkit.org188a1262010-06-07 14:43:15 +00001444# For some reason crashes when run with all tests. Passes individually.
1445fast/forms/multiple-form-submission-protection-mouse.html
1446
robert@webkit.org188a1262010-06-07 14:43:15 +00001447# https://bugs.webkit.org/show_bug.cgi?id=35973
1448fast/multicol/hit-test-above-or-below.html
1449
robert@webkit.org188a1262010-06-07 14:43:15 +00001450# Not sure why this is failing on Qt.
1451# https://bugs.webkit.org/show_bug.cgi?id=37697
1452fast/url/host.html
1453
robert@webkit.org051adf82010-06-08 19:44:15 +00001454# https://bugs.webkit.org/show_bug.cgi?id=39852
1455fast/encoding/yentest.html
1456fast/encoding/yentest2.html
1457
robert@webkit.org188a1262010-06-07 14:43:15 +00001458# -- fail with --platform mac --ignore-metrics
1459fast/box-sizing/percentage-height.html
1460fast/css/acid2-pixel.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001461fast/dom/focus-contenteditable.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001462fast/dom/isindex-002.html
1463# seems to trigger some bugs/missing features in QTextCodec
1464fast/encoding/char-encoding.html
1465# QUrl::from/toACE seems to be stricter than what ICU does.
1466fast/encoding/idn-security.html
1467fast/encoding/xmacroman-encoding-test.html
1468fast/encoding/GBK/EUC-CN.html
1469fast/encoding/GBK/chinese.html
1470fast/encoding/GBK/cn-gb.html
1471fast/encoding/GBK/csgb2312.html
1472fast/encoding/GBK/csgb231280.html
1473fast/encoding/GBK/gb2312.html
1474fast/encoding/GBK/gb_2312-80.html
1475fast/encoding/GBK/gbk.html
1476fast/encoding/GBK/iso-ir-58.html
1477fast/encoding/GBK/x-euc-cn.html
1478fast/encoding/GBK/x-gbk.html
1479fast/events/autoscroll.html
1480fast/events/click-count.html
1481fast/events/content-changed-during-drop.html
1482fast/events/js-keyboard-event-creation.html
1483fast/events/keydown-1.html
1484fast/events/keypress-insert-tab.html
1485fast/events/ondragenter.html
1486fast/events/reveal-link-when-focused.html
1487fast/events/standalone-image-drag-to-editable.html
1488fast/events/updateLayoutForHitTest.html
1489fast/forms/input-selectedoption.html
1490fast/forms/drag-into-textarea.html
1491fast/forms/input-readonly-autoscroll.html
1492fast/forms/input-text-click-outside.html
1493fast/forms/input-text-drag-down.html
1494fast/forms/input-text-scroll-left-on-blur.html
1495fast/forms/listbox-onchange.html
1496fast/forms/listbox-selection-2.html
1497fast/forms/listbox-selection.html
1498fast/forms/onselect-textarea.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001499fast/forms/select-writing-direction-natural.html
1500fast/forms/tabbing-input-iframe.html
1501fast/forms/textAreaLineHeight.html
1502fast/forms/textarea-scroll-height.html
1503fast/forms/textarea-scrollbar.html
1504fast/forms/textarea-scrolled-type.html
1505fast/frames/iframe-window-focus.html
1506fast/html/keygen.html
1507fast/invalid/missing-end-tag.xhtml
1508fast/invalid/residual-style.html
1509fast/js/string-capitalization.html
1510fast/lists/drag-into-marker.html
1511fast/overflow/clip-rects-fixed-ancestor.html
1512fast/overflow/overflow-rtl.html
1513fast/overflow/overflow-x-y.html
1514fast/overflow/scroll-nested-positioned-layer-in-overflow.html
1515fast/overflow/scrollRevealButton.html
1516fast/parser/external-entities.xml
1517fast/parser/xhtml-alternate-entities.xml
1518fast/repaint/box-shadow-h.html
1519fast/repaint/box-shadow-v.html
1520fast/repaint/fixed.html
1521fast/repaint/flexible-box-overflow-horizontal.html
1522fast/repaint/flexible-box-overflow.html
1523fast/repaint/inline-block-overflow.html
1524fast/repaint/layer-child-outline.html
1525fast/repaint/layer-outline-horizontal.html
1526fast/repaint/layer-outline.html
1527fast/repaint/list-marker.html
1528fast/repaint/overflow-outline-repaint.html
1529fast/repaint/selection-gap-overflow-scroll.html
1530fast/repaint/table-cell-vertical-overflow.html
1531fast/repaint/text-selection-rect-in-overflow-2.html
1532fast/repaint/text-selection-rect-in-overflow.html
1533fast/repaint/text-shadow-horizontal.html
1534fast/repaint/text-shadow.html
1535fast/replaced/width100percent-textarea.html
1536fast/table/giantCellspacing.html
1537fast/text/atsui-pointtooffset-calls-cg.html
1538fast/text/atsui-rtl-override-selection.html
1539fast/text/in-rendered-text-rtl.html
1540fast/text/large-text-composed-char-dos.html
1541fast/text/international/002.html
1542fast/block/positioning/absolute-in-inline-rtl-4.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001543fast/canvas/canvas-gradient-addStop-error.html
1544fast/css/zoom-body-scroll.html
1545fast/dom/Element/getBoundingClientRect.html
1546fast/dom/Element/getClientRects.html
1547fast/dom/Range/getBoundingClientRect.html
1548fast/dom/Range/getClientRects.html
1549fast/dom/tabindex-clamp.html
1550fast/dom/HTMLScriptElement/nested-execution.html
1551fast/dom/Window/webkitConvertPoint.html
1552fast/encoding/char-encoding-mac.html
1553fast/encoding/hebrew/8859-8-e.html
1554fast/encoding/hebrew/8859-8-i.html
1555fast/encoding/hebrew/logical.html
1556fast/events/crash-on-mutate-during-drop.html
1557fast/forms/option-mouseevents.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001558fast/forms/text-control-intrinsic-widths.html
1559fast/forms/textarea-metrics.html
1560fast/history/window-open.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001561fast/dom/HTMLDocument/hasFocus.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001562fast/dom/Range/range-expand.html
1563fast/encoding/char-decoding.html
1564fast/encoding/frame-default-enc.html
1565fast/encoding/invalid-xml.html
1566fast/events/attempt-scroll-with-no-scrollbars.html
1567fast/events/key-events-in-input-button.html
1568fast/forms/input-radio-checked-tab.html
1569fast/frames/onlyCommentInIFrame.html
1570fast/invalid/junk-data.xml
1571fast/loader/text-document-wrapping.html
1572fast/overflow/005.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001573fast/repaint/inline-outline-repaint.html
1574fast/text/find-case-folding.html
1575fast/text/large-text-composed-char.html
1576fast/text/basic/014.html
xji@chromium.orge66fb082011-01-25 00:58:57 +00001577fast/text/international/cjk-segmentation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001578fast/text/international/rtl-white-space-pre-wrap.html
1579fast/text/whitespace/pre-wrap-overflow-selection.html
1580fast/block/basic/text-indent-rtl.html
1581fast/block/float/026.html
1582fast/block/float/028.html
1583fast/block/float/editable-text-overlapping-float.html
1584fast/block/margin-collapse/103.html
1585fast/block/positioning/auto/006.html
1586fast/css/disabled-author-styles.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001587fast/css/text-overflow-ellipsis-bidi.html
1588fast/css/text-overflow-ellipsis.html
1589fast/css/text-overflow-ellipsis-strict.html
1590fast/dom/HTMLTextAreaElement/reset-textarea.html
1591fast/dom/icon-url-property.html
1592fast/dynamic/008.html
1593fast/encoding/char-decoding-mac.html
1594fast/encoding/hebrew/csISO88598I.html
1595fast/events/offsetX-offsetY.html
1596fast/forms/basic-textareas.html
1597fast/forms/box-shadow-override.html
1598fast/forms/button-white-space.html
1599fast/forms/disabled-select-change-index.html
1600fast/forms/file-input-direction.html
1601fast/forms/file-input-disabled.html
1602fast/forms/form-element-geometry.html
1603fast/forms/hidden-input-file.html
1604fast/forms/input-appearance-height.html
1605fast/forms/input-appearance-width.html
1606fast/forms/input-disabled-color.html
1607fast/forms/input-table.html
1608fast/forms/input-value.html
1609fast/forms/listbox-deselect-scroll.html
1610fast/forms/listbox-hit-test-zoomed.html
1611fast/forms/negativeLineHeight.html
1612fast/forms/placeholder-pseudo-style.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001613fast/forms/textarea-align.html
1614fast/forms/textarea-setinnerhtml.html
1615fast/forms/textarea-width.html
1616fast/inline/inline-borders-with-bidi-override.html
1617fast/layers/scroll-rect-to-visible.html
1618fast/layers/video-layer.html
1619fast/media/mq-transform-02.html
1620fast/media/mq-transform-03.html
1621fast/overflow/image-selection-highlight.html
1622fast/overflow/infiniteRecursionGuard.html
1623fast/overflow/overflow_hidden.html
1624fast/overflow/overflow-text-hit-testing.html
1625fast/overflow/unreachable-overflow-rtl-bug.html
1626fast/parser/entity-comment-in-textarea.html
1627fast/parser/open-comment-in-textarea.html
1628fast/repaint/focus-ring.html
1629fast/repaint/selection-after-delete.html
1630fast/repaint/selection-after-remove.html
1631fast/repaint/shadow-multiple-horizontal.html
1632fast/repaint/shadow-multiple-strict-horizontal.html
1633fast/repaint/shadow-multiple-strict-vertical.html
1634fast/repaint/shadow-multiple-vertical.html
1635fast/replaced/border-radius-clip.html
1636fast/table/003.html
1637fast/table/cell-pref-width-invalidation.html
1638fast/text/atsui-spacing-features.html
tony@chromium.org7ca6bde2010-11-17 23:41:36 +00001639fast/text/atsui-negative-spacing-features.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001640fast/text/basic/015.html
1641fast/text/capitalize-boundaries.html
1642fast/text/complex-text-opacity.html
1643fast/text/embed-at-end-of-pre-wrap-line.html
1644fast/text/international/003.html
1645fast/text/international/bidi-AN-after-empty-run.html
1646fast/text/international/bidi-layout-across-linebreak.html
1647fast/text/international/bidi-LDB-2-formatting-characters.html
1648fast/text/international/bidi-LDB-2-HTML.html
1649fast/text/international/bidi-listbox-atsui.html
1650fast/text/international/bidi-listbox.html
1651fast/text/international/bidi-override.html
1652fast/text/line-breaks-after-white-space.html
1653fast/text/trailing-white-space-2.html
1654fast/text/trailing-white-space.html
1655fast/text/whitespace/normal-after-nowrap-breaking.html
1656fast/text/whitespace/pre-break-word.html
1657fast/text/whitespace/pre-wrap-line-test.html
1658fast/text/whitespace/pre-wrap-spaces-after-newline.html
1659fast/text/whitespace/tab-character-basics.html
1660fast/text/word-break.html
1661fast/text/word-break-run-rounding.html
1662fast/transforms/transform-positioned-ancestor.html
1663
1664# -- timedout with --platform mac --ignore-metrics
1665fast/events/5056619.html
1666fast/events/drag-in-frames.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001667fast/loader/null-request-after-willSendRequest.html
1668fast/text/international/thai-line-breaks.html
1669
1670# --crashed with --platform mac --ignore-metrics
1671fast/text/midword-break-after-breakable-char.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001672
1673
1674# -- pass with --platform mac --ignore-metrics
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001675fast/backgrounds/animated-gif-as-background.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001676fast/backgrounds/animated-svg-as-mask.html
1677fast/backgrounds/background-clip-text.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001678fast/backgrounds/opacity-on-document-element.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001679fast/backgrounds/repeat/negative-offset-repeat-transformed.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001680fast/backgrounds/size/backgroundSize16.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001681fast/backgrounds/svg-as-mask.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001682fast/block/basic/001.html
1683fast/block/basic/002.html
1684fast/block/basic/003.html
1685fast/block/basic/004.html
1686fast/block/basic/005.html
1687fast/block/basic/006.html
1688fast/block/basic/007.html
1689fast/block/basic/008.html
1690fast/block/basic/009.html
1691fast/block/basic/010.html
1692fast/block/basic/011.html
1693fast/block/basic/012.html
1694fast/block/basic/013.html
1695fast/block/basic/014.html
1696fast/block/basic/015.html
1697fast/block/basic/016.html
1698fast/block/basic/018.html
1699fast/block/basic/019.html
1700fast/block/basic/020.html
1701fast/block/basic/021.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001702fast/block/basic/adding-near-anonymous-block.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001703fast/block/basic/fieldset-stretch-to-legend.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001704fast/block/basic/min-pref-width-nowrap-floats.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001705fast/block/basic/minheight.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001706fast/block/basic/quirk-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001707fast/block/basic/quirk-percent-height-grandchild.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001708fast/block/basic/white-space-pre-wraps.html
1709fast/block/float/001.html
1710fast/block/float/002.html
1711fast/block/float/003.html
1712fast/block/float/004.html
1713fast/block/float/005.html
1714fast/block/float/006.html
1715fast/block/float/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001716fast/block/float/010.html
1717fast/block/float/011.html
1718fast/block/float/012.html
1719fast/block/float/013.html
1720fast/block/float/014.html
1721fast/block/float/015.html
1722fast/block/float/016.html
1723fast/block/float/017.html
1724fast/block/float/018.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001725fast/block/float/020.html
1726fast/block/float/021.html
1727fast/block/float/022.html
1728fast/block/float/023.html
1729fast/block/float/024.html
1730fast/block/float/025.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001731fast/block/float/027.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001732fast/block/float/029.html
1733fast/block/float/030.html
1734fast/block/float/031.html
1735fast/block/float/032.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001736fast/block/float/br-with-clear-2.html
1737fast/block/float/br-with-clear.html
1738fast/block/float/clamped-right-float.html
aestes@apple.com2dc0df612010-10-28 21:16:14 +00001739fast/block/float/clear-element-too-wide-for-containing-block.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001740fast/block/float/dynamic-unfloat-pref-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001741fast/block/float/float-avoidance.html
1742fast/block/float/float-in-float-hit-testing.html
1743fast/block/float/float-in-float-painting.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001744fast/block/float/float-on-zero-height-line.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001745fast/block/float/independent-align-positioning.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001746fast/block/float/intruding-painted-twice.html
1747fast/block/float/marquee-shrink-to-avoid-floats.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001748fast/block/float/multiple-float-positioning.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001749fast/block/float/narrow-after-wide.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001750fast/block/float/nested-clearance.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001751fast/block/float/nestedAnonymousBlocks.html
1752fast/block/float/nestedAnonymousBlocks2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001753fast/block/float/nopaint-after-layer-destruction.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001754fast/block/float/nopaint-after-layer-destruction2.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001755fast/block/float/overhanging-after-height-decrease-offsets.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001756fast/block/float/overhanging-after-height-decrease.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001757fast/block/float/overlapping-floats-with-overflow-hidden.html
1758fast/block/float/relative-painted-twice.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001759fast/block/float/shrink-to-fit-width.html
1760fast/block/float/table-relayout.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001761fast/block/float/vertical-move-relayout.html
1762fast/block/float/width-update-after-clear.html
1763fast/block/margin-collapse/001.html
1764fast/block/margin-collapse/002.html
1765fast/block/margin-collapse/003.html
1766fast/block/margin-collapse/004.html
1767fast/block/margin-collapse/005.html
1768fast/block/margin-collapse/006.html
1769fast/block/margin-collapse/010.html
1770fast/block/margin-collapse/011.html
1771fast/block/margin-collapse/012.html
1772fast/block/margin-collapse/015.html
1773fast/block/margin-collapse/016.html
1774fast/block/margin-collapse/017.html
1775fast/block/margin-collapse/018.html
1776fast/block/margin-collapse/019.html
1777fast/block/margin-collapse/020.html
1778fast/block/margin-collapse/021.html
1779fast/block/margin-collapse/022.html
1780fast/block/margin-collapse/025.html
1781fast/block/margin-collapse/026.html
1782fast/block/margin-collapse/027.html
1783fast/block/margin-collapse/028.html
1784fast/block/margin-collapse/029.html
1785fast/block/margin-collapse/030.html
1786fast/block/margin-collapse/031.html
1787fast/block/margin-collapse/032.html
1788fast/block/margin-collapse/033.html
1789fast/block/margin-collapse/034.html
1790fast/block/margin-collapse/035.html
1791fast/block/margin-collapse/037.html
1792fast/block/margin-collapse/038.html
1793fast/block/margin-collapse/039.html
1794fast/block/margin-collapse/040.html
1795fast/block/margin-collapse/041.html
1796fast/block/margin-collapse/042.html
1797fast/block/margin-collapse/043.html
1798fast/block/margin-collapse/044.html
1799fast/block/margin-collapse/045.html
1800fast/block/margin-collapse/055.html
1801fast/block/margin-collapse/056.html
1802fast/block/margin-collapse/057.html
1803fast/block/margin-collapse/058.html
1804fast/block/margin-collapse/059.html
1805fast/block/margin-collapse/062.html
1806fast/block/margin-collapse/063.html
1807fast/block/margin-collapse/100.html
1808fast/block/margin-collapse/101.html
1809fast/block/margin-collapse/102.html
1810fast/block/margin-collapse/104.html
1811fast/block/margin-collapse/empty-clear-blocks.html
1812fast/block/margin-collapse/negative-margins.html
1813fast/block/positioning/001.html
1814fast/block/positioning/002.html
1815fast/block/positioning/047.html
1816fast/block/positioning/051.html
1817fast/block/positioning/052.html
1818fast/block/positioning/053.html
1819fast/block/positioning/054.html
1820fast/block/positioning/055.html
1821fast/block/positioning/056.html
1822fast/block/positioning/057.html
1823fast/block/positioning/058.html
1824fast/block/positioning/059.html
1825fast/block/positioning/060.html
1826fast/block/positioning/061.html
1827fast/block/positioning/abs-inside-inline-rel.html
1828fast/block/positioning/absolute-in-inline-ltr-2.html
1829fast/block/positioning/absolute-in-inline-ltr-3.html
1830fast/block/positioning/absolute-in-inline-ltr.html
1831fast/block/positioning/absolute-in-inline-rtl-2.html
1832fast/block/positioning/absolute-in-inline-rtl-3.html
1833fast/block/positioning/absolute-in-inline-rtl.html
1834fast/block/positioning/absolute-in-inline-short-ltr.html
1835fast/block/positioning/absolute-in-inline-short-rtl.html
1836fast/block/positioning/absolute-length-of-neg-666666.html
1837fast/block/positioning/absolute-position-direction-quirk.html
1838fast/block/positioning/absolute-position-direction-strict.html
1839fast/block/positioning/absolute-positioned-overconstrained.html
1840fast/block/positioning/absolute-with-html-border-quirks.html
1841fast/block/positioning/absolute-with-html-border-strict.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001842fast/block/positioning/auto-height-with-top-and-bottom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001843fast/block/positioning/auto/001.html
1844fast/block/positioning/auto/002.html
1845fast/block/positioning/auto/003.html
1846fast/block/positioning/auto/004.html
1847fast/block/positioning/auto/005.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001848fast/block/positioning/auto/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001849fast/block/positioning/child-of-absolute-with-auto-height.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001850fast/block/positioning/fixed-positioning-scrollbar-bug.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001851fast/block/positioning/height-change.html
1852fast/block/positioning/inline-block-relposition.html
1853fast/block/positioning/leftmargin-topmargin.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001854fast/block/positioning/move-with-auto-width.html
1855fast/block/positioning/negative-rel-position.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001856fast/block/positioning/negative-right-pos.html
1857fast/block/positioning/offsetLeft-offsetTop-borders.html
1858fast/block/positioning/padding-percent.html
1859fast/block/positioning/pref-width-change.html
1860fast/block/positioning/relative-overflow-block.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001861fast/block/positioning/relative-overflow-replaced-float.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001862fast/block/positioning/relative-overflow-replaced.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001863fast/block/positioning/relayout-on-position-change.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001864fast/block/positioning/replaced-inside-fixed-top-bottom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001865fast/block/positioning/window-height-change.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001866fast/body-propagation/background-color/001-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001867fast/body-propagation/background-color/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001868fast/body-propagation/background-color/002-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001869fast/body-propagation/background-color/002.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001870fast/body-propagation/background-color/003-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001871fast/body-propagation/background-color/003-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001872fast/body-propagation/background-color/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001873fast/body-propagation/background-color/004-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001874fast/body-propagation/background-color/004-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001875fast/body-propagation/background-color/004.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001876fast/body-propagation/background-color/005-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001877fast/body-propagation/background-color/005-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001878fast/body-propagation/background-color/005.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001879fast/body-propagation/background-color/006-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001880fast/body-propagation/background-color/006-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001881fast/body-propagation/background-color/006.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001882fast/body-propagation/background-color/007-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001883fast/body-propagation/background-color/007-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001884fast/body-propagation/background-color/007.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001885fast/body-propagation/background-color/008-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001886fast/body-propagation/background-color/008.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001887fast/body-propagation/background-image/001-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001888fast/body-propagation/background-image/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001889fast/body-propagation/background-image/002-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001890fast/body-propagation/background-image/002.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001891fast/body-propagation/background-image/003-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001892fast/body-propagation/background-image/003-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001893fast/body-propagation/background-image/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001894fast/body-propagation/background-image/004-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001895fast/body-propagation/background-image/004-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001896fast/body-propagation/background-image/004.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001897fast/body-propagation/background-image/005-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001898fast/body-propagation/background-image/005-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001899fast/body-propagation/background-image/005.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001900fast/body-propagation/background-image/006-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001901fast/body-propagation/background-image/006-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001902fast/body-propagation/background-image/006.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001903fast/body-propagation/background-image/007-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001904fast/body-propagation/background-image/007-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001905fast/body-propagation/background-image/007.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001906fast/body-propagation/background-image/008-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001907fast/body-propagation/background-image/008.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001908fast/body-propagation/background-image/009-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001909fast/body-propagation/background-image/009.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001910fast/body-propagation/background-image/010-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001911fast/body-propagation/background-image/010.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001912fast/body-propagation/overflow/001-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001913fast/body-propagation/overflow/001.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001914fast/body-propagation/overflow/002-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001915fast/body-propagation/overflow/002.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001916fast/body-propagation/overflow/003-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001917fast/body-propagation/overflow/003-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001918fast/body-propagation/overflow/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001919fast/body-propagation/overflow/004-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001920fast/body-propagation/overflow/004-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001921fast/body-propagation/overflow/004.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001922fast/body-propagation/overflow/005-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001923fast/body-propagation/overflow/005-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001924fast/body-propagation/overflow/005.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001925fast/body-propagation/overflow/006-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001926fast/body-propagation/overflow/006-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001927fast/body-propagation/overflow/006.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001928fast/body-propagation/overflow/007-declarative.xhtml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001929fast/body-propagation/overflow/007-xhtml.xhtml
robert@webkit.org188a1262010-06-07 14:43:15 +00001930fast/body-propagation/overflow/007.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001931fast/borders/block-mask-overlay-image.html
1932fast/borders/border-color-inherit.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001933fast/borders/border-fit.html
1934fast/borders/border-image-01.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001935fast/borders/border-image-border-radius.html
1936fast/borders/border-image-omit-right-slice.html
1937fast/borders/border-image-rotate-transform.html
1938fast/borders/border-image-scale-transform.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001939fast/borders/border-radius-huge-assert.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001940fast/borders/borderRadiusAllStylesAllCorners.html
1941fast/borders/borderRadiusArcs01.html
1942fast/borders/borderRadiusDashed01.html
1943fast/borders/borderRadiusDashed02.html
1944fast/borders/borderRadiusDashed03.html
1945fast/borders/borderRadiusDotted01.html
1946fast/borders/borderRadiusDotted02.html
1947fast/borders/borderRadiusDotted03.html
1948fast/borders/borderRadiusDouble01.html
1949fast/borders/borderRadiusDouble02.html
1950fast/borders/borderRadiusDouble03.html
1951fast/borders/borderRadiusGroove01.html
1952fast/borders/borderRadiusGroove02.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001953fast/borders/borderRadiusInset01.html
1954fast/borders/borderRadiusInvalidColor.html
1955fast/borders/borderRadiusOutset01.html
1956fast/borders/borderRadiusRidge01.html
1957fast/borders/borderRadiusSolid01.html
1958fast/borders/borderRadiusSolid02.html
1959fast/borders/borderRadiusSolid03.html
1960fast/borders/borderRadiusSolid04.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001961fast/borders/fieldsetBorderRadius.html
1962fast/borders/inline-mask-overlay-image.html
1963fast/borders/svg-as-border-image-2.html
1964fast/borders/svg-as-border-image.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001965fast/box-shadow/border-radius-big.html
1966fast/box-sizing/box-sizing.html
1967fast/box-sizing/panels-one.html
1968fast/box-sizing/panels-two.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001969fast/canvas/canvas-incremental-repaint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001970fast/clip/001.html
1971fast/clip/002.html
1972fast/clip/003.html
1973fast/clip/004.html
1974fast/clip/005.html
1975fast/clip/006.html
1976fast/clip/007.html
1977fast/clip/008.html
1978fast/clip/009.html
1979fast/clip/010.html
1980fast/clip/011.html
1981fast/clip/012.html
1982fast/clip/013.html
1983fast/clip/014.html
1984fast/clip/015.html
1985fast/clip/016.html
1986fast/clip/nestedTransparencyClip.html
robert@webkit.org188a1262010-06-07 14:43:15 +00001987fast/clip/outline-overflowClip.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001988fast/clip/overflow-border-radius-clip.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001989fast/compact/001.html
1990fast/compact/002.html
1991fast/compact/003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001992fast/css/apple-prefix.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001993fast/css/beforeSelectorOnCodeElement.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001994fast/css/css3-nth-child.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00001995fast/css/ex-after-font-variant.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001996fast/css/font-face-descriptor-multiple-values.html
yuzo@google.com98fae232010-07-20 06:23:03 +00001997fast/css/font-face-download-error.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00001998fast/css/font-face-locally-installed.html
1999fast/css/font-face-multiple-faces.html
yuzo@google.com62a37c22010-07-06 08:27:08 +00002000fast/css/font-face-multiple-ranges-for-unicode-range.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002001fast/css/font-face-unicode-range.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002002fast/css/font-weight-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002003fast/css/percentage-non-integer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002004fast/css/rtl-ordering.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002005fast/css/text-security.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002006fast/doctypes/003.html
2007fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002008fast/dom/Element/class-attribute-whitespace.html
2009fast/dom/Element/null-offset-parent.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002010fast/dom/HTMLDocument/frameless-location-bugzilla10837.html
2011fast/dom/HTMLElement/bdo.html
2012fast/dom/HTMLHeadElement/head-link-style-href-check.html
2013fast/dom/HTMLHeadElement/textInHead1.html
2014fast/dom/HTMLHeadElement/textInHead2.html
2015fast/dom/HTMLHeadElement/textInHead3.html
2016fast/dom/HTMLHeadElement/textInHead4.html
2017fast/dom/HTMLHeadElement/textInHead5.html
2018fast/dom/HTMLImageElement/image-alt-text.html
2019fast/dom/HTMLInputElement/input-image-alt-text.html
2020fast/dom/HTMLLinkElement/pending-stylesheet-count.html
morrita@google.com6294b7b2010-06-18 05:48:31 +00002021# meter-element.html is temporally disabled.We need to rebaseline.
morrita@google.com9622191b2010-06-18 06:11:23 +00002022fast/dom/HTMLMeterElement/meter-element.html
morrita@google.comabc3f552010-06-28 13:07:44 +00002023# progress-bar-value-pseudo-element.html and progress-element.html is temporally disabled.
2024# We need to rebaseline.
morrita@google.coma1457f02010-06-28 11:20:33 +00002025fast/dom/HTMLProgressElement/progress-bar-value-pseudo-element.html
morrita@google.comabc3f552010-06-28 13:07:44 +00002026fast/dom/HTMLProgressElement/progress-element.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002027fast/dom/HTMLObjectElement/vspace-hspace-as-number.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002028fast/dom/HTMLStyleElement/insert-parser-generated.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002029fast/dom/HTMLTableElement/colSpan.html
2030fast/dom/HTMLTableElement/createCaption.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002031fast/dom/Range/create-contextual-fragment.html
2032fast/dom/Range/surroundContents-1.html
2033fast/dom/Window/btoa-pnglet.html
2034fast/dom/Window/open-existing-pop-up-blocking.html
2035fast/dom/anchor-text.html
2036fast/dom/blur-contenteditable.html
2037fast/dom/children-nodes.html
2038fast/dom/clientWidthAfterDocumentIsRemoved.html
2039fast/dom/clone-contents-0-end-offset.html
2040fast/dom/clone-node-dynamic-style.html
2041fast/dom/comment-not-documentElement.html
2042fast/dom/createDocumentType.html
2043fast/dom/css-inline-style-important.html
2044fast/dom/css-mediarule-deleteRule-update.html
2045fast/dom/css-mediarule-insertRule-update.html
2046fast/dom/css-rule-functions.html
2047fast/dom/dom-parse-serialize-display.html
2048fast/dom/dom-parse-serialize.html
2049fast/dom/frame-loading-via-document-write.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002050fast/dom/importNodeHTML.html
2051fast/dom/importNodeXML.xhtml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002052fast/dom/inner-text.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002053fast/dom/jsDevicePixelRatio.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002054fast/dom/outerText.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002055fast/dom/replaceChild.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002056fast/dom/row-inner-text.html
2057fast/dom/setPrimitiveValue.html
2058fast/dom/stripNullFromTextNodes.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002059fast/dom/wrapper-classes.html
diegohcg@webkit.orge563d3a2010-12-11 18:49:09 +00002060fast/dom/Window/window-properties-device-orientation.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002061fast/dynamic/002.html
2062fast/dynamic/004.html
2063fast/dynamic/006.html
2064fast/dynamic/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002065fast/dynamic/009.html
2066fast/dynamic/010.html
2067fast/dynamic/011.html
2068fast/dynamic/012.html
2069fast/dynamic/013.html
2070fast/dynamic/014.html
2071fast/dynamic/015.html
2072fast/dynamic/anonymous-block-orphaned-lines.html
2073fast/dynamic/containing-block-change.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002074fast/dynamic/create-renderer-for-whitespace-only-text.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002075fast/dynamic/float-in-trailing-whitespace-after-last-line-break.html
2076fast/dynamic/float-no-longer-overhanging.html
2077fast/dynamic/float-withdrawal-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002078fast/dynamic/float-withdrawal.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002079fast/dynamic/floating-to-positioned-2.html
2080fast/dynamic/floating-to-positioned.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002081fast/dynamic/insert-before-table-part-in-continuation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002082fast/dynamic/insertAdjacentElement.html
2083fast/dynamic/layer-hit-test-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002084fast/dynamic/link-href-change.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002085fast/dynamic/move-node-with-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002086fast/dynamic/noninlinebadness.html
2087fast/dynamic/outerHTML-doc.html
2088fast/dynamic/outerHTML-img.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002089fast/dynamic/positioned-movement-with-positioned-children.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002090fast/dynamic/selection-highlight-adjust.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002091fast/dynamic/staticY-marking-parents-regression.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002092fast/dynamic/subtree-boundary-percent-height.html
2093fast/dynamic/subtree-no-common-root-static-y.html
2094fast/dynamic/subtree-parent-static-y.html
2095fast/dynamic/subtree-table-cell-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002096fast/dynamic/view-overflow.html
2097fast/encoding/denormalised-voiced-japanese-chars.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002098fast/encoding/invalid-UTF-8.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002099fast/encoding/preload-encoding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002100fast/encoding/utf-16-big-endian.html
2101fast/encoding/utf-16-little-endian.html
pfeldman@chromium.orgd5f07bf2011-02-28 18:16:13 +00002102fast/encoding/dumpAsText/utf-16-no-bom.xml
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002103fast/events/context-no-deselect.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002104fast/events/event-listener-on-link.html
2105fast/events/event-sender-mouse-moved.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002106fast/events/focusingUnloadedFrame.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002107fast/events/label-focus.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002108fast/events/mouse-click-events.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002109fast/events/mouseout-dead-node.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002110fast/events/onload-re-entry.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002111fast/events/pointer-events-2.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002112fast/flexbox/001.html
2113fast/flexbox/002.html
2114fast/flexbox/003.html
2115fast/flexbox/004.html
2116fast/flexbox/005.html
2117fast/flexbox/006.html
2118fast/flexbox/007.html
2119fast/flexbox/008.html
2120fast/flexbox/009.html
2121fast/flexbox/010.html
2122fast/flexbox/011.html
2123fast/flexbox/012.html
2124fast/flexbox/013.html
2125fast/flexbox/014.html
2126fast/flexbox/015.html
2127fast/flexbox/016.html
2128fast/flexbox/017.html
2129fast/flexbox/018.html
2130fast/flexbox/019.html
2131fast/flexbox/020.html
2132fast/flexbox/021.html
2133fast/flexbox/022.html
2134fast/flexbox/023.html
2135fast/flexbox/024.html
2136fast/flexbox/025.html
2137fast/flexbox/026.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002138fast/forms/003.html
2139fast/forms/004.html
2140fast/forms/006.html
2141fast/forms/007.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002142fast/forms/HTMLOptionElement_label01.html
2143fast/forms/HTMLOptionElement_label02.html
2144fast/forms/HTMLOptionElement_label03.html
2145fast/forms/HTMLOptionElement_label04.html
2146fast/forms/HTMLOptionElement_label05.html
2147fast/forms/HTMLOptionElement_label06.html
2148fast/forms/HTMLOptionElement_label07.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002149fast/forms/blankbuttons.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002150fast/forms/button-align.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002151fast/forms/button-cannot-be-nested.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002152fast/forms/button-default-title.html
2153fast/forms/button-generated-content.html
2154fast/forms/button-inner-block-reuse.html
2155fast/forms/button-positioned.html
2156fast/forms/button-sizes.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002157fast/forms/button-submit.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002158fast/forms/button-table-styles.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002159fast/forms/button-text-transform.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002160fast/forms/caret-rtl.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002161fast/forms/checkbox-radio-onchange.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002162fast/forms/control-clip-overflow.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002163fast/forms/control-clip.html
2164fast/forms/control-restrict-line-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002165fast/forms/encoding-test.html
2166fast/forms/fieldset-align.html
2167fast/forms/fieldset-with-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002168fast/forms/float-before-fieldset.html
2169fast/forms/floating-textfield-relayout.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002170fast/forms/focus-selection-input.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002171fast/forms/form-added-to-table.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002172fast/forms/form-hides-table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002173fast/forms/form-in-malformed-markup.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002174fast/forms/formmove.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002175fast/forms/formmove2.html
2176fast/forms/formmove3.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002177fast/forms/hidden-listbox.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002178fast/forms/image-border.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002179fast/forms/indeterminate.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002180fast/forms/input-align-image.html
2181fast/forms/input-align.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002182fast/forms/input-appearance-bkcolor.html
2183fast/forms/input-appearance-default-bkcolor.html
2184fast/forms/input-appearance-disabled.html
2185fast/forms/input-appearance-focus.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002186fast/forms/input-appearance-preventDefault.html
2187fast/forms/input-appearance-readonly.html
2188fast/forms/input-appearance-selection.html
2189fast/forms/input-appearance-visibility.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002190fast/forms/input-baseline.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002191fast/forms/input-double-click-selection-gap-bug.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002192fast/forms/input-field-text-truncated.html
2193fast/forms/input-first-letter.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002194fast/forms/input-no-renderer.html
2195fast/forms/input-paste-undo.html
2196fast/forms/input-readonly-dimmed.html
2197fast/forms/input-readonly-empty.html
2198fast/forms/input-spaces.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002199fast/forms/input-text-click-inside.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002200fast/forms/input-text-double-click.html
2201fast/forms/input-text-option-delete.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002202fast/forms/input-text-self-emptying-click.html
2203fast/forms/input-text-word-wrap.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002204fast/forms/input-type-change.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002205fast/forms/input-type-change2.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002206fast/forms/input-type-text-min-width.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002207fast/forms/input-width.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002208fast/forms/linebox-overflow-in-textarea-padding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002209fast/forms/listbox-clip.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002210fast/forms/listbox-scrollbar-incremental-load.html
2211fast/forms/menulist-clip.html
2212fast/forms/menulist-deselect-update.html
2213fast/forms/menulist-narrow-width.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002214fast/forms/menulist-no-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002215fast/forms/menulist-option-wrap.html
2216fast/forms/menulist-restrict-line-height.html
2217fast/forms/menulist-separator-painting.html
2218fast/forms/minWidthPercent.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002219fast/forms/onchange-enter-submit.html
2220fast/forms/onselect-textfield.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002221fast/forms/option-index.html
2222fast/forms/option-script.html
2223fast/forms/option-strip-whitespace.html
2224fast/forms/option-text-clip.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002225fast/forms/password-doubleclick-selection.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002226fast/forms/password-placeholder-text-security.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002227fast/forms/password-placeholder.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002228fast/forms/placeholder-set-attribute.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002229fast/forms/placeholder-set-value.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002230fast/forms/preserveFormDuringResidualStyle.html
2231fast/forms/radio-attr-order.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002232fast/forms/radio-nested-labels.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002233fast/forms/radio_checked.html
2234fast/forms/radio_checked_dynamic.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002235fast/forms/range-thumb-height-percentage.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002236fast/forms/searchfield-heights.html
2237fast/forms/select-accesskey.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002238fast/forms/select-align.html
2239fast/forms/select-baseline.html
2240fast/forms/select-block-background.html
2241fast/forms/select-change-listbox-size.html
2242fast/forms/select-change-listbox-to-popup.html
2243fast/forms/select-change-popup-to-listbox.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002244fast/forms/select-dirty-parent-pref-widths.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002245fast/forms/select-disabled-appearance.html
2246fast/forms/select-display-none-style-resolve.html
2247fast/forms/select-empty-option-height.html
2248fast/forms/select-initial-position.html
2249fast/forms/select-item-background-clip.html
2250fast/forms/select-list-box-with-height.html
2251fast/forms/select-selected.html
2252fast/forms/select-size.html
2253fast/forms/select-style.html
2254fast/forms/select-visual-hebrew.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002255fast/forms/stuff-on-my-optgroup.html
2256fast/forms/targeted-frame-submission.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002257fast/forms/textarea-rows-cols.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002258fast/forms/textfield-outline.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002259fast/forms/textfield-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002260fast/forms/thumbslider-crash.html
2261fast/forms/thumbslider-no-parent-slider.html
2262fast/forms/visual-hebrew-text-field.html
2263fast/frames/contentWindow_Frame.html
2264fast/frames/contentWindow_iFrame.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002265fast/frames/frame-element-name.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002266fast/frames/frameElement-frame.html
2267fast/frames/frameElement-iframe.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002268fast/frames/iframe-option-crash.xhtml
2269fast/frames/iframe-with-frameborder.html
2270fast/frames/inline-object-inside-frameset.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002271fast/frames/viewsource-attribute.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002272fast/gradients/background-clipped.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002273fast/gradients/border-image-gradient-sides-and-corners.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002274fast/gradients/border-image-gradient.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002275fast/gradients/generated-gradients.html
2276fast/gradients/list-item-gradient.html
2277fast/gradients/simple-gradients.html
2278fast/html/link-rel-stylesheet.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002279fast/html/listing.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002280fast/html/marquee-scroll.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002281fast/images/animated-svg-as-image.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002282fast/images/image-map-anchor-children.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002283fast/images/imagemap-case.html
2284fast/images/pdf-as-background.html
2285fast/images/pdf-as-image-landscape.html
2286fast/images/pdf-as-tiled-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002287fast/images/svg-as-tiled-background.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002288fast/inline-block/001.html
2289fast/inline-block/002.html
2290fast/inline-block/003.html
2291fast/inline-block/006.html
2292fast/inline-block/14498-positionForCoordinates.html
2293fast/inline-block/contenteditable-baseline.html
2294fast/inline-block/inline-block-vertical-align.html
2295fast/inline-block/overflow-clip.html
2296fast/inline-block/tricky-baseline.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002297fast/inline/001.html
2298fast/inline/002.html
2299fast/inline/25277-2.html
2300fast/inline/25277.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002301fast/inline/br-text-decoration.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002302fast/inline/continuation-outlines-with-layers.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002303fast/inline/continuation-outlines.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002304fast/inline/drawStyledEmptyInlines.html
2305fast/inline/drawStyledEmptyInlinesWithWS.html
2306fast/inline/emptyInlinesWithinLists.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002307fast/inline/inline-continuation-borders.html
2308fast/inline/inline-padding-disables-text-quirk.html
2309fast/inline/inline-text-quirk-bpm.html
2310fast/inline/long-wrapped-line.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002311fast/inline/outline-continuations.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002312fast/inline/percentage-margins.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002313fast/inline/positionedLifetime.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002314fast/inline/styledEmptyInlinesWithBRs.html
2315fast/inline/vertical-align-text-bottom.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002316fast/innerHTML/001.html
2317fast/innerHTML/002.html
2318fast/innerHTML/003.html
2319fast/innerHTML/006.html
pfeldman@chromium.org911c3fa2009-11-17 13:38:31 +00002320fast/inspector-support/matchedrules.html
2321fast/inspector-support/style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002322fast/invalid/001.html
2323fast/invalid/002.html
2324fast/invalid/003.html
2325fast/invalid/004.html
2326fast/invalid/005.html
2327fast/invalid/006.html
2328fast/invalid/007.html
2329fast/invalid/008.html
2330fast/invalid/009.html
2331fast/invalid/010.html
2332fast/invalid/011.html
2333fast/invalid/012.html
2334fast/invalid/013.html
2335fast/invalid/014.html
2336fast/invalid/016.html
2337fast/invalid/017.html
2338fast/invalid/018.html
2339fast/invalid/019.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002340fast/invalid/020.xml
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002341fast/invalid/021.html
2342fast/invalid/missing-address-end-tag.html
2343fast/invalid/missing-dl-end-tag.html
2344fast/invalid/missing-dt-end-tag.html
2345fast/invalid/missing-font-end-tag.html
2346fast/invalid/nestedh3s.html
2347fast/invalid/table-inside-stray-table-content.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002348fast/invalid/table-residual-style-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002349fast/invalid/td-inside-object.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002350fast/layers/add-layer-with-nested-stacking.html
2351fast/layers/inline-dirty-z-order-lists.html
2352fast/layers/layer-content-visibility-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002353fast/layers/layer-visibility-sublayer.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002354fast/layers/layer-visibility.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002355fast/layers/normal-flow-hit-test.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002356fast/layers/opacity-outline.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002357fast/layers/opacity-stacking.html
2358fast/layers/opacity-transforms.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002359fast/layers/overflow-scroll-auto-switch.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002360fast/layers/positioned-inside-root-with-margins.html
2361fast/layers/remove-layer-with-nested-stacking.html
2362fast/layers/remove-only-this-layer-update.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002363fast/layers/self-painting-outline.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002364fast/layers/zindex-inherit.html
2365fast/lists/001.html
2366fast/lists/002.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002367fast/lists/003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002368fast/lists/004.html
2369fast/lists/005.html
2370fast/lists/006.html
2371fast/lists/007.html
2372fast/lists/008.html
2373fast/lists/009.html
2374fast/lists/alpha-list-wrap.html
2375fast/lists/big-list-marker.html
2376fast/lists/decimal-leading-zero.html
2377fast/lists/dynamic-marker-crash.html
2378fast/lists/inlineBoxWrapperNullCheck.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002379fast/lists/li-br.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002380fast/lists/li-style-alpha-huge-value-crash.html
2381fast/lists/li-values.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002382fast/lists/list-item-line-height.html
2383fast/lists/list-marker-with-line-height.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002384fast/lists/list-style-none-crash.html
2385fast/lists/list-style-type-dynamic-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002386fast/lists/marker-before-empty-inline.html
2387fast/lists/marker-image-error.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002388fast/lists/markers-in-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002389fast/lists/numeric-markers-outside-list.html
2390fast/lists/ol-display-types.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002391fast/lists/ol-start-dynamic.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002392fast/lists/olstart.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002393fast/lists/ordered-list-with-no-ol-tag.html
2394fast/lists/scrolled-marker-paint.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002395fast/lists/w3-list-styles.html
2396fast/loader/cancel-load-during-port-block-timer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002397fast/loader/start-load-in-unload.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002398fast/media/implicit-media-all.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002399fast/media/media-descriptor-syntax-01.html
2400fast/media/media-descriptor-syntax-02.html
2401fast/media/media-descriptor-syntax-03.html
2402fast/media/media-descriptor-syntax-04.html
2403fast/media/media-descriptor-syntax-05.html
2404fast/media/media-descriptor-syntax-06.html
2405fast/media/media-type-syntax-01.html
2406fast/media/media-type-syntax-02.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002407fast/media/monochrome.html
2408fast/media/mq-animation.html
2409fast/media/mq-aspect-ratio.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002410fast/media/mq-compound-query-01.html
2411fast/media/mq-compound-query-02.html
2412fast/media/mq-compound-query-03.html
2413fast/media/mq-compound-query-04.html
2414fast/media/mq-compound-query-05.html
2415fast/media/mq-grid-01.html
2416fast/media/mq-grid-02.html
2417fast/media/mq-invalid-media-feature-01.html
2418fast/media/mq-invalid-media-feature-02.html
2419fast/media/mq-invalid-media-feature-03.html
2420fast/media/mq-invalid-media-feature-04.html
2421fast/media/mq-invalid-syntax-01.html
2422fast/media/mq-invalid-syntax-02.html
2423fast/media/mq-invalid-syntax-03.html
2424fast/media/mq-invalid-syntax-04.html
2425fast/media/mq-invalid-syntax-05.html
2426fast/media/mq-js-media-except-01.html
2427fast/media/mq-js-media-except-02.html
2428fast/media/mq-js-media-except-03.html
2429fast/media/mq-js-media-forward-syntax.html
2430fast/media/mq-js-stylesheet-media-01.html
2431fast/media/mq-js-stylesheet-media-02.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002432fast/media/mq-js-stylesheet-media-03.html
2433fast/media/mq-js-stylesheet-media-04.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002434fast/media/mq-max-pixel-ratio.html
2435fast/media/mq-min-constraint.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002436fast/media/mq-orientation.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002437fast/media/mq-pixel-ratio.html
2438fast/media/mq-relative-constraints-02.html
2439fast/media/mq-relative-constraints-03.html
2440fast/media/mq-relative-constraints-04.html
2441fast/media/mq-relative-constraints-05.html
2442fast/media/mq-relative-constraints-06.html
2443fast/media/mq-relative-constraints-07.html
2444fast/media/mq-relative-constraints-08.html
2445fast/media/mq-relative-constraints-09.html
2446fast/media/mq-simple-neg-query-01.html
2447fast/media/mq-simple-neg-query-02.html
2448fast/media/mq-simple-neg-query-03.html
2449fast/media/mq-simple-neg-query-04.html
2450fast/media/mq-simple-neg-query-05.html
2451fast/media/mq-simple-query-01.html
2452fast/media/mq-simple-query-02.html
2453fast/media/mq-simple-query-03.html
2454fast/media/mq-simple-query-04.html
2455fast/media/mq-simple-query-05.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002456fast/media/mq-transform-01.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002457fast/media/mq-transform-04.html
2458fast/media/mq-transition.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002459fast/media/mq-valueless.html
2460fast/media/mq-width-absolute-01.html
2461fast/media/mq-width-absolute-02.html
2462fast/media/mq-width-absolute-03.html
2463fast/media/mq-width-absolute-04.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002464fast/media/viewport-media-query.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002465fast/multicol/column-rules-stacking.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002466fast/multicol/column-rules.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002467fast/multicol/columns-shorthand-parsing.html
2468fast/multicol/float-avoidance.html
2469fast/multicol/float-multicol.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002470fast/overflow/001.html
2471fast/overflow/002.html
2472fast/overflow/004.html
2473fast/overflow/006.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002474fast/overflow/007.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002475fast/overflow/008.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002476fast/overflow/border-radius-clipping.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002477fast/overflow/childFocusRingClip.html
2478fast/overflow/dynamic-hidden.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002479fast/overflow/float-in-relpositioned.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002480fast/overflow/hidden-scrollbar-resize.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002481fast/overflow/hit-test-overflow-controls.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002482fast/overflow/infiniteRecursion.html
2483fast/overflow/overflow-auto-position-absolute.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002484fast/overflow/overflow-auto-table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002485fast/overflow/overflow-float-stacking.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002486fast/overflow/overflow-focus-ring.html
2487fast/overflow/overflow-rtl-inline-scrollbar.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002488fast/overflow/overflow-stacking.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002489fast/overflow/scrollbar-position-update.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002490fast/overflow/table-overflow-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002491fast/parser/001.html
2492fast/parser/bad-xml-slash.html
2493fast/parser/broken-comments-vs-parsing-mode.html
2494fast/parser/comments.html
2495fast/parser/document-write-option.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002496fast/parser/entity-comment-in-style.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002497fast/parser/fonts.html
2498fast/parser/nofoo-tags-inside-paragraph.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002499fast/parser/open-comment-in-style.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002500fast/parser/style-script-head-test.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002501fast/parser/tabs-in-scripts.html
2502fast/parser/title-error-test.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002503fast/reflections/inline-crash.html
2504fast/reflections/reflection-direction.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002505fast/reflections/reflection-masks-opacity.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002506fast/reflections/reflection-masks.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002507fast/reflections/reflection-nesting.html
2508fast/reflections/reflection-overflow-hidden.html
2509fast/reflections/table-cell.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002510fast/repaint/4774354.html
2511fast/repaint/4776765.html
2512fast/repaint/backgroundSizeRepaint.html
2513fast/repaint/body-background-image.html
2514fast/repaint/border-fit-lines.html
2515fast/repaint/border-radius-repaint.html
2516fast/repaint/border-repaint-glitch.html
2517fast/repaint/box-shadow-dynamic.html
2518fast/repaint/bugzilla-3509.html
2519fast/repaint/bugzilla-5699.html
2520fast/repaint/bugzilla-6278.html
2521fast/repaint/bugzilla-6388.html
2522fast/repaint/bugzilla-6473.html
2523fast/repaint/bugzilla-7235.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002524fast/repaint/button-spurious-layout-hint.html
2525fast/repaint/caret-outside-block.html
2526fast/repaint/change-transform.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002527fast/repaint/clip-with-layout-delta.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002528fast/repaint/clipped-relative.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002529fast/repaint/containing-block-position-change.html
2530fast/repaint/continuation-after-outline.html
2531fast/repaint/control-clip.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002532fast/repaint/create-layer-repaint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002533fast/repaint/delete-into-nested-block.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002534fast/repaint/dynamic-table-vertical-alignment-change.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002535fast/repaint/float-move-during-layout.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002536fast/repaint/float-overflow-right.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002537fast/repaint/float-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002538fast/repaint/focus-layers.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002539fast/repaint/inline-color-change.html
2540fast/repaint/invisible-objects.html
2541fast/repaint/layout-state-only-positioned.html
2542fast/repaint/layout-state-relative.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002543fast/repaint/line-flow-with-floats-1.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002544fast/repaint/line-flow-with-floats-10.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002545fast/repaint/line-flow-with-floats-2.html
2546fast/repaint/line-flow-with-floats-3.html
2547fast/repaint/line-flow-with-floats-4.html
2548fast/repaint/line-flow-with-floats-5.html
2549fast/repaint/line-flow-with-floats-6.html
2550fast/repaint/line-flow-with-floats-7.html
2551fast/repaint/line-flow-with-floats-8.html
2552fast/repaint/line-flow-with-floats-9.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002553fast/repaint/line-overflow.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002554fast/repaint/lines-with-layout-delta.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002555fast/repaint/list-marker-2.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002556fast/repaint/make-children-non-inline.html
2557fast/repaint/opacity-change-on-overflow-float.html
2558fast/repaint/outline-child-repaint.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002559fast/repaint/outline-inset.html
2560fast/repaint/outline-repaint-glitch.html
2561fast/repaint/outline-shrinking.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002562fast/repaint/overflow-clip-subtree-layout.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002563fast/repaint/overflow-delete-line.html
hamaji@chromium.orga8012642010-03-30 06:15:21 +00002564fast/repaint/overflow-scroll-body-appear.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002565fast/repaint/overflow-scroll-delete.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002566fast/repaint/reflection-redraw.html
2567fast/repaint/reflection-repaint-test.html
2568fast/repaint/renderer-destruction-by-invalidateSelection-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002569fast/repaint/repaint-resized-overflow.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002570fast/repaint/selected-replaced.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002571fast/repaint/selection-clear.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002572fast/repaint/static-to-positioned.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002573fast/repaint/subtree-root-clip-2.html
2574fast/repaint/subtree-root-clip-3.html
2575fast/repaint/subtree-root-clip.html
2576fast/repaint/subtree-root-skipped.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002577fast/repaint/table-cell-collapsed-border.html
2578fast/repaint/table-cell-move.html
2579fast/repaint/table-collapsed-border.html
2580fast/repaint/table-extra-bottom-grow.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002581fast/repaint/table-two-pass-layout-overpaint.html
2582fast/repaint/text-append-dirty-lines.html
2583fast/repaint/transform-absolute-child.html
2584fast/repaint/transform-absolute-in-positioned-container.html
2585fast/repaint/transform-disable-layoutstate.html
2586fast/repaint/transform-layout-repaint.html
2587fast/repaint/transform-relative-position.html
2588fast/repaint/transform-repaint-descendants.html
2589fast/repaint/transform-replaced-shadows.html
2590fast/repaint/transform-translate.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002591fast/replaced/image-solid-color-with-alpha.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002592fast/replaced/pdf-as-image.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002593fast/replaced/width100percent-menulist.html
2594fast/replaced/width100percent-radio.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002595fast/text/align-center-rtl-spill.html
2596fast/text/apply-start-width-after-skipped-text.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002597fast/text/atsui-kerning-and-ligatures.html
2598fast/text/atsui-multiple-renderers.html
2599fast/text/atsui-partial-selection.html
2600fast/text/atsui-small-caps-punctuation-size.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002601fast/text/basic/001.html
2602fast/text/basic/002.html
2603fast/text/basic/003.html
2604fast/text/basic/004.html
2605fast/text/basic/005.html
2606fast/text/basic/006.html
2607fast/text/basic/007.html
2608fast/text/basic/008.html
2609fast/text/basic/009.html
2610fast/text/basic/011.html
2611fast/text/basic/012.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002612fast/text/basic/013.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002613fast/text/basic/generic-family-changes.html
2614fast/text/basic/generic-family-reset.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002615fast/text/bidi-embedding-pop-and-push-same.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002616fast/text/break-word.html
2617fast/text/capitalize-empty-generated-string.html
2618fast/text/capitalize-preserve-nbsp.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002619fast/text/cg-fallback-bolding.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002620fast/text/cg-vs-atsui.html
2621fast/text/delete-hard-break-character.html
2622fast/text/drawBidiText.html
2623fast/text/firstline/001.html
2624fast/text/firstline/002.html
2625fast/text/firstline/003.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002626fast/text/fixed-pitch-control-characters.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002627fast/text/font-initial.html
2628fast/text/international/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002629fast/text/international/bidi-AN-after-L.html
2630fast/text/international/bidi-CS-after-AN.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002631fast/text/international/bidi-L2-run-reordering.html
2632fast/text/international/bidi-LDB-2-CSS.html
2633fast/text/international/bidi-control-chars-treated-as-ZWS.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002634fast/text/international/bidi-european-terminators.html
2635fast/text/international/bidi-explicit-embedding.html
2636fast/text/international/bidi-ignored-for-first-child-inline.html
2637fast/text/international/bidi-innertext.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002638fast/text/international/bidi-linebreak-001.html
2639fast/text/international/bidi-linebreak-002.html
2640fast/text/international/bidi-linebreak-003.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002641fast/text/international/bidi-neutral-directionality-paragraph-start.html
2642fast/text/international/bidi-neutral-run.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002643fast/text/international/complex-character-based-fallback.html
2644fast/text/international/danda-space.html
2645fast/text/international/hindi-spacing.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002646fast/text/international/rtl-caret.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002647fast/text/international/thai-baht-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002648fast/text/justified-selection-at-edge.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002649fast/text/justified-selection.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002650fast/text/letter-spacing-negative-opacity.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002651fast/text/line-breaks.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002652fast/text/midword-break-hang.html
2653fast/text/reset-emptyRun.html
2654fast/text/selection-hard-linebreak.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002655fast/text/selection-painted-separately.html
2656fast/text/shadow-no-blur.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002657fast/text/should-use-atsui.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002658fast/text/soft-hyphen-2.html
2659fast/text/soft-hyphen-3.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002660fast/text/softHyphen.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002661fast/text/stroking-decorations.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002662fast/text/stroking.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002663fast/text/textIteratorNilRenderer.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002664fast/text/updateNewFont.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002665fast/text/wbr-in-pre-crash.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002666fast/text/wbr-pre.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002667fast/text/wbr-styled.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002668fast/text/wbr.html
2669fast/text/whitespace/001.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002670fast/text/whitespace/002.html
2671fast/text/whitespace/003.html
2672fast/text/whitespace/004.html
2673fast/text/whitespace/005.html
2674fast/text/whitespace/006.html
2675fast/text/whitespace/007.html
2676fast/text/whitespace/008.html
2677fast/text/whitespace/009.html
2678fast/text/whitespace/010.html
2679fast/text/whitespace/011.html
2680fast/text/whitespace/012.html
2681fast/text/whitespace/013.html
2682fast/text/whitespace/014.html
2683fast/text/whitespace/015.html
2684fast/text/whitespace/016.html
2685fast/text/whitespace/017.html
2686fast/text/whitespace/018.html
2687fast/text/whitespace/019.html
2688fast/text/whitespace/020.html
2689fast/text/whitespace/021.html
2690fast/text/whitespace/022.html
2691fast/text/whitespace/023.html
2692fast/text/whitespace/024.html
2693fast/text/whitespace/025.html
2694fast/text/whitespace/026.html
2695fast/text/whitespace/027.html
2696fast/text/whitespace/028.html
2697fast/text/whitespace/029.html
2698fast/text/whitespace/030.html
2699fast/text/whitespace/nbsp-mode-and-linewraps.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002700fast/text/whitespace/nowrap-clear-float.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002701fast/text/whitespace/pre-newline-box-test.html
2702fast/text/whitespace/pre-wrap-last-char.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002703fast/text/whitespace/span-in-word-space-causes-overflow.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002704fast/text/wide-zero-width-space.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002705fast/text/word-break-soft-hyphen.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002706fast/text/word-space.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002707
2708# ------- failures due to missing support for particular XSLT features
2709# xsl:output
2710fast/xsl/xslt-doc-enc.xml
2711fast/xsl/xslt-url.xml
2712fast/xsl/default-html.html
2713fast/xsl/xslt-text.html
2714fast/xsl/xslt-entity.xml
2715fast/xsl/xslt-extra-content-at-end.xml
2716# external entities support
2717fast/xsl/dtd-in-source-document.xml
2718fast/xsl/xslt-second-level-import.xml
2719fast/parser/external-entities-in-xslt.xml
2720# exslt:node-set() function
2721fast/xsl/exslt-node-set.xml
2722# xsl:import
2723fast/xsl/import-after-comment.xml
2724fast/xsl/xslt-import-depth.xml
2725fast/xsl/xslt-nested-stylesheets.xml
2726# xsl:attribute-set
2727fast/xsl/mozilla-tests.xml
2728# xsl:sort: lang and case-order
2729fast/xsl/sort-locale.xml
2730fast/xsl/sort-unicode.xml
2731# output formatting issues (might be related to the lack of xsl:output support)
2732fast/xsl/xslt-processor.html
2733# to be investigated
2734fast/xsl/xslt-enc16.xml
2735fast/xsl/xslt-enc16to16.xml
2736fast/xsl/xslt-enc-cyr.xml
2737fast/xsl/xslt-enc.xml
2738fast/xsl/xslt-relative-path.xml
2739fast/xsl/xslt-missing-namespace-in-xslt.xml
2740fast/xsl/xslt_unicode.xml
2741
ap@apple.com97b01182010-11-18 18:31:17 +00002742# https://bugs.webkit.org/show_bug.cgi?id=49743
2743fast/xsl/import-non-document-node.xhtml
2744
robert@webkit.org188a1262010-06-07 14:43:15 +00002745fast/forms/drag-out-of-textarea.html
2746fast/frames/frame-src-attribute.html
2747fast/overflow/003.xml
2748fast/text/international/bidi-menulist.html
xji@chromium.org8de4b3f2011-02-08 18:37:15 +00002749fast/text/international/pop-up-button-text-alignment-and-direction.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002750fast/text/international/wrap-CJK-001.html
2751fast/xpath/string-value.html
2752
ossy@webkit.org752f6482011-03-16 17:22:50 +00002753# --- missing test fonts
2754fast/blockflow/japanese-ruby-horizontal-bt.html
2755fast/blockflow/japanese-ruby-vertical-lr.html
2756fast/blockflow/japanese-ruby-vertical-rl.html
2757fast/blockflow/japanese-lr-selection.html
2758fast/blockflow/japanese-lr-text.html
2759fast/blockflow/japanese-rl-selection.html
2760fast/blockflow/japanese-rl-text.html
2761fast/blockflow/japanese-ruby-horizontal-bt.html
2762fast/blockflow/japanese-ruby-vertical-lr.html
2763fast/blockflow/japanese-ruby-vertical-rl.html
2764fast/repaint/japanese-rl-selection-clear.html
2765fast/repaint/japanese-rl-selection-repaint.html
2766fast/text/international/bidi-mirror-he-ar.html
2767fast/text/international/bold-bengali.html
2768fast/text/international/hebrew-vowels.html
2769fast/text/international/plane2.html
2770fast/text/international/vertical-text-glyph-test.html
2771fast/text/international/vertical-text-metrics-test.html
2772
robert@webkit.org188a1262010-06-07 14:43:15 +00002773# ============================================================================= #
2774# failing fonts tests
2775# ============================================================================= #
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002776fonts/cursive.html
2777fonts/default.html
2778fonts/fantasy.html
2779fonts/monospace.html
2780fonts/sans-serif.html
2781fonts/serif.html
yuzo@google.com0cdcbbe2010-03-15 08:33:18 +00002782printing/return-from-printing-mode.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002783
2784# ============================================================================= #
2785# failing scrollbars tests
2786# ============================================================================= #
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002787scrollbars/basic-scrollbar.html
2788scrollbars/disabled-scrollbar.html
2789scrollbars/listbox-scrollbar-combinations.html
2790scrollbars/overflow-scrollbar-combinations.html
2791scrollbars/scrollbar-buttons.html
2792scrollbars/scrollbar-orientation.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002793
2794# ============================================================================= #
2795# failing security tests
2796# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00002797# https://bugs.webkit.org/show_bug.cgi?id=39160
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002798security/block-test-no-port.html
robert@webkit.org188a1262010-06-07 14:43:15 +00002799security/block-test.html
2800
2801# ============================================================================= #
2802# failing tables tests
2803# ============================================================================= #
2804
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002805tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom.html
2806tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden.html
2807tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table.html
hausmann@webkit.org47333ae2009-05-22 14:26:39 +00002808tables/mozilla_expected_failures/marvin/table_overflow_caption.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002809tables/mozilla_expected_failures/marvin/table_overflow_caption_left.html
2810tables/mozilla_expected_failures/marvin/table_overflow_caption_right.html
2811tables/mozilla_expected_failures/marvin/table_overflow_caption_top.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002812tables/mozilla_expected_failures/marvin/table_overflow_hidden_table.html
2813tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html
2814tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002815tables/mozilla/marvin/colgroup_width_pct.html
hausmann@webkit.org178c0532008-12-12 20:44:51 +00002816tables/mozilla/marvin/table_overflow_hidden_td.html
ossy@webkit.orgbada65d2011-02-21 19:33:23 +00002817tables/mozilla_expected_failures/bugs/bug178855.xml
2818tables/mozilla_expected_failures/bugs/bug2479-5.html
ossy@webkit.org8ebb1a22011-02-22 12:12:52 +00002819tables/mozilla/bugs/bug12384.html
2820tables/mozilla/bugs/bug99948.html
aroben@apple.com73e87622009-04-03 21:21:23 +00002821
robert@webkit.org188a1262010-06-07 14:43:15 +00002822# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002823# Failed canvas tests from http://philip.html5.org/tests/canvas/suite/tests/
robert@webkit.org051adf82010-06-08 19:44:15 +00002824# ============================================================================= #
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002825canvas/philip/tests/2d.composite.operation.clear.html
2826canvas/philip/tests/2d.composite.operation.darker.html
2827canvas/philip/tests/2d.composite.operation.highlight.html
2828canvas/philip/tests/2d.composite.uncovered.fill.copy.html
2829canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html
2830canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html
2831canvas/philip/tests/2d.composite.uncovered.fill.source-in.html
2832canvas/philip/tests/2d.composite.uncovered.fill.source-out.html
2833canvas/philip/tests/2d.composite.uncovered.image.copy.html
2834canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html
2835canvas/philip/tests/2d.composite.uncovered.image.destination-in.html
2836canvas/philip/tests/2d.composite.uncovered.image.source-in.html
2837canvas/philip/tests/2d.composite.uncovered.image.source-out.html
2838canvas/philip/tests/2d.composite.uncovered.pattern.copy.html
2839canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html
2840canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html
2841canvas/philip/tests/2d.composite.uncovered.pattern.source-in.html
2842canvas/philip/tests/2d.composite.uncovered.pattern.source-out.html
2843canvas/philip/tests/2d.drawImage.broken.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002844canvas/philip/tests/2d.drawImage.null.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002845canvas/philip/tests/2d.gradient.radial.cone.behind.html
2846canvas/philip/tests/2d.gradient.radial.cone.beside.html
2847canvas/philip/tests/2d.gradient.radial.cone.bottom.html
2848canvas/philip/tests/2d.gradient.radial.cone.cylinder.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002849canvas/philip/tests/2d.gradient.radial.cone.shape2.html
2850canvas/philip/tests/2d.gradient.radial.cone.top.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002851canvas/philip/tests/2d.gradient.radial.touch1.html
2852canvas/philip/tests/2d.gradient.radial.touch2.html
2853canvas/philip/tests/2d.gradient.radial.touch3.html
2854canvas/philip/tests/2d.imageData.create1.type.html
2855canvas/philip/tests/2d.imageData.create2.type.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002856canvas/philip/tests/2d.imageData.get.type.html
oliver@apple.com6da1c312011-02-24 00:04:41 +00002857canvas/philip/tests/2d.imageData.object.round.html
2858canvas/philip/tests/2d.imageData.object.wrap.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002859canvas/philip/tests/2d.imageData.put.unchanged.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002860canvas/philip/tests/2d.line.cap.open.html
2861canvas/philip/tests/2d.line.join.open.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002862canvas/philip/tests/2d.line.miter.lineedge.html
2863canvas/philip/tests/2d.missingargs.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002864canvas/philip/tests/2d.path.quadraticCurveTo.shape.html
andreas.kling@nokia.comf67d5962010-07-18 00:11:35 +00002865canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002866canvas/philip/tests/2d.path.rect.zero.6.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002867canvas/philip/tests/2d.path.stroke.scale2.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002868canvas/philip/tests/2d.pattern.image.broken.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002869canvas/philip/tests/2d.shadow.transform.2.html
2870canvas/philip/tests/2d.text.draw.baseline.bottom.html
2871canvas/philip/tests/2d.text.draw.baseline.hanging.html
2872canvas/philip/tests/2d.text.draw.baseline.ideographic.html
2873canvas/philip/tests/2d.text.draw.baseline.middle.html
2874canvas/philip/tests/2d.text.draw.baseline.top.html
2875canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html
2876canvas/philip/tests/2d.text.draw.fontface.notinpage.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002877canvas/philip/tests/2d.text.draw.space.collapse.end.html
2878canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html
2879canvas/philip/tests/2d.text.draw.space.collapse.other.html
2880canvas/philip/tests/2d.text.draw.space.collapse.space.html
2881canvas/philip/tests/2d.text.draw.space.collapse.start.html
2882canvas/philip/tests/2d.text.font.parse.basic.html
2883canvas/philip/tests/2d.text.font.parse.complex.html
2884canvas/philip/tests/2d.text.font.parse.invalid.html
2885canvas/philip/tests/2d.text.font.parse.size.percentage.default.html
2886canvas/philip/tests/2d.text.font.parse.size.percentage.html
2887canvas/philip/tests/2d.text.font.parse.system.html
2888canvas/philip/tests/2d.text.measure.width.space.html
2889canvas/philip/tests/2d.transformation.setTransform.skewed.html
2890canvas/philip/tests/2d.transformation.transform.skewed.html
chang.shu@nokia.com81d7f5c2010-05-28 18:43:49 +00002891canvas/philip/tests/type.prototype.html
robert@webkit.org051adf82010-06-08 19:44:15 +00002892
ossy@webkit.org07c4a802010-06-09 14:33:28 +00002893# [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher
2894# https://bugs.webkit.org/show_bug.cgi?id=40362
2895canvas/philip/tests/2d.path.stroke.overlap.html
2896
andreas.kling@nokia.come82d1682010-08-25 20:08:20 +00002897# Originally worked because we didn't set the GC's join style properly.
2898canvas/philip/tests/2d.path.rect.zero.1.html
2899
andreas.kling@nokia.com7817c162010-11-07 13:49:39 +00002900# Failing tests after sync with Philip Taylor's upstream tests
2901canvas/philip/tests/2d.drawImage.image.incomplete.omitted.html
2902canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-6.html
2903canvas/philip/tests/2d.fillStyle.parse.rgb-eof.html
2904canvas/philip/tests/2d.fillStyle.parse.rgba-eof.html
2905canvas/philip/tests/2d.imageData.put.wrongtype.html
2906canvas/philip/tests/2d.pattern.image.incomplete.empty.html
2907canvas/philip/tests/2d.pattern.image.incomplete.omitted.html
andreas.kling@nokia.com7817c162010-11-07 13:49:39 +00002908
robert@webkit.org051adf82010-06-08 19:44:15 +00002909# ============================================================================= #
2910# failing transforms tests
2911# ============================================================================= #
2912# -- fail with --platform mac --ignore-metrics
2913transforms/2d/zoom-menulist.html
2914# -- pass with --platform mac --ignore-metrics
2915transforms/2d/compound-transforms-vs-containers.html
2916transforms/2d/transform-borderbox.html
2917transforms/2d/transform-origin-borderbox.html
2918transforms/no_transform_hit_testing.html
2919transforms/2d/hindi-rotated.html
2920
2921# ============================================================================= #
2922# failing printing tests
2923# ============================================================================= #
2924printing/compositing-layer-printing.html
2925# Printing related layout test failure has no results, but obvious error message
2926# https://bugs.webkit.org/show_bug.cgi?id=27913
2927printing/media-queries-print.html
2928
2929# ============================================================================= #
2930# failing transitions tests
2931# ============================================================================= #
2932transitions/move-after-transition.html
2933transitions/transition-end-event-rendering.html
2934transitions/transition-drt-api.html
2935
2936# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00002937# new tests without expected results
2938# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00002939editing/selection/transformed-selection-rects.html
2940svg/W3C-SVG-1.1/filters-light-04-f.svg
2941
2942# ============================================================================= #
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00002943# Qt 4.7 related bugs
2944# ============================================================================= #
2945
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00002946# [Qt] editing/execCommand/move-selection-back-line.html fails with Qt 4.7.1
2947# https://bugs.webkit.org/show_bug.cgi?id=50144
2948editing/execCommand/move-selection-back-line.html
2949
2950# [Qt] fast/forms/textarea-appearance-wrap.html fails with Qt 4.7.1
2951# https://bugs.webkit.org/show_bug.cgi?id=50145
2952fast/forms/textarea-appearance-wrap.html
2953
2954# [Qt] 4 css2.1/t1202-counter tests fail with Qt 4.7.1
2955# https://bugs.webkit.org/show_bug.cgi?id=50146
2956css2.1/t1202-counter-09-b.html
2957css2.1/t1202-counter-15-b.html
2958css2.1/t1202-counters-09-b.html
2959css2.1/t1202-counters-15-b.html
2960
2961# [Qt] 4 fast/text tests fail with Qt 4.7.1
2962# https://bugs.webkit.org/show_bug.cgi?id=50147
2963fast/text/format-control.html
2964fast/text/justification-padding-mid-word.html
2965fast/text/zero-width-characters.html
2966fast/text/international/khmer-selection.html
2967
2968# 3 media tests fail with Qt version 4.6.3 and 4.7.0
2969# https://bugs.webkit.org/show_bug.cgi?id=46249
ossy@webkit.org7f2f2222010-11-30 08:56:46 +00002970media/video-can-play-type.html
2971media/video-delay-load-event.html
2972
2973# ============================================================================= #
robert@webkit.org051adf82010-06-08 19:44:15 +00002974# new skipped tests yet to be sorted
2975# ============================================================================= #
eric@webkit.org05a35f42010-06-16 09:12:04 +00002976
commit-queue@webkit.orga67f42c2010-07-10 02:41:10 +00002977# Link prefetch is disabled by default
commit-queue@webkit.org7e9f6db2010-12-04 20:40:10 +00002978fast/dom/HTMLLinkElement/link-and-subresource-test.html
commit-queue@webkit.orga67f42c2010-07-10 02:41:10 +00002979fast/dom/HTMLLinkElement/prefetch.html
commit-queue@webkit.org7e9f6db2010-12-04 20:40:10 +00002980fast/dom/HTMLLinkElement/prefetch-onload.html
commit-queue@webkit.orge4bd1f12010-10-08 21:17:47 +00002981http/tests/misc/prefetch-purpose.html
commit-queue@webkit.orga67f42c2010-07-10 02:41:10 +00002982
ossy@webkit.org9cf66492010-06-26 01:11:01 +00002983# [Qt] fast/text/bidi-explicit-embedding-past-end.html fails
2984# https://bugs.webkit.org/show_bug.cgi?id=41241
2985fast/text/bidi-explicit-embedding-past-end.html
commit-queue@webkit.org6501d602010-07-01 11:11:01 +00002986
tkent@chromium.org072de1d2010-07-14 07:43:12 +00002987# Need to implement inner-spin-button or outer-spin-button
2988fast/forms/input-appearance-spinbutton-disabled-readonly.html
tkent@chromium.orgeb14de02011-02-16 04:14:29 +00002989fast/forms/input-appearance-spinbutton-layer.html
tkent@chromium.org3d10af92010-07-23 00:32:24 +00002990fast/forms/input-number-events.html
tkent@chromium.org1e56d8c2010-08-25 09:37:35 +00002991fast/forms/input-spinbutton-capturing.html
tkent@chromium.org072de1d2010-07-14 07:43:12 +00002992
commit-queue@webkit.org6501d602010-07-01 11:11:01 +00002993# Speech input is not yet enabled.
atwilson@chromium.orgaae4e2d2010-07-31 21:55:18 +00002994fast/speech
ossy@webkit.org1fdca602010-07-08 21:02:32 +00002995
2996# [Qt] fast/dom/beforeload/script-before-load-dynamic.html is crashy-flakey
2997# https://bugs.webkit.org/show_bug.cgi?id=41452
2998fast/dom/beforeload/remove-video-in-beforeload-listener.html
ossy@webkit.orgbbc7a002010-07-12 17:28:07 +00002999
johnnyg@google.com4b0a4552010-07-15 20:36:40 +00003000# Directory upload is not enabled.
3001fast/forms/input-file-directory-upload.html
hamaji@chromium.orgd58d8e02010-07-16 06:25:48 +00003002# Need setPrinting. See https://bugs.webkit.org/show_bug.cgi?id=20011
3003printing/setPrinting.html
tonyg@chromium.org4562d5c2010-07-16 16:38:52 +00003004
ossy@webkit.org06765552010-12-17 13:07:20 +00003005# Web Timing related bugs
3006# https://bugs.webkit.org/show_bug.cgi?id=51245
tonyg@chromium.org4562d5c2010-07-16 16:38:52 +00003007fast/dom/webtiming.html
ossy@webkit.org06765552010-12-17 13:07:20 +00003008http/tests/misc/webtiming-ssl.php
ossy@webkit.org0f9c8202011-01-06 12:48:54 +00003009http/tests/misc/webtiming-origins.html
3010http/tests/misc/webtiming-slow-load.php
ap@apple.comce371392010-07-21 17:20:30 +00003011
3012# Advanced credential handling
3013http/tests/security/401-logout/401-logout.php
3014http/tests/xmlhttprequest/remember-bad-password.html
abarth@webkit.orgbfd99482010-07-21 22:46:47 +00003015
tkent@chromium.orga2166462010-07-27 07:31:39 +00003016# The feature was disabled due to a compatibility issue.
3017# https://bugs.webkit.org/show_bug.cgi?id=40520
3018fast/forms/interactive-validation-lost-focusable.html
3019fast/forms/interactive-validation-prevented.html
tkent@chromium.org3db9c3d2011-03-02 07:04:18 +00003020fast/forms/interactive-validation-attach-assertion.html
tkent@chromium.orge625ce82011-03-10 23:32:54 +00003021fast/forms/interactive-validation-assertion-by-validate-twice.html
tkent@chromium.org32441d22011-03-15 00:53:53 +00003022fast/forms/interactive-validation-select-crash.html
tkent@chromium.org9a74a072011-03-24 03:48:22 +00003023fast/forms/interactive-validation-crash-by-style-override.html
tkent@chromium.orga2166462010-07-27 07:31:39 +00003024
ossy@webkit.orge9265b62010-07-22 14:26:45 +00003025# [Qt] REGRESSION(63862): animations/play-state.html fails intermittently
3026# https://bugs.webkit.org/show_bug.cgi?id=42821
3027animations/play-state.html
ossy@webkit.org15e4f1e2010-07-23 11:24:22 +00003028
ossy@webkit.orge1b8b022010-11-05 22:34:00 +00003029# [Qt] animations tests fails which uses suspend/resume
ossy@webkit.org1c91c612010-08-12 12:00:06 +00003030# https://bugs.webkit.org/show_bug.cgi?id=43905
3031animations/suspend-resume-animation.html
ossy@webkit.orge1b8b022010-11-05 22:34:00 +00003032animations/suspend-resume-animation-events.html
3033animations/stop-animation-on-suspend.html
ossy@webkit.org1c91c612010-08-12 12:00:06 +00003034
ossy@webkit.org182b2312010-07-26 09:52:10 +00003035# [Qt] DRT sideeffect revealed by r63657
3036# https://bugs.webkit.org/show_bug.cgi?id=42578
ossy@webkit.orgf7346b22010-10-25 22:59:08 +00003037http/tests/security/mixedContent/insecure-css-in-main-frame.html
ossy@webkit.org182b2312010-07-26 09:52:10 +00003038http/tests/xmlhttprequest/authorization-header.html
3039http/tests/xmlhttprequest/null-auth.php
vestbo@webkit.orgd2773e52010-07-27 09:12:40 +00003040
vestbo@webkit.org1c701982010-07-27 10:05:22 +00003041# Assumes spesific metrics
3042# See http://code.google.com/p/chromium/issues/detail?id=19897
3043svg/custom/getscreenctm-in-mixed-content2.xhtml
mrobinson@webkit.orgb2e8fca2010-08-02 17:28:23 +00003044
ojan@chromium.org6d277a42010-08-18 20:51:44 +00003045# Still working out flakiness issues with the perf tests.
3046# https://bugs.webkit.org/show_bug.cgi?id=44199
3047perf/
3048
jianli@chromium.org35cdf142010-08-05 18:19:13 +00003049# BlodBuilder is not enabled
3050http/tests/local/blob/send-data-blob.html
commit-queue@webkit.org5c314242010-08-21 10:11:19 +00003051
jer.noble@apple.comc5584f32010-08-27 20:49:02 +00003052# Full Screen support is not yet enabled.
3053fullscreen/
mitz@apple.com963e24a2010-09-03 19:33:05 +00003054
3055# https://bugs.webkit.org/show_bug.cgi?id=45194
3056fast/text/decomposed-after-stacked-diacritics.html
andreas.kling@nokia.come17b50c2010-09-12 18:35:58 +00003057
kenneth@webkit.org8a9df012010-09-13 10:37:28 +00003058# viewport meta tag tests that differ from the Opera results
3059fast/viewport/viewport-65.html
3060fast/viewport/viewport-82.html
3061fast/viewport/viewport-84.html
3062fast/viewport/viewport-87.html
3063fast/viewport/viewport-126.html
3064fast/viewport/viewport-127.html
andreas.kling@nokia.comdcd34242010-09-13 11:35:48 +00003065
3066# viewport meta tag tests that fail on the bot for yet unknown reasons
3067fast/viewport/viewport-6.html
3068fast/viewport/viewport-45.html
3069fast/viewport/viewport-58.html
ossy@webkit.org9e9989b2010-09-20 15:18:17 +00003070
3071# [Qt]REGRESSION? (r67762): 23 layout tests fail
3072# https://bugs.webkit.org/show_bug.cgi?id=46093
3073svg/custom/use-font-face-crash.svg
3074svg/zoom/text/zoom-coords-viewattr-01-b.svg
3075tables/layering/paint-test-layering-1.html
3076tables/layering/paint-test-layering-2.html
3077tables/mozilla/bugs/adforce_imgis_com.html
3078tables/mozilla/bugs/bug50695-2.html
3079tables/mozilla/bugs/bug56201.html
3080tables/mozilla/bugs/bug92647-2.html
3081tables/mozilla/bugs/bug196870.html
3082tables/mozilla/other/slashlogo.html
3083tables/mozilla_expected_failures/bugs/bug23847.html
3084transforms/2d/transform-2d.html
3085transforms/2d/transform-fixed-container.html
3086transitions/font-family-during-transition.html
3087transitions/svg-text-shadow-transition.html
3088http/tests/local/file-url-sent-as-referer.html
3089http/tests/misc/error404.pl
3090http/tests/misc/frame-access-during-load.html
3091http/tests/misc/generated-content-inside-table.html
3092http/tests/misc/iframe404.html
3093http/tests/misc/location-replace-crossdomain.html
3094http/tests/misc/slow-loading-image-in-pattern.html
3095http/tests/uri/css-href.php
aestes@apple.com7fb43f62010-09-20 23:01:12 +00003096
3097# Pre-HMTL5 parser quirks only apply to the mac port for now.
3098fast/parser/pre-html5-parser-quirks.html
3099
kinuko@chromium.orgf0673b22010-09-23 00:58:53 +00003100# FileSystem API is not supported.
3101fast/filesystem
abarth@webkit.orgabaac942011-03-17 01:05:00 +00003102http/tests/filesystem
commit-queue@webkit.org3b8fac52011-02-11 21:39:04 +00003103http/tests/security/filesystem-iframe-from-remote.html
tonikitoo@webkit.org13f65df2010-09-26 19:00:45 +00003104
ossy@webkit.org424bef82010-09-28 06:04:39 +00003105# It fails, because 3D canvas is disabled by default.
3106http/tests/canvas/webgl/origin-clean-conformance.html
ossy@webkit.org058f6612010-09-28 11:13:37 +00003107
commit-queue@webkit.org1a4d2cb2010-09-29 17:15:01 +00003108
ossy@webkit.org754f0b52010-10-01 08:21:08 +00003109# https://bugs.webkit.org/show_bug.cgi?id=46966
3110# [Qt] fast/media/color-does-not-include-alpha.html fails
3111fast/media/color-does-not-include-alpha.html
abarth@webkit.orgf7a10872010-10-18 07:53:10 +00003112
3113# Requires WebP support.
3114fast/images/webp-image-decoding.html
ossy@webkit.org7d75cd32010-11-01 15:27:33 +00003115
ossy@webkit.org9c308aa2010-11-03 22:48:59 +00003116# [Qt] DRT sideeffect revealed by r71268
3117# https://bugs.webkit.org/show_bug.cgi?id=48958
ossy@webkit.org43437242010-11-04 01:43:55 +00003118svg/custom/text-zoom.xhtml
ossy@webkit.org2530b322010-11-04 10:13:28 +00003119
ossy@webkit.org2ff28be2010-11-04 11:17:40 +00003120# [Qt] svg/animations/animate-path-nested-transforms.html fails
3121# https://bugs.webkit.org/show_bug.cgi?id=48987
3122svg/animations/animate-path-nested-transforms.html
ossy@webkit.orga06fcfd2010-11-10 11:03:01 +00003123svg/animations/animate-text-nested-transforms.html
ossy@webkit.org33f53322010-11-08 09:12:49 +00003124
3125# [Qt] REGRESSION (r71465): editing/selection/after-line-break.html fails
3126# https://bugs.webkit.org/show_bug.cgi?id=49127
3127editing/selection/after-line-break.html
ossy@webkit.orgda5108e2010-11-09 10:39:04 +00003128
3129# [Qt] REGRESSION (r71582): Two editing tests fail
3130# https://bugs.webkit.org/show_bug.cgi?id=49243
3131editing/deleting/delete-line-011.html
3132editing/pasteboard/paste-4039777-fix.html
tony@chromium.org25124ac2010-11-18 19:00:14 +00003133
3134# [Qt] wrong ref count of npobject
3135# https://bugs.webkit.org/show_bug.cgi?id=49749
3136plugins/refcount-leaks.html
darin@apple.com8886af72010-11-18 21:42:16 +00003137
rniwa@webkit.orgb6ce5012010-11-30 04:31:35 +00003138# REGRESSION(r72861): editing/selection/click-left-of-rtl-wrapping-text.html and modify-up-on-rtl-wrapping-text.html fail on all but Mac platform
3139# https://bugs.webkit.org/show_bug.cgi?id=50204
3140editing/selection/click-left-of-rtl-wrapping-text.html
3141editing/selection/modify-up-on-rtl-wrapping-text.html
ossy@webkit.org1a619712010-12-01 17:04:29 +00003142
antti@apple.coma48e9362010-12-13 20:30:49 +00003143# For https://bugs.webkit.org/show_bug.cgi?id=50758
3144# These require DRT setSerializeHTTPLoads implementation to be reliable.
3145http/tests/local/link-stylesheet-load-order.html
3146http/tests/local/link-stylesheet-load-order-preload.html
ossy@webkit.org1346f8a2010-12-20 09:55:23 +00003147
3148# [Qt] fast/text/emphasis-overlap.html fails
3149# https://bugs.webkit.org/show_bug.cgi?id=51324
3150fast/text/emphasis-overlap.html
laszlo.1.gombos@nokia.comc40ff5f2011-01-03 18:12:54 +00003151
rniwa@webkit.orgd70045e2011-01-04 19:04:07 +00003152# REGRESSION(r74971): [Qt] /editing/selection/caret-bidi-first-and-last-letters.html fails
3153# https://bugs.webkit.org/show_bug.cgi?id=51884
ossy@webkit.orge445a842011-01-04 20:34:49 +00003154editing/selection/caret-bidi-first-and-last-letters.html
ossy@webkit.org7d70c732011-01-10 14:49:09 +00003155
ossy@webkit.org8c6f5b82011-01-10 18:53:50 +00003156# [Qt] fast/text/emphasis-avoid-ruby.html fails
3157# https://bugs.webkit.org/show_bug.cgi?id=52155
3158fast/text/emphasis-avoid-ruby.html
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00003159
jamesr@google.com0ea9e5f2011-01-20 21:50:34 +00003160# Requires requestAnimationFrame support
3161fast/animation/
3162
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00003163# https://bugs.webkit.org/show_bug.cgi?id=42578
3164# [Qt] DRT sideeffect revealed by r63657 and r75305
3165fast/tokenizer/flush-characters-in-document-write-evil.html
3166fast/tokenizer/flush-characters-in-document-write.html
3167fast/viewport/viewport-128.html
ossy@webkit.org4fbb6bb2011-01-11 13:26:40 +00003168fast/xmlhttprequest/null-document-xmlhttprequest-open.html
3169fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html
ossy@webkit.org146ded82011-01-18 08:43:30 +00003170
3171# [Qt] Fix LoadHTMLStringItem::invoke() after r75966
3172# https://bugs.webkit.org/show_bug.cgi?id=52614
3173http/tests/navigation/go-back-to-error-page.html
jer.noble@apple.comeb640582011-01-21 02:18:47 +00003174
3175# [Qt] LayoutTests/media/video-currentTime-delay.html fails
3176# https://bugs.webkit.org/show_bug.cgi?id=52859
3177media/video-currentTime-delay.html
ossy@webkit.orga9949722011-02-03 13:43:39 +00003178
ossy@webkit.org0559c6d2011-02-03 23:54:10 +00003179# small text which is scaled to be large renders pixelated
3180# https://bugs.webkit.org/show_bug.cgi?id=12448
3181css3/zoom-coords.xhtml
3182svg/zoom/page/zoom-zoom-coords.xhtml
jer.noble@apple.com45787e12011-02-05 07:35:54 +00003183
3184# [Qt] media/video-frame-accurate-seek.html fails
3185# https://bugs.webkit.org/show_bug.cgi?id=53843
3186media/video-frame-accurate-seek.html
robert@webkit.orgf2792e12011-02-06 10:46:45 +00003187
morrita@google.com4c99e4f2011-02-07 02:20:27 +00003188# https://bugs.webkit.org/show_bug.cgi?id=53030
3189html5lib/runner.html
3190
robert@webkit.orgf2792e12011-02-06 10:46:45 +00003191# [Qt] fast/notifications/notifications-document-close-crash.html fails after r77738
3192# https://bugs.webkit.org/show_bug.cgi?id=53868
3193fast/notifications/notifications-document-close-crash.html
3194
ossy@webkit.org85d52892011-02-07 23:45:58 +00003195# [Qt] Fix crashes in QMetaObject::metacall
3196# https://bugs.webkit.org/show_bug.cgi?id=53912
ossy@webkit.orge8f3ee32011-02-09 11:37:44 +00003197http/tests/websocket/tests
ossy@webkit.org56fb5cd2011-02-15 10:22:17 +00003198
ossy@webkit.org4c35d4b2011-02-18 07:30:08 +00003199# [Qt]REGRESSION(r78846): editing/selection/mixed-editability-10.html
3200# https://bugs.webkit.org/show_bug.cgi?id=54725
3201editing/selection/mixed-editability-10.html
ossy@webkit.orgd98f9802011-02-18 21:40:40 +00003202
jer.noble@apple.come6ff40d2011-02-22 20:40:28 +00003203# [Qt] Generate results for media/audio-repaint.html and media/media-document-audio-repaint.html
3204# https://bugs.webkit.org/show_bug.cgi?id=54984
3205media/audio-repaint.html
ossy@webkit.org76e5fa92011-02-22 22:00:43 +00003206media/media-document-audio-repaint.html
3207
pfeldman@chromium.org81b45e52011-02-28 15:26:44 +00003208# [Qt] XML Viewer fails due to specifics in the parser implementation
3209# https://bugs.webkit.org/show_bug.cgi?id=55302
3210http/tests/xmlviewer/dumpAsText/svg.xml
3211http/tests/xmlviewer/dumpAsText/wml.xml
3212http/tests/xmlviewer/dumpAsText/xlink.xml
3213http/tests/xmlviewer/dumpAsText/xmlviewer-charset-cp1251.xml
3214http/tests/xmlviewer/dumpAsText/xmlviewer-charset-utf8.xml
3215http/tests/xmlviewer/dumpAsText/xmlviewer.xml
3216http/tests/xmlviewer/dumpAsText/xsl-stylesheet.xml
3217http/tests/xmlviewer/dumpAsText/xul.xml
commit-queue@webkit.org283a0162011-03-04 05:13:10 +00003218
3219# [Qt] geolocation case failing as needs implementation in DumpRenderTree : TODO bug
3220fast/dom/Geolocation/window-close-crash.html
ossy@webkit.org00e7c362011-03-04 12:37:04 +00003221
jknotten@chromium.org35f104c2011-03-10 11:28:08 +00003222# [Qt] LayoutTestController needs to implement numberOfPendingGeolocationPermissionRequests
3223# https://bugs.webkit.org/show_bug.cgi?id=56086
3224fast/dom/Geolocation/page-reload-cancel-permission-requests.html
3225
ossy@webkit.org00e7c362011-03-04 12:37:04 +00003226# [Qt] Two http auth tests fail with Qt 4.7.2
3227# https://bugs.webkit.org/show_bug.cgi?id=55767
3228http/tests/appcache/auth.html
3229http/tests/xmlhttprequest/basic-auth.html
commit-queue@webkit.orgbad43c02011-03-19 21:28:57 +00003230
3231# LayoutTestController::clearApplicationCacheForOrigin is not implemented
3232http/tests/appcache/origin-delete.html
commit-queue@webkit.org13f1be62011-03-23 00:57:31 +00003233# LayoutTestController::getOriginsWithApplicationCache is not implemented
3234http/tests/appcache/origins-with-appcache.html
commit-queue@webkit.org895428d2011-03-21 14:40:33 +00003235
3236# https://bugs.webkit.org/show_bug.cgi?id=56691
3237http/tests/inspector/network/network-size-chunked.html
commit-queue@webkit.orgfc684af2011-03-24 21:17:58 +00003238http/tests/inspector/network/network-size-sync.html