| 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 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1769 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/response-encoding.html = CRASH
PASS | 1769 MAC DEBUG : LayoutTests/http/tests/xmlhttprequest/response-encoding.html = CRASH
PASS |
| 1770 LINUX: LayoutTests/fast/compact/001.html = CRASH PASS | 1770 LINUX: LayoutTests/fast/compact/001.html = CRASH PASS |
| 1771 | 1771 |
| 1772 // Regressions from merge 41559:41588 | 1772 // Regressions from merge 41559:41588 |
| 1773 MAC LINUX WIN : LayoutTests/fast/forms/search-abs-pos-cancel-button.html = FAIL | 1773 MAC LINUX WIN : LayoutTests/fast/forms/search-abs-pos-cancel-button.html = FAIL |
| 1774 LINUX WIN : LayoutTests/fast/inline/long-wrapped-line.html = FAIL | 1774 LINUX WIN : LayoutTests/fast/inline/long-wrapped-line.html = FAIL |
| 1775 WIN : chrome/fast/dom/java-applet-calls.html = FAIL | 1775 WIN : chrome/fast/dom/java-applet-calls.html = FAIL |
| 1776 LINUX WIN : LayoutTests/editing/execCommand/selectAll.html = FAIL | 1776 LINUX WIN : LayoutTests/editing/execCommand/selectAll.html = FAIL |
| 1777 WIN : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL | 1777 WIN : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL |
| 1778 WIN : LayoutTests/editing/selection/select-all-002.html = FAIL | 1778 WIN : LayoutTests/editing/selection/select-all-002.html = FAIL |
| 1779 MAC LINUX WIN : LayoutTests/fast/events/onload-single-line-comment.html = TIMEOU
T | |
| 1780 LINUX : LayoutTests/fast/text/trailing-white-space.html = FAIL | 1779 LINUX : LayoutTests/fast/text/trailing-white-space.html = FAIL |
| 1781 LINUX : LayoutTests/fast/text/trailing-white-space-2.html = FAIL | 1780 LINUX : LayoutTests/fast/text/trailing-white-space-2.html = FAIL |
| 1782 LINUX : LayoutTests/editing/selection/extend-by-word-002.html = FAIL | 1781 LINUX : LayoutTests/editing/selection/extend-by-word-002.html = FAIL |
| 1783 LINUX : LayoutTests/editing/selection/select-all-002.html = FAIL | 1782 LINUX : LayoutTests/editing/selection/select-all-002.html = FAIL |
| 1784 MAC : chrome/fast/forms/basic-textareas-quirks.html = FAIL | 1783 MAC : chrome/fast/forms/basic-textareas-quirks.html = FAIL |
| 1785 MAC : chrome/fast/forms/basic-textareas.html = FAIL | 1784 MAC : chrome/fast/forms/basic-textareas.html = FAIL |
| OLD | NEW |