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 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1866 tables/mozilla/bugs/bug34176.html | 1866 tables/mozilla/bugs/bug34176.html |
1867 tables/mozilla/bugs/bug44505.html | 1867 tables/mozilla/bugs/bug44505.html |
1868 tables/mozilla_expected_failures/bugs/bug59252.html | 1868 tables/mozilla_expected_failures/bugs/bug59252.html |
1869 tables/mozilla_expected_failures/bugs/bug7243.html | 1869 tables/mozilla_expected_failures/bugs/bug7243.html |
1870 fast/repaint/scroll-inside-table-cell.html | 1870 fast/repaint/scroll-inside-table-cell.html |
1871 fast/repaint/scroll-relative-table-inside-table-cell.html | 1871 fast/repaint/scroll-relative-table-inside-table-cell.html |
1872 fast/table/cell-pref-width-invalidation.html | 1872 fast/table/cell-pref-width-invalidation.html |
1873 | 1873 |
1874 # The inner <input> should now grow to take the full cell's height. | 1874 # The inner <input> should now grow to take the full cell's height. |
1875 fast/table/colspanMinWidth-vertical.html | 1875 fast/table/colspanMinWidth-vertical.html |
| 1876 |
| 1877 # This should only be a layer change. |
| 1878 # http://webkit.org/b/82129 |
| 1879 fast/box-shadow/shadow-buffer-partial.html |
| 1880 fast/block/lineboxcontain/block-font.html |
| 1881 fast/block/lineboxcontain/block-glyphs.html |
| 1882 fast/block/lineboxcontain/font.html |
OLD | NEW |