| 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 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1508 http/tests/plugins/cross-frame-object-access.html | 1508 http/tests/plugins/cross-frame-object-access.html |
| 1509 http/tests/plugins/get-url.html | 1509 http/tests/plugins/get-url.html |
| 1510 http/tests/plugins/geturlnotify-from-npp-destroystream.html | 1510 http/tests/plugins/geturlnotify-from-npp-destroystream.html |
| 1511 http/tests/plugins/interrupted-get-url.html | 1511 http/tests/plugins/interrupted-get-url.html |
| 1512 http/tests/plugins/local-geturl-from-remote.html | 1512 http/tests/plugins/local-geturl-from-remote.html |
| 1513 http/tests/plugins/npapi-response-headers.html | 1513 http/tests/plugins/npapi-response-headers.html |
| 1514 plugins/get-url-with-iframe-target.html | 1514 plugins/get-url-with-iframe-target.html |
| 1515 plugins/netscape-plugin-setwindow-size.html | 1515 plugins/netscape-plugin-setwindow-size.html |
| 1516 plugins/nested-plugin-objects.html | 1516 plugins/nested-plugin-objects.html |
| 1517 plugins/pass-different-npp-struct.html | 1517 plugins/pass-different-npp-struct.html |
| 1518 plugins/plugin-remove-subframe.html | |
| 1519 plugins/reentrant-update-widget-positions.html | 1518 plugins/reentrant-update-widget-positions.html |
| 1520 plugins/reloadplugins-no-pages.html | 1519 plugins/reloadplugins-no-pages.html |
| 1521 plugins/return-negative-one-from-write.html | 1520 plugins/return-negative-one-from-write.html |
| 1522 plugins/set-status.html | 1521 plugins/set-status.html |
| 1523 plugins/update-widgets-crash.html | 1522 plugins/update-widgets-crash.html |
| 1524 plugins/window-open.html | 1523 plugins/window-open.html |
| 1525 plugins/npruntime/identifier-conversion.html | 1524 plugins/npruntime/identifier-conversion.html |
| 1526 plugins/npruntime/plugin-scriptable-object-invoke-default.html | 1525 plugins/npruntime/plugin-scriptable-object-invoke-default.html |
| 1527 | 1526 |
| 1528 # These tests crash the WebProcess when run under WebKitTestRunner. | 1527 # These tests crash the WebProcess when run under WebKitTestRunner. |
| (...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2124 ######################################## | 2123 ######################################## |
| 2125 | 2124 |
| 2126 | 2125 |
| 2127 ###### This file has four sections. When adding new tests, make sure to | 2126 ###### This file has four sections. When adding new tests, make sure to |
| 2128 ###### add to the right section: | 2127 ###### add to the right section: |
| 2129 | 2128 |
| 2130 ### (1) Classified failures with bug reports | 2129 ### (1) Classified failures with bug reports |
| 2131 ### (2) Classified failures without bug reports (yet) | 2130 ### (2) Classified failures without bug reports (yet) |
| 2132 ### (3) Unclassified failures | 2131 ### (3) Unclassified failures |
| 2133 ### (4) Features that are not supported in WebKit2 and likely never will be | 2132 ### (4) Features that are not supported in WebKit2 and likely never will be |
| OLD | NEW |