2 # Copyright (C) 2010 Apple Inc. All rights reserved.
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions
8 # 1. Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer.
10 # 2. Redistributions in binary form must reproduce the above copyright
11 # notice, this list of conditions and the following disclaimer in the
12 # documentation and/or other materials provided with the distribution.
13 # 3. Neither the name of Apple Inc. ("Apple") nor the names of
14 # its contributors may be used to endorse or promote products derived
15 # from this software without specific prior written permission.
17 # THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
18 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21 # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # This file should contain entries for expectations that are generic
30 # to any port running the WebKit2 variant (--webkit-test-runner)
33 ### ENTRIES MERGED IN FROM THE OLD SKIPPED FILE
36 ###### This file has four sections. When adding new tests, make sure to
37 ###### add to the right section:
39 ### (1) Classified failures with bug reports
40 ### (2) Classified failures without bug reports (yet)
41 ### (3) Unclassified failures
42 ### (4) Features that are not supported in WebKit2 and likely never will be
45 ########################################
46 ### START OF (1) Classified failures with bug reports
48 # Flaky pixel tests due to caching issues.
49 webkit.org/b/101773 fast/repaint/body-background-image.html [ ImageOnlyFailure Pass ]
51 # AX tests that require hit testing do not work in WK2.
52 # <https://bugs.webkit.org/show_bug.cgi?id=71298>
53 accessibility/loading-iframe-updates-axtree.html
54 platform/mac/accessibility/html-slider-indicator.html
55 platform/mac/accessibility/listbox-hit-test.html
56 platform/mac/accessibility/iframe-with-title-correct-hierarchy.html
58 # Some compositing tests flakey
59 # <https://bugs.webkit.org/show_bug.cgi?id=48354>
60 compositing/iframes/iframe-size-from-zero.html
61 compositing/iframes/iframe-src-change.html
63 # Flakey on Snow Leopard Intel WebKit2 Release Tests
64 # https://bugs.webkit.org/show_bug.cgi?id=58183
65 editing/execCommand/convert-style-elements-to-spans.html
67 # Flakey on Snow Leopard Intel WebKit2 Release Tests
68 # https://bugs.webkit.org/show_bug.cgi?id=60648
69 fast/frames/flattening/frameset-flattening-subframesets.html
71 # WebKitTestRunner needs overridePreference for non-boolean values
72 # (zero-font-size.html passes because overridePreference does not work)
73 webkit.org/b/42197 fast/harness/override-preferences-2.html [ Failure ]
74 webkit.org/b/42197 fast/text/zero-font-size.html [ Pass ]
76 # setIconDatabaseEnabled not implemented in WebKitTestRunner.
77 # https://bugs.webkit.org/show_bug.cgi?id=115809
78 webarchive/test-link-rel-icon-beforeload.html [ Skip ]
80 # https://bugs.webkit.org/show_bug.cgi?id=82665
81 http/tests/webarchive/test-css-url-encoding.html [ Skip ]
82 http/tests/webarchive/test-css-url-encoding-shift-jis.html [ Skip ]
83 http/tests/webarchive/test-css-url-encoding-utf-8.html [ Skip ]
84 webarchive/test-css-url-resources-in-stylesheets.html [ Skip ]
85 webarchive/test-css-url-resources-inline-styles.html [ Skip ]
88 # <https://bugs.webkit.org/show_bug.cgi?id=96741>
89 fast/loader/recursive-before-unload-crash.html
91 # WebKitTestRunner needs textInputController
92 # <https://bugs.webkit.org/show_bug.cgi?id=42337>
93 editing/input/setting-input-value-cancel-ime-composition.html
94 svg/text/caret-in-svg-text.xhtml
95 editing/inserting/caret-position.html
96 editing/selection/5825350-1.html
97 editing/selection/5825350-2.html
98 editing/selection/move-left-right.html
99 editing/style/text-indent.html
100 fast/dom/tab-in-right-alignment.html
101 fast/events/ime-composition-events-001.html
102 fast/forms/cursor-at-editable-content-boundary.html
103 fast/text/international/thai-cursor-position.html
104 platform/mac/editing/input/5576619.html
105 platform/mac/editing/input/bold-node.html
106 platform/mac/editing/input/caret-primary-bidi.html
107 platform/mac/editing/input/firstrectforcharacterrange-caret-in-br.html
108 platform/mac/editing/input/firstrectforcharacterrange-plain.html
109 platform/mac/editing/input/firstrectforcharacterrange-styled.html
110 platform/mac/editing/input/firstrectforcharacterrange-vertical.html
111 platform/mac/editing/input/hangul-enter-confirms-and-sends-keypress.html
112 platform/mac/editing/input/insert-delete-smp-symbol.html
113 platform/mac/editing/input/kotoeri-enter-to-confirm-and-newline.html
114 platform/mac/editing/input/range-for-empty-document.html
115 platform/mac/editing/input/replace-invalid-range.html
116 platform/mac/editing/input/secure-input.html
117 platform/mac/editing/input/text-input-controller.html
118 platform/mac/editing/input/wrapped-line-char-rect.html
119 platform/mac/editing/input/NSBackgroundColor-transparent.html
120 platform/mac/editing/pasteboard/paste-and-match-style-selector-event.html
121 platform/mac/editing/selection/25228.html
122 platform/mac/fast/dom/character-index-for-point.html
123 platform/mac/fast/forms/attributed-strings.html
124 platform/mac/fast/text/attributed-substring-from-range-001.html
125 platform/mac/fast/text/attributed-substring-from-range-002.html
126 platform/mac/fast/text/attributed-substring-from-range-in-textfield.html
127 platform/mac/fast/text/attributed-substring-from-range.html
128 platform/mac/fast/text/justified-text-rect.html
130 # WebKitTestRunner needs to support needsDeletionUI mechanism to show deletion UI
131 # <https://bugs.webkit.org/show_bug.cgi?id=42535>
132 platform/mac/editing/deleting/id-in-deletebutton.html
133 platform/mac/editing/deleting/deletionUI-click-on-delete-button.html
134 platform/mac/editing/deleting/deletionUI-single-instance.html
135 platform/mac/editing/deleting/deletionUI-borders.html
136 platform/mac/editing/deleting/deletionUI-differing-background.html
137 platform/mac/editing/deleting/deletionUI-minimum-size.html
138 platform/mac/editing/deleting/deletionUI-successful-deletion.html
140 # WebKitTestRunner needs layoutTestController.setDashboardCompatibilityMode
141 # <https://bugs.webkit.org/show_bug.cgi?id=42547>
142 fast/canvas/canvas-gradient-addStop-error.html
143 http/tests/xmlhttprequest/default-content-type-dashboard.html
144 http/tests/xmlhttprequest/svg-created-by-xhr-allowed-in-dashboard.html
145 svg/custom/embedded-svg-allowed-in-dashboard.xml
146 svg/custom/manually-parsed-embedded-svg-allowed-in-dashboard.html
147 svg/custom/manually-parsed-svg-allowed-in-dashboard.html
148 svg/custom/svg-allowed-in-dashboard-object.html
150 # WebKitTestRunner needs layoutTestController.setMainFrameIsFirstResponder
151 # <https://bugs.webkit.org/show_bug.cgi?id=42685>
152 editing/selection/caret-and-focus-ring.html
153 editing/selection/designmode-no-caret.html
154 editing/selection/selection-background.html
155 fast/dom/Window/window-onFocus.html
156 platform/mac/scrollbars/key-window-not-first-responder.html
158 # WebKitTestRunner needs layoutTestController.encodeHostName
159 # <https://bugs.webkit.org/show_bug.cgi?id=42686>
160 fast/encoding/idn-security.html
162 # WebKitTestRunner needs layoutTestController.abortModal
163 # <https://bugs.webkit.org/show_bug.cgi?id=69548>
164 fast/events/show-modal-dialog-onblur-onfocus.html
166 # WebKitTestRunner needs layoutTestController.setWillSendRequestClearHeader
167 # <https://bugs.webkit.org/show_bug.cgi?id=42699>
168 http/tests/security/no-referrer.html
170 # WebKitTestRunner needs layoutTestController.setDomainRelaxationForbiddenForURLScheme
171 # <https://bugs.webkit.org/show_bug.cgi?id=42700>
172 http/tests/security/setDomainRelaxationForbiddenForURLScheme.html
174 # WebKit2 needs layoutTestController.setDeferMainResourceDataLoad
175 # <https://bugs.webkit.org/show_bug.cgi?id=42777>
176 fast/loader/non-deferred-substitute-load.html
178 # WebKitTestRunner needs to print history delegate information
179 # <https://bugs.webkit.org/show_bug.cgi?id=42704>
180 http/tests/globalhistory/history-delegate-basic-302-redirect.html
181 http/tests/globalhistory/history-delegate-basic-refresh-redirect.html
182 http/tests/globalhistory/history-delegate-basic-title.html
183 http/tests/globalhistory/history-delegate-basic-visited-links.html
185 # transitions/default-timing-function.html failing on WebKit2 since it was added
186 # <https://bugs.webkit.org/show_bug.cgi?id=56531>
187 transitions/default-timing-function.html
189 # WebKitTestRunner needs layoutTestController.setCallCloseOnWebViews
190 # http://webkit.org/b/46714
191 plugins/geturlnotify-during-document-teardown.html
192 plugins/open-and-close-window-with-plugin.html
194 platform/mac/accessibility/search-predicate.html
197 # http://webkit.org/b/58990
198 editing/undo/undo-iframe-location-change.html
200 # PasteBoard::plainText() does not support file names.
201 editing/pasteboard/drag-files-to-editable-element.html
204 # https://bugs.webkit.org/show_bug.cgi?id=63806
205 http/tests/cache/history-only-cached-subresource-loads-max-age-https.html
207 # Frame::findString does nothing on pages that prevent selection
208 # https://bugs.webkit.org/show_bug.cgi?id=40361
209 editing/text-iterator/findString-selection-disabled.html
211 # WebKit2 needs an implementation of FrameLoaderClient::revertToProvisionalState
212 # https://bugs.webkit.org/show_bug.cgi?id=81365
213 http/tests/multipart/multipart-wait-before-boundary.html
215 # layoutTestController.setWindowIsKey() has no effect on the web process side in WebKit2
216 # https://bugs.webkit.org/show_bug.cgi?id=81736 rdar://problem/11088268
217 fast/events/blur-focus-window-should-blur-focus-element.html
218 fast/selectors/selection-window-inactive.html
219 fast/dom/Window/window-focus-self.html
221 # css3-conditionals support is not yet enabled.
222 webkit.org/b/86146 css3/supports.html
223 webkit.org/b/104822 css3/supports-cssom.html
224 webkit.org/b/100324 css3/supports-dom-api.html
226 # Text Autosizing is not yet enabled.
227 # https://bugs.webkit.org/show_bug.cgi?id=84186
230 # WebKitTestRunner needs to implement testRunner.closeIdleLocalStorageDatabases().
231 # https://bugs.webkit.org/show_bug.cgi?id=103861
232 storage/domstorage/localstorage/close-idle-localstorage-databases-immediately.html
234 # WKTR needs a implementation of setStorageDatabaseIdleInterval
235 # https://bugs.webkit.org/show_bug.cgi?id=91778
236 storage/domstorage/storage-close-database-on-idle.html
238 # [WK2] The new npruntime/embed-property-iframe-equality.html fails
239 # https://bugs.webkit.org/show_bug.cgi?id=105266
240 plugins/npruntime/embed-property-iframe-equality.html
242 webkit.org/b/105952 fast/loader/submit-form-while-parsing-2.html [ Pass Failure ]
244 webkit.org/b/127683 http/tests/navigation/new-window-redirect-history.html [ Crash ]
246 ### END OF (1) Classified failures with bug reports
247 ########################################
250 ########################################
251 ### START OF (2) Classified failures without bug reports (yet)
253 # WebKitTestRunner needs layoutTestController.shouldPaintBrockenImage
254 fast/images/support-broken-image-delegate.html
256 # WebKitTestrunner needs layoutTestController.dumpSourceAsWebArchive
257 webarchive/doctype.html
258 webarchive/archive-empty-frame-source.html
260 # WebKitTestRunner needs layoutTestController.setIconDatabaseEnabled
261 webarchive/test-link-rel-icon.html
262 http/tests/misc/favicon-loads-with-images-disabled.html
263 http/tests/misc/favicon-loads-with-icon-loading-override.html
264 http/tests/misc/link-rel-icon-beforeload.html
266 # WebKitTestRunner should dump text/plain content as text
267 http/tests/incremental/slow-utf8-text.pl
269 # WebKitTestRunner needs plainText.plainText
270 editing/text-iterator/basic-iteration.html
272 # WebKitTestRunner needs layoutTestController.setNewWindowsCopyBackForwardList
273 fast/loader/crash-copying-backforwardlist.html
275 # WebKitTestRunner needs layoutTestController.authenticateSession
276 http/tests/xmlhttprequest/cross-origin-authorization-with-embedder.html
278 # WebKitTestRunner needs layoutTestController.addDisallowedURL
279 plugins/get-url-that-the-resource-load-delegate-will-disallow.html
281 # WebKitTestRunner needs layoutTestController.pageProperty
282 printing/page-rule-selection.html
284 # WebKitTestRunner needs layoutTestController.dumpUserGestureInFrameLoadCallbacks
285 fast/frames/location-redirect-user-gesture.html
286 fast/frames/meta-refresh-user-gesture.html
288 # WebKitTestRunner needs layoutTestController.setUseDashboardCompatibilityMode
289 platform/mac/fast/dom/HTMLImageElement/dashboard-src-quirk.html
291 # WebKitTestRunner needs layoutTestController.addURLToRedirect
292 http/tests/loading/cross-origin-XHR-willLoadRequest.html
294 # WebKit2 needs showModalDialog
295 fast/events/scroll-event-during-modal-dialog.html
296 fast/harness/show-modal-dialog.html
298 # WebKit2 needs to support synchronous creation of about:blank/data:url frames
299 fast/dom/HTMLDocument/hasFocus.html
300 fast/frames/sandboxed-iframe-navigation-targetlink.html
301 fast/loader/about-blank-hash-kept.html
302 http/tests/security/cross-frame-access-get-override.html
303 http/tests/security/cross-frame-access-history-get-override.html
304 http/tests/security/cross-frame-access-location-get-override.html
305 http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-sub-frame-2-level.html
307 # These are plug-in tests that use Flash or QuickTime. We should convert these to use the test plug-in.
308 plugins/iframe-shims.html
309 plugins/embed-attributes-setting.html
311 # This test checks that NPN_GetURL with a blank target will return an error if the window isn't opened. This behavior doesn't
312 # match Firefox or Chrome. We should either fix the test, or get rid of it.
313 plugins/get-url-with-blank-target.html
315 # requires video.buffered to be able to return multiple timeranges
316 http/tests/media/video-buffered.html
318 # WebKit2 needs Java support
319 dom/html/level2/html/HTMLAppletElement01.html
320 dom/html/level2/html/HTMLAppletElement02.html
321 dom/html/level2/html/HTMLAppletElement03.html
322 dom/html/level2/html/HTMLAppletElement04.html
323 dom/html/level2/html/HTMLAppletElement05.html
324 dom/html/level2/html/HTMLAppletElement06.html
325 dom/html/level2/html/HTMLAppletElement07.html
326 dom/html/level2/html/HTMLAppletElement08.html
327 dom/html/level2/html/HTMLAppletElement09.html
328 dom/html/level2/html/HTMLAppletElement10.html
329 dom/xhtml/level2/html/HTMLAppletElement01.xhtml
330 dom/xhtml/level2/html/HTMLAppletElement02.xhtml
331 dom/xhtml/level2/html/HTMLAppletElement03.xhtml
332 dom/xhtml/level2/html/HTMLAppletElement04.xhtml
333 dom/xhtml/level2/html/HTMLAppletElement05.xhtml
334 dom/xhtml/level2/html/HTMLAppletElement06.xhtml
335 dom/xhtml/level2/html/HTMLAppletElement07.xhtml
336 dom/xhtml/level2/html/HTMLAppletElement08.xhtml
337 dom/xhtml/level2/html/HTMLAppletElement09.xhtml
338 dom/xhtml/level2/html/HTMLAppletElement10.xhtml
339 editing/selection/selection-applet.html
340 fast/replaced/applet-disabled-positioned.html
341 fast/replaced/applet-rendering-java-disabled.html
344 # WebKitTestRunner needs layoutTestController.displayInvalidatedRegion
345 compositing/plugins/invalidate_rect.html
346 plugins/windowless_plugin_paint_test.html
348 # WebKitTestRunner needs layoutTestController.originsWithLocalStorage
349 storage/domstorage/localstorage/storagetracker/storage-tracker-1-prepare.html
350 storage/domstorage/localstorage/storagetracker/storage-tracker-2-create.html
351 storage/domstorage/localstorage/storagetracker/storage-tracker-3-delete-all.html
352 storage/domstorage/localstorage/storagetracker/storage-tracker-4-create.html
353 storage/domstorage/localstorage/storagetracker/storage-tracker-5-delete-one.html
354 storage/domstorage/localstorage/storagetracker/storage-tracker-6-create.html
355 storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html
357 # WebKitTestRunner needs eventSender.contextClick()
358 # https://bugs.webkit.org/show_bug.cgi?id=86881
359 editing/selection/context-menu-text-selection.html
360 editing/selection/5354455-2.html
361 fast/events/context-nodrag.html
363 # WKTR does not support overriding WebKitUsesPageCachePreferenceKey.
364 # https://bugs.webkit.org/show_bug.cgi?id=114153
365 fast/harness/use-page-cache.html
367 # eventSender.dragMode is unimplemented in WKTR
368 # Mac: https://bugs.webkit.org/show_bug.cgi?id=68552
369 # Qt: https://bugs.webkit.org/show_bug.cgi?id=69946
370 fast/events/controlclick-no-onclick.html
371 fast/events/moving-text-should-fire-drop-and-dragend-events.html
372 fast/events/moving-text-should-fire-drop-and-dragend-events-2.html
373 editing/pasteboard/drag-drop-url-with-style.html
375 # WTR needs an implementation for eventSender.continuousMouseScrollBy
376 # https://bugs.webkit.org/show_bug.cgi?id=69417
377 fast/events/wheelevent-direction-inverted-from-device.html
379 # eventSender.clearKillRing() is unimplemented
380 editing/pasteboard/emacs-cntl-y-001.html
382 # This should only be a layer change.
383 # http://webkit.org/b/82129
384 fast/box-shadow/shadow-buffer-partial.html
385 fast/block/lineboxcontain/block-font.html
386 fast/block/lineboxcontain/block-glyphs.html
387 fast/block/lineboxcontain/font.html
389 # WTR needs an implementation of setAutomaticLinkDetectionEnabled.
390 # https://bugs.webkit.org/show_bug.cgi?id=87162
391 editing/inserting/smart-link-when-caret-is-moved-before-URL.html
392 editing/inserting/typing-space-to-trigger-smart-link.html
394 # No CORS support for media elements is implemented yet.
395 http/tests/security/video-cross-origin-readback.html
397 # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled
398 # https://bugs.webkit.org/show_bug.cgi?id=85558
399 http/tests/security/contentSecurityPolicy/1.1
401 # X-Content-Type-Options (ENABLE_NOSNIFF) is not enabled.
402 http/tests/security/contentTypeOptions
404 # Unexpected redirection happens.
405 http/tests/loading/redirect-methods.html
407 # Should pass now on ports other than EFL and GTK.
408 # But it needs to be checked first.
409 http/tests/loading/bad-scheme-subframe.html
411 # Some elements are skipped when focus is moved.
412 fast/spatial-navigation/snav-container-white-space.html
413 fast/spatial-navigation/snav-div-overflow-scrol-hidden.html
414 fast/spatial-navigation/snav-fully-aligned-horizontally.html
415 fast/spatial-navigation/snav-fully-aligned-vertically.html
416 fast/spatial-navigation/snav-iframe-no-scrollable-content.html
417 fast/spatial-navigation/snav-imagemap-overlapped-areas.html
419 # https://bugs.webkit.org/show_bug.cgi?id=115203
420 # Downloaded file name tests fail because of incorrect custom policy delegate implementation
421 http/tests/download/default-encoding.html
422 http/tests/download/inherited-encoding-form-submission-result.html
423 http/tests/download/inherited-encoding.html
425 # WebFrameLoaderClient::canHandleRequest() has to be implemented.
426 http/tests/misc/redirect-to-external-url.html
428 # testRunner.queueLoad should consider given target.
429 fast/frames/frame-navigation.html
430 http/tests/navigation/anchor-subframeload.html
431 http/tests/navigation/error404-subframeload.html
432 http/tests/navigation/javascriptlink-subframeload.html
433 http/tests/navigation/metaredirect-subframeload.html
434 http/tests/navigation/redirect302-subframeload.html
435 http/tests/navigation/response204.html
436 http/tests/navigation/success200-subframeload.html
437 http/tests/navigation/timerredirect-subframeload.html
439 # Unexpected output from scrolling. Might be EFL port specific issue.
440 http/tests/navigation/relativeanchor-frames.html
442 ### END OF (2) Classified failures without bug reports (yet)
443 ########################################
446 ########################################
447 ### START OF (3) Unclassified failures
449 # Uncategorized editing failures
450 editing/execCommand/find-after-replace.html
451 editing/inserting/break-blockquote-after-delete.html
452 editing/inserting/insert-3786362-fix.html
453 editing/inserting/insert-3907422-fix.html
454 editing/style/non-inheritable-styles.html
455 editing/style/smoosh-styles-001.html
456 editing/style/smoosh-styles-003.html
457 editing/style/style-boundary-005.html
459 # Unexplained failures that were formerly in the setCanOpenWindows or setCloseRemainingWindowsWhenComplete lists.
460 fast/dom/Window/new-window-opener.html
461 http/tests/misc/set-window-opener-to-null.html
462 http/tests/misc/window-open-then-write.html
463 http/tests/navigation/target-frame-from-window.html
464 http/tests/security/aboutBlank/xss-DENIED-navigate-opener-document-write.html
465 http/tests/security/aboutBlank/xss-DENIED-navigate-opener-javascript-url.html
466 http/tests/security/aboutBlank/xss-DENIED-set-opener.html
467 http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-window-open.html
468 http/tests/security/dataURL/xss-DENIED-from-javascript-url-window-open.html
469 http/tests/security/dataURL/xss-DENIED-to-data-url-in-foreign-domain-window-open.html
470 http/tests/security/dataURL/xss-DENIED-to-data-url-window-open.html
471 http/tests/security/frameNavigation/xss-DENIED-plugin-navigation.html
472 http/tests/security/frameNavigation/xss-DENIED-targeted-link-navigation.html
473 http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-url-window-open.html
474 http/tests/security/javascriptURL/xss-DENIED-from-javascript-url-in-foreign-domain-window-open.html
475 http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-window-open.html
476 http/tests/security/popup-blocked-from-fake-event.html
477 http/tests/security/popup-blocked-from-window-open.html
479 # Unexplained failures that were formerly in the "unsafe access" list.
480 http/tests/security/cross-frame-access-enumeration.html
481 http/tests/security/cross-frame-access-get-custom-property-cached.html
482 http/tests/security/cross-frame-access-get.html
483 http/tests/security/cross-frame-access-getOwnPropertyDescriptor.html
484 http/tests/security/cross-frame-access-history-get.html
485 http/tests/security/cross-frame-access-location-get.html
486 http/tests/security/cross-frame-access-protocol-explicit-domain.html
487 http/tests/security/cross-frame-access-protocol.html
490 fast/workers/storage/interrupt-database.html
491 fast/workers/storage/use-same-database-in-page-and-workers.html
492 http/tests/cache/subresource-expiration-1.html
493 http/tests/cache/subresource-expiration-2.html
495 # Unexplained failures
496 fast/frames/sandboxed-iframe-plugins.html
497 fast/frames/sandboxed-iframe-storage.html
498 fast/overflow/overflow_hidden.html
499 media/controls-after-reload.html
500 media/controls-styling.html
501 platform/mac/fast/loader/non-html-load-event.html
502 plugins/embed-attributes-style.html
503 plugins/plugin-initiate-popup-window.html
504 storage/websql/open-database-while-transaction-in-progress.html
505 svg/hixie/cascade/002.xml
506 tables/mozilla_expected_failures/bugs/bug8499.html
507 transitions/font-family-during-transition.html
510 # [WK2] http/tests/navigation/anchor-frames-cross-origin.html fails.
511 # https://bugs.webkit.org/show_bug.cgi?id=83581
512 http/tests/navigation/anchor-frames-cross-origin.html
514 # [WK2] http/tests/navigation/anchor-frames-same-origin.html fails.
515 # https://bugs.webkit.org/show_bug.cgi?id=84227
516 http/tests/navigation/anchor-frames-same-origin.html
518 # Unexplained plugin failures
519 platform/mac/plugins/testplugin-onnew-onpaint.html
521 # Unexplained plugin failures that were formerly in the NPRuntime support for out-of-process plug-ins
523 plugins/netscape-plugin-setwindow-size.html
524 plugins/npruntime/plugin-scriptable-object-invoke-default.html
525 plugins/pass-different-npp-struct.html
526 plugins/reentrant-update-widget-positions.html
527 plugins/set-status.html
529 # Unexplained plugin timeouts
530 # https://bugs.webkit.org/show_bug.cgi?id=81392
531 plugins/crash-restoring-plugin-page-from-page-cache.html
532 plugins/netscape-plugin-page-cache-works.html
534 # Causes subsequent plugin tests to fail, time out or crash
535 plugins/destroy-on-setwindow.html
537 # Sporadically fails in WebKit2 for unknown reasons.
538 fast/forms/input-align.html
540 # WebProcess sometimes terminates when running these tests
541 fast/forms/form-associated-element-crash.html
543 # New history tests added in r76205 fail on WebKit2 (perhaps the change
544 # as coded doesn't affect both processes for WebKit2)
545 fast/history/history-replace-updates-current-item.html
546 http/tests/navigation/redirect-on-back-updates-history-item.html
547 http/tests/navigation/redirect-on-reload-updates-history-item.html
549 # Newly added test fails in WebKit2 for mysterious reasons
550 userscripts/window-onerror-for-isolated-world-1.html
551 userscripts/window-onerror-for-isolated-world-2.html
553 # These transition tests are flaky, sometimes it seems like the transition timing
554 # is off when the test completes
555 transitions/color-transition-all.html
556 transitions/min-max-width-height-transitions.html
557 transitions/text-indent-transition.html
559 # This tests causes the next test to crash the WebProcess (probably a reset timeout)
560 fast/forms/form-associated-element-crash2.html
562 # These storage tests fail in WebKit2 on the bot, but not running locally
563 fast/workers/storage/executesql-accepts-only-one-statement-sync.html
564 fast/workers/storage/change-version-handle-reuse-sync.html
565 fast/workers/storage/multiple-databases-garbage-collection.html
566 fast/workers/storage/open-database-creation-callback-sync.html
567 fast/workers/storage/open-database-inputs-sync.html
568 fast/workers/storage/sql-exception-codes-sync.html
569 storage/websql/multiple-databases-garbage-collection.html
571 # Crashes the WebProcess
572 editing/pasteboard/copy-standalone-image.html
574 # Mysterious failure after enabling paste tests
575 platform/mac/editing/pasteboard/text-precomposed.html
577 # An empty layer is missing.
578 platform/mac/fast/forms/input-appearance-spinbutton-up.html
580 # [WK2] http/tests/security/local-image-from-remote-whitelisted.html crashes
581 # https://bugs.webkit.org/show_bug.cgi?id=73435
582 http/tests/security/local-image-from-remote-whitelisted.html
584 # [WK2] fast/forms/input-search-press-escape-key.html crashes
585 # https://bugs.webkit.org/show_bug.cgi?id=87168
586 fast/forms/input-search-press-escape-key.html
588 # Editing input tests that time out unexpectedly.
589 # https://bugs.webkit.org/show_bug.cgi?id=81547
590 editing/input/reveal-edit-on-input-vertically.html
591 editing/input/reveal-contenteditable-on-input-vertically.html
593 # Times out unexpectedly.
594 # https://bugs.webkit.org/show_bug.cgi?id=81609
595 fast/loader/window-properties-restored-from-page-cache.html
597 # Flakey on Lion WK2 debug.
598 # https://bugs.webkit.org/show_bug.cgi?id=81616
599 fast/harness/page-cache-crash-on-data-urls.html
601 # Wrong logging order
602 fast/loader/file-protocol-fragment.html
603 http/tests/loading/pdf-commit-load-callbacks.html
605 # Times out unexpectedly.
606 http/tests/security/feed-urls-from-remote.html
608 ### END OF (3) Unclassified failures
609 ########################################
611 ########################################
612 ### START OF (4) Features that are not supported in WebKit2 and likely never will be
614 # WebKitTestRunner doesn't have appleScriptController
615 platform/mac/fast/AppleScript/001.html
616 platform/mac/fast/AppleScript/array.html
617 platform/mac/fast/AppleScript/date.html
619 # WebKitTestRunner doesn't have objCController
620 platform/mac/fast/dom/objc-wrapper-identity.html
621 platform/mac/fast/dom/wrapper-classes-objc.html
622 platform/mac/fast/dom/wrapper-round-tripping.html
623 platform/mac/fast/objc/dom-html-select-activate.html
624 platform/mac/fast/objc/dom-html-select-live-pseudo-selectors.html
625 platform/mac/fast/objc/longlongTest.html
626 platform/mac/fast/objc/webScriptObject-hasWebScriptKey.html
627 platform/mac/plugins/bindings-array-apply-crash.html
628 platform/mac/plugins/bindings-objc-long-method-name.html
629 platform/mac/plugins/bindings-objc-method-name-conversion.html
630 platform/mac/plugins/bindings-test-objc.html
631 platform/mac/plugins/call-as-function-test.html
632 platform/mac/plugins/root-object-premature-delete-crash.html
633 platform/mac/plugins/undefined-property-crash.html
634 platform/mac/plugins/webScriptObject-exception-deadlock.html
636 # WebKitTestRunner doesn't have objCPlugin
637 platform/mac/editing/pasteboard/5583362.html
638 platform/mac/plugins/jsobjc-dom-wrappers.html
639 platform/mac/plugins/jsobjc-simple.html
640 platform/mac/plugins/throw-on-dealloc.html
642 # WebKitTestRunner doesn't have objCPlugin
643 # (but these tests sound like things we may want to test another way)
644 editing/pasteboard/paste-RTFD.html
645 editing/pasteboard/paste-TIFF.html
647 # WebKitTestRunner doesn't have eventSender.enableDOMUIEventLogging
648 platform/mac/fast/events/objc-event-api.html
650 # WebKitTestRunner needs an implementation of eventSender.beginDragWithFiles
651 # https://bugs.webkit.org/show_bug.cgi?id=64285
652 editing/pasteboard/file-drag-to-editable.html
653 editing/pasteboard/file-input-files-access.html
654 fast/dom/Window/window-postmessage-clone-frames.html
655 fast/events/drag-file-crash.html
656 fast/events/drag-to-navigate.html
657 fast/events/drop-handler-should-not-stop-navigate.html
658 fast/events/drop-with-file-paths.html
659 fast/events/dropzone-004.html
660 fast/events/file-input-hidden-in-ondrop.html
661 fast/events/input-element-display-none-in-dragleave-crash.html
662 fast/events/prevent-drag-to-navigate.html
663 fast/files/apply-blob-url-to-img.html
664 fast/files/apply-blob-url-to-xhr.html
665 fast/files/file-list-test.html
666 fast/files/file-reader-abort.html
667 fast/files/file-reader-directory-crash.html
668 fast/files/file-reader-event-listener.html
669 fast/files/null-origin-string.html
670 fast/files/read-blob-async.html
671 fast/files/read-file-async.html
672 fast/files/workers/worker-apply-blob-url-to-xhr.html
673 fast/files/workers/worker-read-blob-async.html
674 fast/files/workers/worker-read-blob-sync.html
675 fast/files/workers/worker-read-file-async.html
676 fast/files/workers/worker-read-file-sync.html
677 fast/forms/file/file-input-change-event.html
678 fast/forms/file/file-input-reset.html
679 fast/forms/file/get-file-upload.html
680 fast/forms/file/input-file-re-render.html
681 fast/forms/file/recover-file-input-in-unposted-form.html
682 fast/forms/file/selected-files-from-history-state.html
683 fast/workers/worker-copy-shared-blob-url.html
684 http/tests/local/fileapi/file-last-modified-after-delete.html
685 http/tests/local/fileapi/file-last-modified.html
686 http/tests/local/fileapi/send-dragged-file.html
687 http/tests/local/formdata/form-data-with-unknown-file-extension.html
688 http/tests/local/formdata/send-form-data-constructed-from-form.html
689 http/tests/local/formdata/send-form-data-with-filename.html
690 http/tests/local/formdata/send-form-data-with-sliced-file.html
691 http/tests/local/formdata/send-form-data.html
692 http/tests/local/formdata/send-form-data-with-empty-file-filename.html
693 http/tests/local/formdata/upload-events.html
694 http/tests/security/clipboard/clipboard-file-access.html
695 media/video-src-blob.html
696 storage/indexeddb/noblobs.html
697 storage/indexeddb/structured-clone.html
699 # WebKitTestRunner doesn't have eventSender.fireKeyboardEventsToElement
700 platform/mac/fast/events/objc-keyboard-event-creation.html
702 # WebKit2 does not (should not?) support setting WebKitUsePreHTML5ParserQuirks
703 # in its WebPreferences implementation.
704 fast/parser/pre-html5-parser-quirks.html
706 # [WK2] New fast/events/drag-display-none-element.html fails
707 # https://bugs.webkit.org/show_bug.cgi?id=90177
708 fast/events/drag-display-none-element.html
710 # Skip tests in fast/text/shaping
713 ### END OF (4) Features that are not supported in WebKit2 and likely never will be
714 ########################################
717 ###### This file has four sections. When adding new tests, make sure to
718 ###### add to the right section:
720 ### (1) Classified failures with bug reports
721 ### (2) Classified failures without bug reports (yet)
722 ### (3) Unclassified failures
723 ### (4) Features that are not supported in WebKit2 and likely never will be
727 ### END OF ENTRIES MERGED IN FROM THE OLD SKIPPED FILE