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 804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
815 fast/sub-pixel/block-with-margin-overflow.html | 815 fast/sub-pixel/block-with-margin-overflow.html |
816 fast/sub-pixel/client-rect-has-subpixel-precision.html | 816 fast/sub-pixel/client-rect-has-subpixel-precision.html |
817 fast/sub-pixel/client-width-height-snapping.html | 817 fast/sub-pixel/client-width-height-snapping.html |
818 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 818 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
819 fast/sub-pixel/float-containing-block-with-margin.html | 819 fast/sub-pixel/float-containing-block-with-margin.html |
820 fast/sub-pixel/float-with-right-margin-zoom.html | 820 fast/sub-pixel/float-with-right-margin-zoom.html |
821 fast/sub-pixel/float-wrap-with-subpixel-top.html | 821 fast/sub-pixel/float-wrap-with-subpixel-top.html |
822 fast/sub-pixel/inline-block-should-not-wrap.html | 822 fast/sub-pixel/inline-block-should-not-wrap.html |
823 fast/sub-pixel/inline-block-with-margin.html | 823 fast/sub-pixel/inline-block-with-margin.html |
824 fast/sub-pixel/inline-block-with-padding.html | 824 fast/sub-pixel/inline-block-with-padding.html |
| 825 fast/sub-pixel/large-sizes.html |
825 fast/sub-pixel/layout-boxes-with-zoom.html | 826 fast/sub-pixel/layout-boxes-with-zoom.html |
826 fast/sub-pixel/position-right-aligns-with-container.html | 827 fast/sub-pixel/position-right-aligns-with-container.html |
827 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 828 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
828 fast/sub-pixel/size-of-box-with-zoom.html | 829 fast/sub-pixel/size-of-box-with-zoom.html |
829 fast/sub-pixel/table-rows-no-gaps.html | 830 fast/sub-pixel/table-rows-no-gaps.html |
830 | 831 |
831 # No CORS support for media elements is implemented yet. | 832 # No CORS support for media elements is implemented yet. |
832 http/tests/security/video-cross-origin-readback.html | 833 http/tests/security/video-cross-origin-readback.html |
833 | 834 |
834 # media/audio-repaint.html sometimes fails on Lion Debug (Tests) | 835 # media/audio-repaint.html sometimes fails on Lion Debug (Tests) |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 | 954 |
954 # https://bugs.webkit.org/show_bug.cgi?id=90833 | 955 # https://bugs.webkit.org/show_bug.cgi?id=90833 |
955 fast/js/global-constructors.html | 956 fast/js/global-constructors.html |
956 | 957 |
957 # https://bugs.webkit.org/show_bug.cgi?id=91505 | 958 # https://bugs.webkit.org/show_bug.cgi?id=91505 |
958 platform/mac/plugins/root-object-premature-delete-crash.html | 959 platform/mac/plugins/root-object-premature-delete-crash.html |
959 | 960 |
960 # This test depends on subpixel layout. | 961 # This test depends on subpixel layout. |
961 # https://bugs.webkit.org/show_bug.cgi?id=92352 | 962 # https://bugs.webkit.org/show_bug.cgi?id=92352 |
962 css3/flexbox/flex-rounding.html | 963 css3/flexbox/flex-rounding.html |
OLD | NEW |