| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. | 2 # Copyright (C) 2007, 2008, 2009, 2010, 2011 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 1714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1725 # This should only be a layer change. | 1725 # This should only be a layer change. |
| 1726 # http://webkit.org/b/82129 | 1726 # http://webkit.org/b/82129 |
| 1727 fast/box-shadow/shadow-buffer-partial.html | 1727 fast/box-shadow/shadow-buffer-partial.html |
| 1728 fast/block/lineboxcontain/block-font.html | 1728 fast/block/lineboxcontain/block-font.html |
| 1729 fast/block/lineboxcontain/block-glyphs.html | 1729 fast/block/lineboxcontain/block-glyphs.html |
| 1730 fast/block/lineboxcontain/font.html | 1730 fast/block/lineboxcontain/font.html |
| 1731 | 1731 |
| 1732 # Fail until SUBPIXEL_LAYOUT is enabled | 1732 # Fail until SUBPIXEL_LAYOUT is enabled |
| 1733 # https://bugs.webkit.org/show_bug.cgi?id=85532 | 1733 # https://bugs.webkit.org/show_bug.cgi?id=85532 |
| 1734 fast/sub-pixel/client-width-height-snapping.html | 1734 fast/sub-pixel/client-width-height-snapping.html |
| 1735 fast/sub-pixel/large-sizes.html |
| 1735 fast/sub-pixel/layout-boxes-with-zoom.html | 1736 fast/sub-pixel/layout-boxes-with-zoom.html |
| 1736 fast/sub-pixel/size-of-box-with-zoom.html | 1737 fast/sub-pixel/size-of-box-with-zoom.html |
| 1737 | 1738 |
| 1738 # http://webkit.org/b/82886 | 1739 # http://webkit.org/b/82886 |
| 1739 inspector/styles/override-screen-size.html | 1740 inspector/styles/override-screen-size.html |
| 1740 | 1741 |
| 1741 # Interferes with the other requestAnimationFrame tests | 1742 # Interferes with the other requestAnimationFrame tests |
| 1742 # https://bugs.webkit.org/show_bug.cgi?id=85689 | 1743 # https://bugs.webkit.org/show_bug.cgi?id=85689 |
| 1743 fast/animation/request-animation-frame-disabled.html | 1744 fast/animation/request-animation-frame-disabled.html |
| 1744 | 1745 |
| 1745 # https://bugs.webkit.org/show_bug.cgi?id=86000 | 1746 # https://bugs.webkit.org/show_bug.cgi?id=86000 |
| 1746 http/tests/security/referrer-policy-redirect-link.html | 1747 http/tests/security/referrer-policy-redirect-link.html |
| 1747 | 1748 |
| 1748 # Inspector only supports evaluation in content script world with v8, see https:
//bugs.webkit.org/show_bug.cgi?id=85709 | 1749 # Inspector only supports evaluation in content script world with v8, see https:
//bugs.webkit.org/show_bug.cgi?id=85709 |
| 1749 inspector/extensions/extensions-eval-content-script.html | 1750 inspector/extensions/extensions-eval-content-script.html |
| 1750 inspector/extensions/extensions-audits-content-script.html | 1751 inspector/extensions/extensions-audits-content-script.html |
| 1751 | 1752 |
| OLD | NEW |