| OLD | NEW |
| 1 # Copied from mac-wk2/Skipped and removed Mac specific tests. | 1 # Copied from mac-wk2/Skipped and removed Mac specific tests. |
| 2 # | 2 # |
| 3 # Copyright (C) 2010 Apple Inc. All rights reserved. | 3 # Copyright (C) 2010 Apple Inc. All rights reserved. |
| 4 # | 4 # |
| 5 # Redistribution and use in source and binary forms, with or without | 5 # Redistribution and use in source and binary forms, with or without |
| 6 # modification, are permitted provided that the following conditions | 6 # modification, are permitted provided that the following conditions |
| 7 # are met: | 7 # are met: |
| 8 # | 8 # |
| 9 # 1. Redistributions of source code must retain the above copyright | 9 # 1. Redistributions of source code must retain the above copyright |
| 10 # notice, this list of conditions and the following disclaimer. | 10 # notice, this list of conditions and the following disclaimer. |
| (...skipping 1954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1965 # WebKit2 needs to support authentication | 1965 # WebKit2 needs to support authentication |
| 1966 http/tests/appcache/auth.html | 1966 http/tests/appcache/auth.html |
| 1967 http/tests/security/credentials-in-referer.html | 1967 http/tests/security/credentials-in-referer.html |
| 1968 http/tests/xmlhttprequest/basic-auth.html | 1968 http/tests/xmlhttprequest/basic-auth.html |
| 1969 http/tests/xmlhttprequest/basic-auth-default.html | 1969 http/tests/xmlhttprequest/basic-auth-default.html |
| 1970 http/tests/xmlhttprequest/logout.html | 1970 http/tests/xmlhttprequest/logout.html |
| 1971 http/tests/xmlhttprequest/re-login-async.html | 1971 http/tests/xmlhttprequest/re-login-async.html |
| 1972 | 1972 |
| 1973 # WebKit2 needs showModalDialog | 1973 # WebKit2 needs showModalDialog |
| 1974 fast/harness/show-modal-dialog.html | 1974 fast/harness/show-modal-dialog.html |
| 1975 inspector/console/console-long-eval-crash.html |
| 1975 | 1976 |
| 1976 # WebKit2 needs fullscreen support | 1977 # WebKit2 needs fullscreen support |
| 1977 fullscreen/full-screen-css.html | 1978 fullscreen/full-screen-css.html |
| 1978 fullscreen/full-screen-iframe-allowed.html | 1979 fullscreen/full-screen-iframe-allowed.html |
| 1979 fullscreen/full-screen-iframe-not-allowed.html | 1980 fullscreen/full-screen-iframe-not-allowed.html |
| 1980 fullscreen/full-screen-remove-ancestor.html | 1981 fullscreen/full-screen-remove-ancestor.html |
| 1981 fullscreen/full-screen-remove.html | 1982 fullscreen/full-screen-remove.html |
| 1982 fullscreen/full-screen-request.html | 1983 fullscreen/full-screen-request.html |
| 1983 fullscreen/full-screen-twice.html | 1984 fullscreen/full-screen-twice.html |
| 1984 | 1985 |
| (...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3382 # [Qt][WK2]http/tests/loading/preload-append-scan.php fails | 3383 # [Qt][WK2]http/tests/loading/preload-append-scan.php fails |
| 3383 # https://bugs.webkit.org/show_bug.cgi?id=58253 | 3384 # https://bugs.webkit.org/show_bug.cgi?id=58253 |
| 3384 http/tests/loading/preload-append-scan.php | 3385 http/tests/loading/preload-append-scan.php |
| 3385 | 3386 |
| 3386 # Misbehaving computedStyleIncludingVisitedInfo or keepWebHistory API in WebKitT
estRunner | 3387 # Misbehaving computedStyleIncludingVisitedInfo or keepWebHistory API in WebKitT
estRunner |
| 3387 # http://webkit.org/b/58334 | 3388 # http://webkit.org/b/58334 |
| 3388 fast/history/nested-visited-test.html | 3389 fast/history/nested-visited-test.html |
| 3389 fast/history/self-is-visited.html | 3390 fast/history/self-is-visited.html |
| 3390 fast/history/sibling-visited-test.html | 3391 fast/history/sibling-visited-test.html |
| 3391 fast/loader/stateobjects/state-url-sets-links-visited.html | 3392 fast/loader/stateobjects/state-url-sets-links-visited.html |
| OLD | NEW |