| 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 1791 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1802 // Regressions from merge 41181:41217 | 1802 // Regressions from merge 41181:41217 |
| 1803 // New baseline upstream | 1803 // New baseline upstream |
| 1804 LINUX WIN : LayoutTests/fast/events/offsetX-offsetY.html = FAIL | 1804 LINUX WIN : LayoutTests/fast/events/offsetX-offsetY.html = FAIL |
| 1805 LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL | 1805 LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL |
| 1806 WIN : LayoutTests/editing/selection/select-from-textfield-outwards.html = FAIL | 1806 WIN : LayoutTests/editing/selection/select-from-textfield-outwards.html = FAIL |
| 1807 LINUX WIN : LayoutTests/editing/selection/select-missing-image.html = FAIL | 1807 LINUX WIN : LayoutTests/editing/selection/select-missing-image.html = FAIL |
| 1808 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL | 1808 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL |
| 1809 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL | 1809 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL |
| 1810 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL | 1810 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL |
| 1811 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL | 1811 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL |
| 1812 LINUX : LayoutTests/fast/canvas/set-colors = CRASH | 1812 LINUX : LayoutTests/fast/canvas/set-colors.html = CRASH |
| OLD | NEW |