| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions | 5 # modification, are permitted provided that the following conditions |
| 6 # are met: | 6 # are met: |
| 7 # | 7 # |
| 8 # 1. Redistributions of source code must retain the above copyright | 8 # 1. Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # 2. Redistributions in binary form must reproduce the above copyright | 10 # 2. Redistributions in binary form must reproduce the above copyright |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 editing/execCommand/copy-without-selection.html | 119 editing/execCommand/copy-without-selection.html |
| 120 | 120 |
| 121 # Drag & Drop doesn't work correctly in DRT <rdar://5621244> | 121 # Drag & Drop doesn't work correctly in DRT <rdar://5621244> |
| 122 editing/pasteboard/drag-image-in-about-blank-frame.html | 122 editing/pasteboard/drag-image-in-about-blank-frame.html |
| 123 editing/pasteboard/drop-file-svg.html | 123 editing/pasteboard/drop-file-svg.html |
| 124 editing/pasteboard/get-data-text-plain-drop.html | 124 editing/pasteboard/get-data-text-plain-drop.html |
| 125 fast/events/drag-in-frames.html | 125 fast/events/drag-in-frames.html |
| 126 fast/events/standalone-image-drag-to-editable.html | 126 fast/events/standalone-image-drag-to-editable.html |
| 127 http/tests/security/drag-drop-same-unique-origin.html | 127 http/tests/security/drag-drop-same-unique-origin.html |
| 128 | 128 |
| 129 # EventSender::dumpFilenameBeingDragged not implemented. |
| 130 # https://bugs.webkit.org/show_bug.cgi?id=61829 |
| 131 fast/events/drag-image-filename.html |
| 132 |
| 129 # <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars | 133 # <rdar://problem/5643675> window.scrollTo scrolls a window with no scrollbars |
| 130 fast/events/attempt-scroll-with-no-scrollbars.html | 134 fast/events/attempt-scroll-with-no-scrollbars.html |
| 131 | 135 |
| 132 # Emacs bindings are used in LayoutTests which fail on boomer. <rdar://problem/5
137352> | 136 # Emacs bindings are used in LayoutTests which fail on boomer. <rdar://problem/5
137352> |
| 133 fast/events/keydown-1.html | 137 fast/events/keydown-1.html |
| 134 | 138 |
| 135 # No support for key event location in EventSender. | 139 # No support for key event location in EventSender. |
| 136 fast/events/keydown-numpad-keys.html | 140 fast/events/keydown-numpad-keys.html |
| 137 | 141 |
| 138 # The eqqivalent of option-tab doesn not exist in Boomer <rdar://problem/5137230
> | 142 # The eqqivalent of option-tab doesn not exist in Boomer <rdar://problem/5137230
> |
| (...skipping 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1306 fast/events/page-visibility-iframe-delete-test.html | 1310 fast/events/page-visibility-iframe-delete-test.html |
| 1307 fast/events/page-visibility-iframe-move-test.html | 1311 fast/events/page-visibility-iframe-move-test.html |
| 1308 fast/events/page-visibility-iframe-propagation-test.html | 1312 fast/events/page-visibility-iframe-propagation-test.html |
| 1309 fast/events/page-visibility-transition-test.html | 1313 fast/events/page-visibility-transition-test.html |
| 1310 | 1314 |
| 1311 # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack. | 1315 # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack. |
| 1312 loader/navigation-while-deferring-loads.html | 1316 loader/navigation-while-deferring-loads.html |
| 1313 | 1317 |
| 1314 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 1318 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
| 1315 http/tests/security/isolatedWorld/cross-origin-xhr.html | 1319 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| OLD | NEW |