| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2008 Apple Inc. All rights reserved. | 2 # Copyright (C) 2008 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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 802 scrollbars/scrollbar-miss-mousemove-disabled.html | 802 scrollbars/scrollbar-miss-mousemove-disabled.html |
| 803 | 803 |
| 804 # Fail until SUBPIXEL_LAYOUT is enabled | 804 # Fail until SUBPIXEL_LAYOUT is enabled |
| 805 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 805 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
| 806 fast/sub-pixel/client-rect-has-subpixel-precision.html | 806 fast/sub-pixel/client-rect-has-subpixel-precision.html |
| 807 fast/sub-pixel/client-width-height-snapping.html | 807 fast/sub-pixel/client-width-height-snapping.html |
| 808 fast/sub-pixel/file-upload-control-at-fractional-offset.html | 808 fast/sub-pixel/file-upload-control-at-fractional-offset.html |
| 809 fast/sub-pixel/float-containing-block-with-margin.html | 809 fast/sub-pixel/float-containing-block-with-margin.html |
| 810 fast/sub-pixel/float-with-right-margin-zoom.html | 810 fast/sub-pixel/float-with-right-margin-zoom.html |
| 811 fast/sub-pixel/float-wrap-with-subpixel-top.html | 811 fast/sub-pixel/float-wrap-with-subpixel-top.html |
| 812 fast/sub-pixel/inline-block-should-not-wrap.html |
| 812 fast/sub-pixel/inline-block-with-margin.html | 813 fast/sub-pixel/inline-block-with-margin.html |
| 813 fast/sub-pixel/inline-block-with-padding.html | 814 fast/sub-pixel/inline-block-with-padding.html |
| 814 fast/sub-pixel/layout-boxes-with-zoom.html | 815 fast/sub-pixel/layout-boxes-with-zoom.html |
| 815 fast/sub-pixel/selection-gaps-at-fractional-offsets.html | 816 fast/sub-pixel/selection-gaps-at-fractional-offsets.html |
| 816 fast/sub-pixel/size-of-box-with-zoom.html | 817 fast/sub-pixel/size-of-box-with-zoom.html |
| 817 fast/sub-pixel/table-rows-no-gaps.html | 818 fast/sub-pixel/table-rows-no-gaps.html |
| 818 | 819 |
| 819 # No CORS support for media elements is implemented yet. | 820 # No CORS support for media elements is implemented yet. |
| 820 http/tests/security/video-cross-origin-readback.html | 821 http/tests/security/video-cross-origin-readback.html |
| 821 | 822 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 | 885 |
| 885 # Assertion failure on mac-lion-wk2, no reftest results on mac | 886 # Assertion failure on mac-lion-wk2, no reftest results on mac |
| 886 # https://bugs.webkit.org/show_bug.cgi?id=88356 | 887 # https://bugs.webkit.org/show_bug.cgi?id=88356 |
| 887 fast/hidpi/device-scale-factor-paint.html | 888 fast/hidpi/device-scale-factor-paint.html |
| 888 | 889 |
| 889 # https://bugs.webkit.org/show_bug.cgi?id=88672 | 890 # https://bugs.webkit.org/show_bug.cgi?id=88672 |
| 890 svg/filters/color-space-conversion.svg | 891 svg/filters/color-space-conversion.svg |
| 891 | 892 |
| 892 # https://bugs.webkit.org/show_bug.cgi?id=88736 | 893 # https://bugs.webkit.org/show_bug.cgi?id=88736 |
| 893 http/tests/security/mixedContent/blob-url-in-iframe.html | 894 http/tests/security/mixedContent/blob-url-in-iframe.html |
| OLD | NEW |