| 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 1851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1862 LINUX : LayoutTests/fast/body-propagation/overflow/004.html = FAIL | 1862 LINUX : LayoutTests/fast/body-propagation/overflow/004.html = FAIL |
| 1863 LINUX : LayoutTests/fast/body-propagation/overflow/007-declarative.xhtml = FAIL | 1863 LINUX : LayoutTests/fast/body-propagation/overflow/007-declarative.xhtml = FAIL |
| 1864 LINUX : LayoutTests/fast/body-propagation/overflow/007-xhtml.xhtml = FAIL | 1864 LINUX : LayoutTests/fast/body-propagation/overflow/007-xhtml.xhtml = FAIL |
| 1865 LINUX : LayoutTests/fast/body-propagation/overflow/007.html = FAIL | 1865 LINUX : LayoutTests/fast/body-propagation/overflow/007.html = FAIL |
| 1866 LINUX : LayoutTests/fast/forms/input-readonly-autoscroll.html = FAIL | 1866 LINUX : LayoutTests/fast/forms/input-readonly-autoscroll.html = FAIL |
| 1867 LINUX : LayoutTests/fast/overflow/003.xml = FAIL | 1867 LINUX : LayoutTests/fast/overflow/003.xml = FAIL |
| 1868 LINUX : LayoutTests/fast/overflow/007.html = FAIL | 1868 LINUX : LayoutTests/fast/overflow/007.html = FAIL |
| 1869 LINUX : LayoutTests/fast/repaint/selection-gap-overflow-scroll.html = FAIL | 1869 LINUX : LayoutTests/fast/repaint/selection-gap-overflow-scroll.html = FAIL |
| 1870 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL | 1870 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL |
| 1871 LINUX : chrome/fast/forms/basic-textareas.html = FAIL | 1871 LINUX : chrome/fast/forms/basic-textareas.html = FAIL |
| 1872 |
| 1873 // Merge 41768:41807 |
| 1874 // Perhaps just needs new baseline? |
| 1875 MAC LINUX WIN : LayoutTests/editing/style/block-styles-007.html |
| OLD | NEW |