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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 # https://bugs.webkit.org/show_bug.cgi?id=56691 | 332 # https://bugs.webkit.org/show_bug.cgi?id=56691 |
333 http/tests/inspector/network/network-size-chunked.html | 333 http/tests/inspector/network/network-size-chunked.html |
334 http/tests/inspector/network/network-size-sync.html | 334 http/tests/inspector/network/network-size-sync.html |
335 | 335 |
336 # https://bugs.webkit.org/show_bug.cgi?id=58515 | 336 # https://bugs.webkit.org/show_bug.cgi?id=58515 |
337 compositing/overflow/clip-content-under-overflow-controls.html | 337 compositing/overflow/clip-content-under-overflow-controls.html |
338 | 338 |
339 # Quota API is not supported. | 339 # Quota API is not supported. |
340 storage/storageinfo-query-usage.html | 340 storage/storageinfo-query-usage.html |
341 storage/storageinfo-request-quota.html | 341 storage/storageinfo-request-quota.html |
| 342 storage/storageinfo-no-callbacks.html |
342 | 343 |
343 # Expose title direction in WebKit API | 344 # Expose title direction in WebKit API |
344 # https://bugs.webkit.org/show_bug.cgi?id=58845 | 345 # https://bugs.webkit.org/show_bug.cgi?id=58845 |
345 fast/dom/title-directionality.html | 346 fast/dom/title-directionality.html |
346 | 347 |
347 # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. | 348 # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. |
348 # https://bugs.webkit.org/show_bug.cgi?id=58924 | 349 # https://bugs.webkit.org/show_bug.cgi?id=58924 |
349 plugins/mouse-click-iframe-to-plugin.html | 350 plugins/mouse-click-iframe-to-plugin.html |
350 | 351 |
351 # Animation API is disabled by default | 352 # Animation API is disabled by default |
(...skipping 15 matching lines...) Expand all Loading... |
367 # Fails after r87328: | 368 # Fails after r87328: |
368 # https://bugs.webkit.org/show_bug.cgi?id=61487 | 369 # https://bugs.webkit.org/show_bug.cgi?id=61487 |
369 http/tests/media/video-cross-site.html | 370 http/tests/media/video-cross-site.html |
370 | 371 |
371 # Flaky test | 372 # Flaky test |
372 # https://bugs.webkit.org/show_bug.cgi?id=61757 | 373 # https://bugs.webkit.org/show_bug.cgi?id=61757 |
373 svg/zoom/page/zoom-svg-through-object-with-text.xhtml | 374 svg/zoom/page/zoom-svg-through-object-with-text.xhtml |
374 | 375 |
375 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 376 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
376 http/tests/security/isolatedWorld/cross-origin-xhr.html | 377 http/tests/security/isolatedWorld/cross-origin-xhr.html |
OLD | NEW |