| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2008 Apple Inc. All rights reserved. | 2 # Copyright (C) 2008 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 fast/dom/HTMLLinkElement/prefetch-onload.html | 184 fast/dom/HTMLLinkElement/prefetch-onload.html |
| 185 fast/dom/HTMLLinkElement/prefetch-too-many-clients.html | 185 fast/dom/HTMLLinkElement/prefetch-too-many-clients.html |
| 186 fast/dom/HTMLLinkElement/prerender.html | 186 fast/dom/HTMLLinkElement/prerender.html |
| 187 fast/dom/HTMLLinkElement/subresource.html | 187 fast/dom/HTMLLinkElement/subresource.html |
| 188 http/tests/misc/link-rel-prefetch-and-subresource.html | 188 http/tests/misc/link-rel-prefetch-and-subresource.html |
| 189 http/tests/misc/prefetch-purpose.html | 189 http/tests/misc/prefetch-purpose.html |
| 190 | 190 |
| 191 # Filenames aren't filtered out from edit drags yet, see https://bugs.wekit.org/
show_bug.cgi?id=38826 | 191 # Filenames aren't filtered out from edit drags yet, see https://bugs.wekit.org/
show_bug.cgi?id=38826 |
| 192 editing/pasteboard/file-drag-to-editable.html | 192 editing/pasteboard/file-drag-to-editable.html |
| 193 | 193 |
| 194 # EventSender::dumpFilenameBeingDragged not implemented. |
| 195 # https://bugs.webkit.org/show_bug.cgi?id=61827 |
| 196 fast/events/drag-image-filename.html |
| 197 |
| 194 # Hits an assert in FrameLoader.cpp. https://bugs.webkit.org/show_bug.cgi?id=313
87 | 198 # Hits an assert in FrameLoader.cpp. https://bugs.webkit.org/show_bug.cgi?id=313
87 |
| 195 http/tests/multipart/policy-ignore-crash.php | 199 http/tests/multipart/policy-ignore-crash.php |
| 196 | 200 |
| 197 # Color input is not yet enabled. | 201 # Color input is not yet enabled. |
| 198 fast/forms/color | 202 fast/forms/color |
| 199 | 203 |
| 200 # Speech input is not yet enabled. | 204 # Speech input is not yet enabled. |
| 201 fast/speech | 205 fast/speech |
| 202 | 206 |
| 203 # Media Stream API is not yet enabled. | 207 # Media Stream API is not yet enabled. |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 # Fails after r87328: | 367 # Fails after r87328: |
| 364 # https://bugs.webkit.org/show_bug.cgi?id=61487 | 368 # https://bugs.webkit.org/show_bug.cgi?id=61487 |
| 365 http/tests/media/video-cross-site.html | 369 http/tests/media/video-cross-site.html |
| 366 | 370 |
| 367 # Flaky test | 371 # Flaky test |
| 368 # https://bugs.webkit.org/show_bug.cgi?id=61757 | 372 # https://bugs.webkit.org/show_bug.cgi?id=61757 |
| 369 svg/zoom/page/zoom-svg-through-object-with-text.xhtml | 373 svg/zoom/page/zoom-svg-through-object-with-text.xhtml |
| 370 | 374 |
| 371 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 375 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
| 372 http/tests/security/isolatedWorld/cross-origin-xhr.html | 376 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| OLD | NEW |