OLD | NEW |
1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
2 // them. | 2 // them. |
3 | 3 |
4 // Bug 1124548: Copying with no selection is sometimes supposed to work | 4 // Bug 1124548: Copying with no selection is sometimes supposed to work |
5 // Also skipped by Apple on Windows (rdar://problem/5015941) | 5 // Also skipped by Apple on Windows (rdar://problem/5015941) |
6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL |
7 | 7 |
8 // onload race condition due to poorly designed test. | 8 // onload race condition due to poorly designed test. |
9 // Works fine when run stand-alone. Not needed for Beta. | 9 // Works fine when run stand-alone. Not needed for Beta. |
10 // Also skipped by Apple on Windows, due to intermittent failure | 10 // Also skipped by Apple on Windows, due to intermittent failure |
(...skipping 1858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1869 LINUX : LayoutTests/editing/selection/extend-selection-bidi.html = FAIL PASS | 1869 LINUX : LayoutTests/editing/selection/extend-selection-bidi.html = FAIL PASS |
1870 | 1870 |
1871 // Merge 40059:40086 -- regressions | 1871 // Merge 40059:40086 -- regressions |
1872 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS TIMEOUT | 1872 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS TIMEOUT |
1873 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-10-t.svg = FAIL | 1873 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-10-t.svg = FAIL |
1874 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-12-t.svg = FAIL | 1874 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-12-t.svg = FAIL |
1875 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-15-t.svg = FAIL | 1875 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-15-t.svg = FAIL |
1876 // These two appear to have been failing before the merge. | 1876 // These two appear to have been failing before the merge. |
1877 LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL | 1877 LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL |
1878 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL | 1878 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL |
| 1879 |
| 1880 // Merge 40086:40124 -- new test |
| 1881 // This needs layoutTestController.numberOfActiveAnimations implemented. |
| 1882 LayoutTests/transitions/repeated-firing-background-color.html = TIMEOUT |
OLD | NEW |