| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 # https://bugs.webkit.org/show_bug.cgi?id=56685 | 325 # https://bugs.webkit.org/show_bug.cgi?id=56685 |
| 326 webarchive/test-link-rel-icon.html | 326 webarchive/test-link-rel-icon.html |
| 327 | 327 |
| 328 # https://bugs.webkit.org/show_bug.cgi?id=56691 | 328 # https://bugs.webkit.org/show_bug.cgi?id=56691 |
| 329 http/tests/inspector/network/network-size-chunked.html | 329 http/tests/inspector/network/network-size-chunked.html |
| 330 http/tests/inspector/network/network-size-sync.html | 330 http/tests/inspector/network/network-size-sync.html |
| 331 | 331 |
| 332 # https://bugs.webkit.org/show_bug.cgi?id=64097 | 332 # https://bugs.webkit.org/show_bug.cgi?id=64097 |
| 333 http/tests/inspector/network/network-disable-cache-memory.html | 333 http/tests/inspector/network/network-disable-cache-memory.html |
| 334 http/tests/inspector/network/network-disable-cache-xhrs.html | 334 http/tests/inspector/network/network-disable-cache-xhrs.html |
| 335 http/tests/inspector/network/disabled-cache-crash.html |
| 335 | 336 |
| 336 # https://bugs.webkit.org/show_bug.cgi?id=58515 | 337 # https://bugs.webkit.org/show_bug.cgi?id=58515 |
| 337 compositing/overflow/clip-content-under-overflow-controls.html | 338 compositing/overflow/clip-content-under-overflow-controls.html |
| 338 | 339 |
| 339 # Quota API is not supported. | 340 # Quota API is not supported. |
| 340 storage/storageinfo-query-usage.html | 341 storage/storageinfo-query-usage.html |
| 341 storage/storageinfo-request-quota.html | 342 storage/storageinfo-request-quota.html |
| 342 storage/storageinfo-no-callbacks.html | 343 storage/storageinfo-no-callbacks.html |
| 343 | 344 |
| 344 # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). | 345 # Tests that require ENABLE(DOWNLOAD_ATTRIBUTE). |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 http/tests/security/isolatedWorld/cross-origin-xhr.html | 393 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| 393 | 394 |
| 394 # https://bugs.webkit.org/show_bug.cgi?id=63282 layerTreeAsText doesn't work for
iframes | 395 # https://bugs.webkit.org/show_bug.cgi?id=63282 layerTreeAsText doesn't work for
iframes |
| 395 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html | 396 compositing/rtl/rtl-iframe-absolute-overflow-scrolled.html |
| 396 compositing/rtl/rtl-iframe-absolute-overflow.html | 397 compositing/rtl/rtl-iframe-absolute-overflow.html |
| 397 compositing/rtl/rtl-iframe-absolute.html | 398 compositing/rtl/rtl-iframe-absolute.html |
| 398 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html | 399 compositing/rtl/rtl-iframe-fixed-overflow-scrolled.html |
| 399 compositing/rtl/rtl-iframe-fixed-overflow.html | 400 compositing/rtl/rtl-iframe-fixed-overflow.html |
| 400 compositing/rtl/rtl-iframe-fixed.html | 401 compositing/rtl/rtl-iframe-fixed.html |
| 401 compositing/rtl/rtl-iframe-relative.html | 402 compositing/rtl/rtl-iframe-relative.html |
| OLD | NEW |