OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1263 fast/dom/Element/scale-page-client-rects.html | 1263 fast/dom/Element/scale-page-client-rects.html |
1264 fast/dom/Range/scale-page-bounding-client-rect.html | 1264 fast/dom/Range/scale-page-bounding-client-rect.html |
1265 fast/dom/Range/scale-page-client-rects.html | 1265 fast/dom/Range/scale-page-client-rects.html |
1266 fast/repaint/scale-page-shrink.html | 1266 fast/repaint/scale-page-shrink.html |
1267 fast/transforms/selection-bounds-in-transformed-view.html | 1267 fast/transforms/selection-bounds-in-transformed-view.html |
1268 fast/events/scroll-in-scaled-page-with-overflow-hidden.html | 1268 fast/events/scroll-in-scaled-page-with-overflow-hidden.html |
1269 | 1269 |
1270 # Quota API is not supported. | 1270 # Quota API is not supported. |
1271 storage/storageinfo-query-usage.html | 1271 storage/storageinfo-query-usage.html |
1272 storage/storageinfo-request-quota.html | 1272 storage/storageinfo-request-quota.html |
| 1273 storage/storageinfo-no-callbacks.html |
1273 | 1274 |
1274 # Expose title direction in WebKit API | 1275 # Expose title direction in WebKit API |
1275 # https://bugs.webkit.org/show_bug.cgi?id=58845 | 1276 # https://bugs.webkit.org/show_bug.cgi?id=58845 |
1276 fast/dom/title-directionality.html | 1277 fast/dom/title-directionality.html |
1277 | 1278 |
1278 # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. | 1279 # Timing out for unknown reasons. Passes on Chromium, QT and GTK+. |
1279 # https://bugs.webkit.org/show_bug.cgi?id=58924 | 1280 # https://bugs.webkit.org/show_bug.cgi?id=58924 |
1280 plugins/mouse-click-iframe-to-plugin.html | 1281 plugins/mouse-click-iframe-to-plugin.html |
1281 | 1282 |
1282 # https://bugs.webkit.org/show_bug.cgi?id=59062 | 1283 # https://bugs.webkit.org/show_bug.cgi?id=59062 |
(...skipping 27 matching lines...) Expand all Loading... |
1310 fast/events/page-visibility-iframe-delete-test.html | 1311 fast/events/page-visibility-iframe-delete-test.html |
1311 fast/events/page-visibility-iframe-move-test.html | 1312 fast/events/page-visibility-iframe-move-test.html |
1312 fast/events/page-visibility-iframe-propagation-test.html | 1313 fast/events/page-visibility-iframe-propagation-test.html |
1313 fast/events/page-visibility-transition-test.html | 1314 fast/events/page-visibility-transition-test.html |
1314 | 1315 |
1315 # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack. | 1316 # Unskip after implementing LayoutTestController::setDefersLoading and ::goBack. |
1316 loader/navigation-while-deferring-loads.html | 1317 loader/navigation-while-deferring-loads.html |
1317 | 1318 |
1318 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 1319 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
1319 http/tests/security/isolatedWorld/cross-origin-xhr.html | 1320 http/tests/security/isolatedWorld/cross-origin-xhr.html |
OLD | NEW |