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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 http/tests/inspector/network/network-disable-cache-xhrs.html | 334 http/tests/inspector/network/network-disable-cache-xhrs.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 storage/storageinfo-no-callbacks.html |
343 | 343 |
| 344 # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| 345 fast/dom/HTMLAnchorElement/anchor-nodownload.html |
| 346 fast/dom/HTMLAnchorElement/anchor-download.html |
| 347 fast/dom/HTMLAnchorElement/anchor-nodownload-set.html |
| 348 fast/dom/HTMLAnchorElement/anchor-download-unset.html |
| 349 |
344 # Expose title direction in WebKit API | 350 # Expose title direction in WebKit API |
345 # https://bugs.webkit.org/show_bug.cgi?id=58845 | 351 # https://bugs.webkit.org/show_bug.cgi?id=58845 |
346 fast/dom/title-directionality.html | 352 fast/dom/title-directionality.html |
347 | 353 |
348 # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. | 354 # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. |
349 # https://bugs.webkit.org/show_bug.cgi?id=58924 | 355 # https://bugs.webkit.org/show_bug.cgi?id=58924 |
350 plugins/mouse-click-iframe-to-plugin.html | 356 plugins/mouse-click-iframe-to-plugin.html |
351 | 357 |
352 # Animation API is disabled by default | 358 # Animation API is disabled by default |
353 animations/animation-api-1.html | 359 animations/animation-api-1.html |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 http/tests/security/isolatedWorld/cross-origin-xhr.html | 392 http/tests/security/isolatedWorld/cross-origin-xhr.html |
387 | 393 |
388 # https://bugs.webkit.org/show_bug.cgi?id=63282 layerTreeAsText doesn't work for
iframes | 394 # https://bugs.webkit.org/show_bug.cgi?id=63282 layerTreeAsText doesn't work for
iframes |
389 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html | 395 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html |
390 compositing/rtl/rtl-iframe-absolute-overflow.html | 396 compositing/rtl/rtl-iframe-absolute-overflow.html |
391 compositing/rtl/rtl-iframe-absolute.html | 397 compositing/rtl/rtl-iframe-absolute.html |
392 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html | 398 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html |
393 compositing/rtl/rtl-iframe-fixed-overflow.html | 399 compositing/rtl/rtl-iframe-fixed-overflow.html |
394 compositing/rtl/rtl-iframe-fixed.html | 400 compositing/rtl/rtl-iframe-fixed.html |
395 compositing/rtl/rtl-iframe-relative.html | 401 compositing/rtl/rtl-iframe-relative.html |
OLD | NEW |