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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
943 fast/sub-pixel/inline-block-with-margin.html | 943 fast/sub-pixel/inline-block-with-margin.html |
944 fast/sub-pixel/inline-block-with-padding.html | 944 fast/sub-pixel/inline-block-with-padding.html |
945 fast/sub-pixel/large-sizes.html | 945 fast/sub-pixel/large-sizes.html |
946 fast/sub-pixel/layout-boxes-with-zoom.html | 946 fast/sub-pixel/layout-boxes-with-zoom.html |
947 fast/sub-pixel/position-right-aligns-with-container.html | 947 fast/sub-pixel/position-right-aligns-with-container.html |
948 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 948 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
949 fast/sub-pixel/size-of-box-with-zoom.html | 949 fast/sub-pixel/size-of-box-with-zoom.html |
950 fast/sub-pixel/table-rows-no-gaps.html | 950 fast/sub-pixel/table-rows-no-gaps.html |
951 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 951 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
952 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 952 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 953 fast/sub-pixel/snap-negative-location.html |
953 | 954 |
954 # HiDPI tests require test infrastructure enhancements | 955 # HiDPI tests require test infrastructure enhancements |
955 fast/hidpi | 956 fast/hidpi |
956 | 957 |
957 # WebKitTestRunner needs to allow self-signed certificates for localhost. | 958 # WebKitTestRunner needs to allow self-signed certificates for localhost. |
958 http/tests/ssl | 959 http/tests/ssl |
959 | 960 |
960 # Flakey on both Snow Leopard and Windows 7 | 961 # Flakey on both Snow Leopard and Windows 7 |
961 # https://bugs.webkit.org/show_bug.cgi?id=58337 | 962 # https://bugs.webkit.org/show_bug.cgi?id=58337 |
962 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html | 963 fast/dom/StyleSheet/detached-stylesheet-without-wrapper.html |
OLD | NEW |