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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
818 fast/sub-pixel/inline-block-with-margin.html | 818 fast/sub-pixel/inline-block-with-margin.html |
819 fast/sub-pixel/inline-block-with-padding.html | 819 fast/sub-pixel/inline-block-with-padding.html |
820 fast/sub-pixel/large-sizes.html | 820 fast/sub-pixel/large-sizes.html |
821 fast/sub-pixel/layout-boxes-with-zoom.html | 821 fast/sub-pixel/layout-boxes-with-zoom.html |
822 fast/sub-pixel/position-right-aligns-with-container.html | 822 fast/sub-pixel/position-right-aligns-with-container.html |
823 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 823 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
824 fast/sub-pixel/size-of-box-with-zoom.html | 824 fast/sub-pixel/size-of-box-with-zoom.html |
825 fast/sub-pixel/table-rows-no-gaps.html | 825 fast/sub-pixel/table-rows-no-gaps.html |
826 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 826 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
827 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 827 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 828 fast/sub-pixel/snap-negative-location.html |
828 | 829 |
829 # No CORS support for media elements is implemented yet. | 830 # No CORS support for media elements is implemented yet. |
830 http/tests/security/video-cross-origin-readback.html | 831 http/tests/security/video-cross-origin-readback.html |
831 | 832 |
832 # media/audio-repaint.html sometimes fails on Lion Debug (Tests) | 833 # media/audio-repaint.html sometimes fails on Lion Debug (Tests) |
833 # https://bugs.webkit.org/show_bug.cgi?id=84357 | 834 # https://bugs.webkit.org/show_bug.cgi?id=84357 |
834 media/audio-repaint.html | 835 media/audio-repaint.html |
835 | 836 |
836 # Requires ENABLE(MEDIA_CAPTURE) | 837 # Requires ENABLE(MEDIA_CAPTURE) |
837 fast/forms/file/file-input-capture.html | 838 fast/forms/file/file-input-capture.html |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1086 | 1087 |
1087 # WebKit1 OOP plug-ins: Exceptions aren't thrown on invoke failure. | 1088 # WebKit1 OOP plug-ins: Exceptions aren't thrown on invoke failure. |
1088 plugins/npruntime/invoke-failure.html | 1089 plugins/npruntime/invoke-failure.html |
1089 | 1090 |
1090 # https://bugs.webkit.org/show_bug.cgi?id=93589 | 1091 # https://bugs.webkit.org/show_bug.cgi?id=93589 |
1091 # Very flaky, often failing on retry, too. | 1092 # Very flaky, often failing on retry, too. |
1092 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.s
vg | 1093 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.s
vg |
1093 | 1094 |
1094 # Unknown failures. | 1095 # Unknown failures. |
1095 http/tests/multipart/invalid-image-data-standalone.html | 1096 http/tests/multipart/invalid-image-data-standalone.html |
OLD | NEW |