| 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 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1702 LINUX WIN : LayoutTests/fast/loader/null-request-after-willSendRequest.html = FA
IL TIMEOUT | 1702 LINUX WIN : LayoutTests/fast/loader/null-request-after-willSendRequest.html = FA
IL TIMEOUT |
| 1703 MAC : LayoutTests/fast/loader/null-request-after-willSendRequest.html = FAIL TIM
EOUT | 1703 MAC : LayoutTests/fast/loader/null-request-after-willSendRequest.html = FAIL TIM
EOUT |
| 1704 LINUX WIN : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change.htm
l = FAIL | 1704 LINUX WIN : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-change.htm
l = FAIL |
| 1705 LINUX WIN : LayoutTests/fast/repaint/inline-color-change.html = FAIL | 1705 LINUX WIN : LayoutTests/fast/repaint/inline-color-change.html = FAIL |
| 1706 LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL | 1706 LayoutTests/http/tests/misc/SVGFont-delayed-load.html = FAIL |
| 1707 LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL | 1707 LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL |
| 1708 WIN : LayoutTests/svg/batik/text/verticalText.svg = FAIL | 1708 WIN : LayoutTests/svg/batik/text/verticalText.svg = FAIL |
| 1709 LINUX WIN : LayoutTests/fast/forms/textarea-scroll-height.html = FAIL | 1709 LINUX WIN : LayoutTests/fast/forms/textarea-scroll-height.html = FAIL |
| 1710 LINUX WIN : chrome/fast/forms/textarea-metrics.html = FAIL | 1710 LINUX WIN : chrome/fast/forms/textarea-metrics.html = FAIL |
| 1711 | 1711 |
| 1712 // Merge 40314:40364 | |
| 1713 // The following tests still fail with the WebHistory implementation. | |
| 1714 LayoutTests/http/tests/history/redirect-200-refresh-0-seconds.pl = FAIL | |
| 1715 LayoutTests/http/tests/history/redirect-js-location-replace-0-seconds.html = FAI
L | |
| 1716 LayoutTests/http/tests/history/redirect-js-location-replace-2-seconds.html = FAI
L | |
| 1717 LayoutTests/http/tests/history/redirect-js-location-replace-before-load.html = F
AIL | |
| 1718 LayoutTests/http/tests/history/redirect-meta-refresh-0-seconds.html = FAIL | |
| 1719 | |
| 1720 // Merge 40314:40364 -- new tests | 1712 // Merge 40314:40364 -- new tests |
| 1721 // See comment above LayoutTests/editing/spelling/inline_spelling_markers.html | 1713 // See comment above LayoutTests/editing/spelling/inline_spelling_markers.html |
| 1722 // for why this is disabled. | 1714 // for why this is disabled. |
| 1723 DEFER LINUX WIN : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL | 1715 DEFER LINUX WIN : LayoutTests/editing/spelling/spelling-linebreak.html = FAIL |
| 1724 | 1716 |
| 1725 // Started failng at build 1379 (r8741). passes locally | 1717 // Started failng at build 1379 (r8741). passes locally |
| 1726 LINUX : LayoutTests/fast/text/cg-fallback-bolding.html = FAIL PASS | 1718 LINUX : LayoutTests/fast/text/cg-fallback-bolding.html = FAIL PASS |
| 1727 | 1719 |
| 1728 // Merge 40364:40409 -- new test | 1720 // Merge 40364:40409 -- new test |
| 1729 LINUX WIN : LayoutTests/svg/custom/pattern-with-transformation.svg = FAIL | 1721 LINUX WIN : LayoutTests/svg/custom/pattern-with-transformation.svg = FAIL |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1765 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL | 1757 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL |
| 1766 | 1758 |
| 1767 // Regressions from WebKit merge 40500:40539 | 1759 // Regressions from WebKit merge 40500:40539 |
| 1768 // | 1760 // |
| 1769 // In particular this set all seems due to the same issue with web history, | 1761 // In particular this set all seems due to the same issue with web history, |
| 1770 // and webkit revision r40508. | 1762 // and webkit revision r40508. |
| 1771 LayoutTests/http/tests/navigation/document-location-click.html = FAIL | 1763 LayoutTests/http/tests/navigation/document-location-click.html = FAIL |
| 1772 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-basic.html = FAIL | 1764 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-basic.html = FAIL |
| 1773 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-goback.html = FAIL | 1765 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-goback.html = FAIL |
| 1774 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-subframeload.html =
FAIL | 1766 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-subframeload.html =
FAIL |
| OLD | NEW |