| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 // Bug: 742182, 845388, 960092 | 160 // Bug: 742182, 845388, 960092 |
| 161 // Platform-specific: simulates command-{arrow} input to modify selection | 161 // Platform-specific: simulates command-{arrow} input to modify selection |
| 162 // Our Event-Sender isn't robust enough to support this. | 162 // Our Event-Sender isn't robust enough to support this. |
| 163 // Not required for Beta. This may also be related to known home/end issues | 163 // Not required for Beta. This may also be related to known home/end issues |
| 164 // which are intended to be fixed for Beta. | 164 // which are intended to be fixed for Beta. |
| 165 DEFER LINUX WIN : LayoutTests/editing/selection/move-begin-end.html = FAIL | 165 DEFER LINUX WIN : LayoutTests/editing/selection/move-begin-end.html = FAIL |
| 166 | 166 |
| 167 // The platform folder has been ignored until now. It is now considered passing | 167 // The platform folder has been ignored until now. It is now considered passing |
| 168 // except for this one test, which may need additional functionality support | 168 // except for this one test, which may need additional functionality support |
| 169 // from TestShell to pass. | 169 // from TestShell to pass. |
| 170 DEFER WIN : LayoutTests/platform/win/editing/selection/shift-page-up-down.html =
FAIL | 170 DEFER : LayoutTests/platform/win/editing/selection/shift-page-up-down.html = FAI
L |
| 171 | 171 |
| 172 // Bug 845400 | 172 // Bug 845400 |
| 173 // The end result looks right, but the event messages differ. | 173 // The end result looks right, but the event messages differ. |
| 174 DEFER : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL | 174 DEFER : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL |
| 175 | 175 |
| 176 // Bug 849441 | 176 // Bug 849441 |
| 177 // Directionality of mixed-direction text in selected choice should | 177 // Directionality of mixed-direction text in selected choice should |
| 178 // match that in the <select> option lists. | 178 // match that in the <select> option lists. |
| 179 // Low priority, unclear if test expectations are correct (see bug) | 179 // Low priority, unclear if test expectations are correct (see bug) |
| 180 DEFER : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL | 180 DEFER : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL |
| (...skipping 1577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1758 LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL | 1758 LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL |
| 1759 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL | 1759 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL |
| 1760 | 1760 |
| 1761 // Regressions from WebKit merge 40539:40668 | 1761 // Regressions from WebKit merge 40539:40668 |
| 1762 // | 1762 // |
| 1763 // According to the text of the test it passes, but it looks | 1763 // According to the text of the test it passes, but it looks |
| 1764 // like it is using a different font to render now than it | 1764 // like it is using a different font to render now than it |
| 1765 // did before and that may be a bug. It looks like | 1765 // did before and that may be a bug. It looks like |
| 1766 // jshin@chromium.org did several font related changes in this merge. | 1766 // jshin@chromium.org did several font related changes in this merge. |
| 1767 LayoutTests/fast/css/text-overflow-ellipsis.html = FAIL | 1767 LayoutTests/fast/css/text-overflow-ellipsis.html = FAIL |
| OLD | NEW |