| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2010 Apple Inc. All rights reserved. | 2 # Copyright (C) 2010 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 1641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1652 | 1652 |
| 1653 # WebKit2 needs to support authentication | 1653 # WebKit2 needs to support authentication |
| 1654 http/tests/security/credentials-in-referer.html | 1654 http/tests/security/credentials-in-referer.html |
| 1655 http/tests/xmlhttprequest/basic-auth.html | 1655 http/tests/xmlhttprequest/basic-auth.html |
| 1656 http/tests/xmlhttprequest/basic-auth-default.html | 1656 http/tests/xmlhttprequest/basic-auth-default.html |
| 1657 http/tests/xmlhttprequest/re-login-async.html | 1657 http/tests/xmlhttprequest/re-login-async.html |
| 1658 | 1658 |
| 1659 # WebKit2 needs showModalDialog | 1659 # WebKit2 needs showModalDialog |
| 1660 fast/events/scroll-event-during-modal-dialog.html | 1660 fast/events/scroll-event-during-modal-dialog.html |
| 1661 fast/harness/show-modal-dialog.html | 1661 fast/harness/show-modal-dialog.html |
| 1662 inspector/console/console-long-eval-crash.html |
| 1662 | 1663 |
| 1663 # WebKit2 needs fullscreen support | 1664 # WebKit2 needs fullscreen support |
| 1664 # https://bugs.webkit.org/show_bug.cgi?id=56318 | 1665 # https://bugs.webkit.org/show_bug.cgi?id=56318 |
| 1665 fullscreen/full-screen-css.html | 1666 fullscreen/full-screen-css.html |
| 1666 fullscreen/full-screen-iframe-allowed.html | 1667 fullscreen/full-screen-iframe-allowed.html |
| 1667 fullscreen/full-screen-iframe-not-allowed.html | 1668 fullscreen/full-screen-iframe-not-allowed.html |
| 1668 fullscreen/full-screen-remove-ancestor.html | 1669 fullscreen/full-screen-remove-ancestor.html |
| 1669 fullscreen/full-screen-remove.html | 1670 fullscreen/full-screen-remove.html |
| 1670 fullscreen/full-screen-request.html | 1671 fullscreen/full-screen-request.html |
| 1671 fullscreen/full-screen-twice.html | 1672 fullscreen/full-screen-twice.html |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2037 ######################################## | 2038 ######################################## |
| 2038 | 2039 |
| 2039 | 2040 |
| 2040 ###### This file has four sections. When adding new tests, make sure to | 2041 ###### This file has four sections. When adding new tests, make sure to |
| 2041 ###### add to the right section: | 2042 ###### add to the right section: |
| 2042 | 2043 |
| 2043 ### (1) Classified failures with bug reports | 2044 ### (1) Classified failures with bug reports |
| 2044 ### (2) Classified failures without bug reports (yet) | 2045 ### (2) Classified failures without bug reports (yet) |
| 2045 ### (3) Unclassified failures | 2046 ### (3) Unclassified failures |
| 2046 ### (4) Features that are not supported in WebKit2 and likely never will be | 2047 ### (4) Features that are not supported in WebKit2 and likely never will be |
| OLD | NEW |