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 2078 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2089 fast/dom/navigator-vibration.html | 2089 fast/dom/navigator-vibration.html |
2090 | 2090 |
2091 # Fail until SUBPIXEL_LAYOUT is enabled | 2091 # Fail until SUBPIXEL_LAYOUT is enabled |
2092 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 2092 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
2093 fast/sub-pixel/client-rect-has-subpixel-precision.html | 2093 fast/sub-pixel/client-rect-has-subpixel-precision.html |
2094 fast/sub-pixel/client-width-height-snapping.html | 2094 fast/sub-pixel/client-width-height-snapping.html |
2095 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 2095 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
2096 fast/sub-pixel/float-containing-block-with-margin.html | 2096 fast/sub-pixel/float-containing-block-with-margin.html |
2097 fast/sub-pixel/float-with-right-margin-zoom.html | 2097 fast/sub-pixel/float-with-right-margin-zoom.html |
2098 fast/sub-pixel/float-wrap-with-subpixel-top.html | 2098 fast/sub-pixel/float-wrap-with-subpixel-top.html |
| 2099 fast/sub-pixel/inline-block-should-not-wrap.html |
2099 fast/sub-pixel/inline-block-with-margin.html | 2100 fast/sub-pixel/inline-block-with-margin.html |
2100 fast/sub-pixel/inline-block-with-padding.html | 2101 fast/sub-pixel/inline-block-with-padding.html |
2101 fast/sub-pixel/layout-boxes-with-zoom.html | 2102 fast/sub-pixel/layout-boxes-with-zoom.html |
2102 fast/sub-pixel/selection-gaps-at-fractional-offsets.html | 2103 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
2103 fast/sub-pixel/size-of-box-with-zoom.html | 2104 fast/sub-pixel/size-of-box-with-zoom.html |
2104 fast/sub-pixel/table-rows-no-gaps.html | 2105 fast/sub-pixel/table-rows-no-gaps.html |
2105 | 2106 |
2106 #Battery Status API is not implemented. | 2107 #Battery Status API is not implemented. |
2107 batterystatus | 2108 batterystatus |
2108 | 2109 |
2109 # Network Information API is not supported yet. http://webkit.org/b/73528 | 2110 # Network Information API is not supported yet. http://webkit.org/b/73528 |
2110 networkinformation | 2111 networkinformation |
2111 | 2112 |
2112 # Generate results for your platform http://webkit.org/b/85567 | 2113 # Generate results for your platform http://webkit.org/b/85567 |
2113 fast/images/png-suite/test.html | 2114 fast/images/png-suite/test.html |
2114 | 2115 |
2115 # UndoManager is not yet enabled. | 2116 # UndoManager is not yet enabled. |
2116 # https://bugs.webkit.org/show_bug.cgi?id=87908 | 2117 # https://bugs.webkit.org/show_bug.cgi?id=87908 |
2117 editing/undomanager | 2118 editing/undomanager |
2118 | 2119 |
2119 # https://bugs.webkit.org/show_bug.cgi?id=86000 | 2120 # https://bugs.webkit.org/show_bug.cgi?id=86000 |
2120 http/tests/security/referrer-policy-redirect-link.html | 2121 http/tests/security/referrer-policy-redirect-link.html |
OLD | NEW |