| 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 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2085 # https://bugs.webkit.org/show_bug.cgi?id=78290 | 2085 # https://bugs.webkit.org/show_bug.cgi?id=78290 |
| 2086 fast/mutation/end-of-task-delivery.html | 2086 fast/mutation/end-of-task-delivery.html |
| 2087 | 2087 |
| 2088 #Vibration API is not implemented. | 2088 #Vibration API is not implemented. |
| 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/float-containing-block-with-margin.html | 2096 fast/sub-pixel/float-containing-block-with-margin.html |
| 2096 fast/sub-pixel/float-with-right-margin-zoom.html | 2097 fast/sub-pixel/float-with-right-margin-zoom.html |
| 2097 fast/sub-pixel/float-wrap-with-subpixel-top.html | 2098 fast/sub-pixel/float-wrap-with-subpixel-top.html |
| 2098 fast/sub-pixel/inline-block-with-margin.html | 2099 fast/sub-pixel/inline-block-with-margin.html |
| 2099 fast/sub-pixel/inline-block-with-padding.html | 2100 fast/sub-pixel/inline-block-with-padding.html |
| 2100 fast/sub-pixel/layout-boxes-with-zoom.html | 2101 fast/sub-pixel/layout-boxes-with-zoom.html |
| 2102 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
| 2101 fast/sub-pixel/size-of-box-with-zoom.html | 2103 fast/sub-pixel/size-of-box-with-zoom.html |
| 2102 fast/sub-pixel/selection/selection-gaps-at-fractional-offsets.html | 2104 fast/sub-pixel/table-rows-no-gaps.html |
| 2103 fast/sub-pixel/file-upload-control-at-fractional-offset.html | |
| 2104 | 2105 |
| 2105 #Battery Status API is not implemented. | 2106 #Battery Status API is not implemented. |
| 2106 batterystatus | 2107 batterystatus |
| 2107 | 2108 |
| 2108 # Network Information API is not supported yet. http://webkit.org/b/73528 | 2109 # Network Information API is not supported yet. http://webkit.org/b/73528 |
| 2109 networkinformation | 2110 networkinformation |
| 2110 | 2111 |
| 2111 # Generate results for your platform http://webkit.org/b/85567 | 2112 # Generate results for your platform http://webkit.org/b/85567 |
| 2112 fast/images/png-suite/test.html | 2113 fast/images/png-suite/test.html |
| 2113 | 2114 |
| 2114 # UndoManager is not yet enabled. | 2115 # UndoManager is not yet enabled. |
| 2115 # https://bugs.webkit.org/show_bug.cgi?id=87908 | 2116 # https://bugs.webkit.org/show_bug.cgi?id=87908 |
| 2116 editing/undomanager | 2117 editing/undomanager |
| 2117 | 2118 |
| 2118 # https://bugs.webkit.org/show_bug.cgi?id=86000 | 2119 # https://bugs.webkit.org/show_bug.cgi?id=86000 |
| 2119 http/tests/security/referrer-policy-redirect-link.html | 2120 http/tests/security/referrer-policy-redirect-link.html |
| OLD | NEW |