blob: 8c83e9197a14cd75089b57b5862f5432975d4e8b [file] [log] [blame]
beidson@apple.com9bf525d2014-02-12 21:37:58 +00001# This file should contain entries for expectations that are specific
2# to the Apple Mac port running WebKit1 (DumpRenderTree)
3
4###### This file has two sections. When adding new tests, make sure to
5###### add to the right section:
6
7### (1) Failures with bug reports
8### (2) Failures without bug reports
9
10########################################
11### START OF (1) Failures with bug reports
12
13# Asserts in WebKit1-debug due to a preexisting issue with overflow rect computation
14webkit.org/b/118269 compositing/geometry/fixed-position-flipped-writing-mode.html
15
16webkit.org/b/124318 fullscreen/anonymous-block-merge-crash.html [ Pass Failure ]
17
ap@apple.coma8f9e6f2014-10-24 19:11:17 +000018# Before Yosemite, the test did not actually test compositing vs. non-compositing on WebKit1, so it passed accidentally.
19webkit.org/b/132421 fast/multicol/fixed-stack.html [ ImageOnlyFailure ]
20[ MountainLion Mavericks ] fast/multicol/fixed-stack.html [ Pass ]
21
beidson@apple.com9bf525d2014-02-12 21:37:58 +000022### END OF (1) Failures with bug reports
23########################################
24
25########################################
26### START OF (2) Failures without bug reports
27
beidson@apple.coma6d06bd2014-02-12 19:29:39 +000028# IndexedDB is not yet enabled in Mac WK1
timothy@apple.comf7f86552014-02-22 16:06:41 +000029inspector-protocol/indexeddb
beidson@apple.coma6d06bd2014-02-12 19:29:39 +000030storage/indexeddb
31http/tests/security/cross-origin-indexeddb-allowed.html
32http/tests/security/cross-origin-indexeddb.html
33http/tests/security/cross-origin-worker-indexeddb-allowed.html
34http/tests/security/cross-origin-worker-indexeddb.html
35http/tests/security/no-indexeddb-from-sandbox.html
ap@apple.com04b25502014-02-12 21:08:40 +000036crypto/subtle/rsa-indexeddb.html
ap@apple.com8d45c982014-08-25 16:25:14 +000037crypto/subtle/rsa-indexeddb-non-exportable.html
beidson@apple.com9bf525d2014-02-12 21:37:58 +000038
39# Fails with WebKit1 only.
40editing/secure-input/reset-state-on-navigation.html [ Failure ]
commit-queue@webkit.org9a498912014-05-12 09:20:13 +000041css3/blending/background-blend-mode-gif-color-2.html [ ImageOnlyFailure Pass ]
beidson@apple.com9bf525d2014-02-12 21:37:58 +000042
43# Plug-in blocking callback doesn't exist in WebKit1.
44plugins/unavailable-plugin-indicator-obscurity.html
45
46# Color input is not yet enabled on Mac WK1.
47fast/forms/color/input-color-onchange-event.html [ Skip ]
48
akling@apple.comfcbbfe12014-04-23 03:13:41 +000049# WK1 and WK2 mousemove events are subtly different in ways that break this test on WK1.
50fast/events/ghostly-mousemoves-in-subframe.html [ Skip ]
51
roger_fong@apple.comdf0649e2014-05-21 19:45:30 +000052# Disable snapshotting tests on WK1 only
53plugins/snapshotting
54
bdakin@apple.com044c2c12014-07-31 22:32:40 +000055# Mavericks and prior do not support contentInset
56[ MountainLion Mavericks ] platform/mac/fast/events/content-inset-hit-testing.html [ Skip ]
57[ MountainLion Mavericks ] platform/mac/fast/events/content-inset-hit-testing-in-frame.html [ Skip ]
bdakin@apple.comeddeae82014-08-01 20:46:28 +000058[ MountainLion Mavericks ] platform/mac/fast/scrolling/scroll-select-bottom-test.html [ Skip ]
bdakin@apple.com4b8fbdd2014-08-11 23:03:49 +000059[ MountainLion Mavericks ] platform/mac-wk1/fast/backgrounds/top-content-inset-fixed-attachment.html [ Skip ]
bdakin@apple.com044c2c12014-07-31 22:32:40 +000060
benjamin@webkit.org1f7ed752014-08-28 20:01:18 +000061# WK1 uses the native scrollview for scrolling by page.
62scrollbars/scrolling-backward-by-page-accounting-bottom-fixed-elements-on-keyboard-spacebar.html
63scrollbars/scrolling-backward-by-page-on-keyboard-spacebar.html
64scrollbars/scrolling-by-page-accounting-oversized-fixed-elements-on-keyboard-spacebar.html
65scrollbars/scrolling-by-page-accounting-top-fixed-elements-on-keyboard-spacebar.html
66scrollbars/scrolling-by-page-accounting-top-fixed-elements-with-negative-top-on-keyboard-spacebar.html
67scrollbars/scrolling-by-page-ignoring-hidden-fixed-elements-on-keyboard-spacebar.html
68scrollbars/scrolling-by-page-ignoring-transparent-fixed-elements-on-keyboard-spacebar.html
69scrollbars/scrolling-by-page-on-keyboard-spacebar.html
70
aestes@apple.comc1cbeec2014-10-10 23:15:40 +000071# Fails on WK1 only
72compositing/rtl/rtl-fixed-overflow-scrolled.html [ Failure ]
73
beidson@apple.com9bf525d2014-02-12 21:37:58 +000074### END OF (2) Failures without bug reports
75########################################