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 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1739 fast/sub-pixel/inline-block-with-margin.html | 1739 fast/sub-pixel/inline-block-with-margin.html |
1740 fast/sub-pixel/inline-block-with-padding.html | 1740 fast/sub-pixel/inline-block-with-padding.html |
1741 fast/sub-pixel/large-sizes.html | 1741 fast/sub-pixel/large-sizes.html |
1742 fast/sub-pixel/layout-boxes-with-zoom.html | 1742 fast/sub-pixel/layout-boxes-with-zoom.html |
1743 fast/sub-pixel/position-right-aligns-with-container.html | 1743 fast/sub-pixel/position-right-aligns-with-container.html |
1744 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 1744 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
1745 fast/sub-pixel/size-of-box-with-zoom.html | 1745 fast/sub-pixel/size-of-box-with-zoom.html |
1746 fast/sub-pixel/table-rows-no-gaps.html | 1746 fast/sub-pixel/table-rows-no-gaps.html |
1747 fast/sub-pixel/sub-pixel-accumulates-to-layers.html | 1747 fast/sub-pixel/sub-pixel-accumulates-to-layers.html |
1748 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html | 1748 fast/sub-pixel/selection/selection-rect-in-sub-pixel-table.html |
| 1749 fast/sub-pixel/snap-negative-location.html |
1749 | 1750 |
1750 # No CORS support for media elements is implemented yet. | 1751 # No CORS support for media elements is implemented yet. |
1751 http/tests/security/video-cross-origin-readback.html | 1752 http/tests/security/video-cross-origin-readback.html |
1752 | 1753 |
1753 # http://webkit.org/b/82886 | 1754 # http://webkit.org/b/82886 |
1754 inspector/styles/override-screen-size.html | 1755 inspector/styles/override-screen-size.html |
1755 | 1756 |
1756 # Interferes with the other requestAnimationFrame tests | 1757 # Interferes with the other requestAnimationFrame tests |
1757 # https://bugs.webkit.org/show_bug.cgi?id=85689 | 1758 # https://bugs.webkit.org/show_bug.cgi?id=85689 |
1758 fast/animation/request-animation-frame-disabled.html | 1759 fast/animation/request-animation-frame-disabled.html |
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2275 http/tests/navigation/post-goback1.html | 2276 http/tests/navigation/post-goback1.html |
2276 http/tests/security/cross-frame-access-call.html | 2277 http/tests/security/cross-frame-access-call.html |
2277 http/tests/security/cross-frame-access-get.html | 2278 http/tests/security/cross-frame-access-get.html |
2278 http/tests/security/sandboxed-iframe-modify-self.html | 2279 http/tests/security/sandboxed-iframe-modify-self.html |
2279 http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning.html | 2280 http/tests/security/contentSecurityPolicy/block-mixed-content-hides-warning.html |
2280 http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html | 2281 http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html |
2281 http/tests/security/xssAuditor/script-tag-with-callbacks.html | 2282 http/tests/security/xssAuditor/script-tag-with-callbacks.html |
2282 http/tests/security/xssAuditor/xss-filter-bypass-long-string.html | 2283 http/tests/security/xssAuditor/xss-filter-bypass-long-string.html |
2283 http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html | 2284 http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html |
2284 http/tests/xmlhttprequest/range-test.html | 2285 http/tests/xmlhttprequest/range-test.html |
OLD | NEW |