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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 http/tests/inspector/console-cross-origin-iframe-logging.html | 80 http/tests/inspector/console-cross-origin-iframe-logging.html |
81 inspector/debugger/script-formatter-breakpoints.html | 81 inspector/debugger/script-formatter-breakpoints.html |
82 inspector/elements/edit-dom-actions.html | 82 inspector/elements/edit-dom-actions.html |
83 inspector/extensions/extensions-events.html | 83 inspector/extensions/extensions-events.html |
84 inspector/styles/styles-computed-trace.html | 84 inspector/styles/styles-computed-trace.html |
85 | 85 |
86 # Fail until SUBPIXEL_LAYOUT is enabled | 86 # Fail until SUBPIXEL_LAYOUT is enabled |
87 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 87 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
88 fast/sub-pixel/client-rect-has-subpixel-precision.html | 88 fast/sub-pixel/client-rect-has-subpixel-precision.html |
89 fast/sub-pixel/client-width-height-snapping.html | 89 fast/sub-pixel/client-width-height-snapping.html |
| 90 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
90 fast/sub-pixel/float-containing-block-with-margin.html | 91 fast/sub-pixel/float-containing-block-with-margin.html |
91 fast/sub-pixel/float-with-right-margin-zoom.html | 92 fast/sub-pixel/float-with-right-margin-zoom.html |
92 fast/sub-pixel/float-wrap-with-subpixel-top.html | 93 fast/sub-pixel/float-wrap-with-subpixel-top.html |
93 fast/sub-pixel/inline-block-with-margin.html | 94 fast/sub-pixel/inline-block-with-margin.html |
94 fast/sub-pixel/inline-block-with-padding.html | 95 fast/sub-pixel/inline-block-with-padding.html |
95 fast/sub-pixel/layout-boxes-with-zoom.html | 96 fast/sub-pixel/layout-boxes-with-zoom.html |
| 97 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
96 fast/sub-pixel/size-of-box-with-zoom.html | 98 fast/sub-pixel/size-of-box-with-zoom.html |
97 fast/sub-pixel/selection-gaps-at-fractional-offsets.html | 99 fast/sub-pixel/table-rows-no-gaps.html |
98 fast/sub-pixel/file-upload-control-at-fractional-offset.html | |
99 | 100 |
100 # CONSOLE MESSAGE: line 0: SVG animation pause API missing! | 101 # CONSOLE MESSAGE: line 0: SVG animation pause API missing! |
101 # [WK2] SVG animation pause API missing | 102 # [WK2] SVG animation pause API missing |
102 # https://bugs.webkit.org/show_bug.cgi?id=63396 | 103 # https://bugs.webkit.org/show_bug.cgi?id=63396 |
103 svg/animations/animVal-basics.html | 104 svg/animations/animVal-basics.html |
104 svg/animations/animate-calcMode-spline-by.html | 105 svg/animations/animate-calcMode-spline-by.html |
105 svg/animations/animate-calcMode-spline-from-by.html | 106 svg/animations/animate-calcMode-spline-from-by.html |
106 svg/animations/animate-calcMode-spline-from-to.html | 107 svg/animations/animate-calcMode-spline-from-to.html |
107 svg/animations/animate-calcMode-spline-to.html | 108 svg/animations/animate-calcMode-spline-to.html |
108 svg/animations/animate-calcMode-spline-values.html | 109 svg/animations/animate-calcMode-spline-values.html |
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 ######################################## | 1420 ######################################## |
1420 | 1421 |
1421 | 1422 |
1422 ###### This file has four sections. When adding new tests, make sure to | 1423 ###### This file has four sections. When adding new tests, make sure to |
1423 ###### add to the right section: | 1424 ###### add to the right section: |
1424 | 1425 |
1425 ### (1) Classified failures with bug reports | 1426 ### (1) Classified failures with bug reports |
1426 ### (2) Classified failures without bug reports (yet) | 1427 ### (2) Classified failures without bug reports (yet) |
1427 ### (3) Unclassified failures | 1428 ### (3) Unclassified failures |
1428 ### (4) Features that are not supported in WebKit2 and likely never will be | 1429 ### (4) Features that are not supported in WebKit2 and likely never will be |
OLD | NEW |