OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2011 Brent Fulgham <bfulgham@webkit.org>. All rights reserved. | 2 # Copyright (C) 2011 Brent Fulgham <bfulgham@webkit.org>. All rights reserved. |
3 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | 3 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. |
4 # | 4 # |
5 # Redistribution and use in source and binary forms, with or without | 5 # Redistribution and use in source and binary forms, with or without |
6 # modification, are permitted provided that the following conditions | 6 # modification, are permitted provided that the following conditions |
7 # are met: | 7 # are met: |
8 # | 8 # |
9 # 1. Redistributions of source code must retain the above copyright | 9 # 1. Redistributions of source code must retain the above copyright |
10 # notice, this list of conditions and the following disclaimer. | 10 # notice, this list of conditions and the following disclaimer. |
(...skipping 2107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2118 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 2118 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
2119 fast/sub-pixel/client-rect-has-subpixel-precision.html | 2119 fast/sub-pixel/client-rect-has-subpixel-precision.html |
2120 fast/sub-pixel/client-width-height-snapping.html | 2120 fast/sub-pixel/client-width-height-snapping.html |
2121 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 2121 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
2122 fast/sub-pixel/float-containing-block-with-margin.html | 2122 fast/sub-pixel/float-containing-block-with-margin.html |
2123 fast/sub-pixel/float-with-right-margin-zoom.html | 2123 fast/sub-pixel/float-with-right-margin-zoom.html |
2124 fast/sub-pixel/float-wrap-with-subpixel-top.html | 2124 fast/sub-pixel/float-wrap-with-subpixel-top.html |
2125 fast/sub-pixel/inline-block-should-not-wrap.html | 2125 fast/sub-pixel/inline-block-should-not-wrap.html |
2126 fast/sub-pixel/inline-block-with-margin.html | 2126 fast/sub-pixel/inline-block-with-margin.html |
2127 fast/sub-pixel/inline-block-with-padding.html | 2127 fast/sub-pixel/inline-block-with-padding.html |
| 2128 fast/sub-pixel/large-sizes.html |
2128 fast/sub-pixel/layout-boxes-with-zoom.html | 2129 fast/sub-pixel/layout-boxes-with-zoom.html |
2129 fast/sub-pixel/position-right-aligns-with-container.html | 2130 fast/sub-pixel/position-right-aligns-with-container.html |
2130 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 2131 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html |
2131 fast/sub-pixel/size-of-box-with-zoom.html | 2132 fast/sub-pixel/size-of-box-with-zoom.html |
2132 fast/sub-pixel/table-rows-no-gaps.html | 2133 fast/sub-pixel/table-rows-no-gaps.html |
2133 | 2134 |
2134 #Battery Status API is not implemented. | 2135 #Battery Status API is not implemented. |
2135 batterystatus | 2136 batterystatus |
2136 | 2137 |
2137 # Network Information API is not supported yet. http://webkit.org/b/73528 | 2138 # Network Information API is not supported yet. http://webkit.org/b/73528 |
(...skipping 11 matching lines...) Expand all Loading... |
2149 | 2150 |
2150 # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled | 2151 # Content Security Policy 1.1 (ENABLE_CSP_NEXT) is not enabled |
2151 # https://bugs.webkit.org/show_bug.cgi?id=85558 | 2152 # https://bugs.webkit.org/show_bug.cgi?id=85558 |
2152 http/tests/security/contentSecurityPolicy/1.1 | 2153 http/tests/security/contentSecurityPolicy/1.1 |
2153 | 2154 |
2154 # Skip tests in fast/text/shaping | 2155 # Skip tests in fast/text/shaping |
2155 fast/text/shaping | 2156 fast/text/shaping |
2156 | 2157 |
2157 # ENABLE(WIDGET_REGION) is disabled | 2158 # ENABLE(WIDGET_REGION) is disabled |
2158 fast/css/widget-region-parser.html | 2159 fast/css/widget-region-parser.html |
OLD | NEW |