| 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 1657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1668 // Merge 39972:40057 -- new tests | 1668 // Merge 39972:40057 -- new tests |
| 1669 LayoutTests/fast/regex/malformed-escapes.html = FAIL | 1669 LayoutTests/fast/regex/malformed-escapes.html = FAIL |
| 1670 | 1670 |
| 1671 // Merge 39972:40057 -- regressions | 1671 // Merge 39972:40057 -- regressions |
| 1672 LINUX : LayoutTests/fast/canvas/pointInPath.html = FAIL | 1672 LINUX : LayoutTests/fast/canvas/pointInPath.html = FAIL |
| 1673 | 1673 |
| 1674 // Merge 40059:40086 -- regressions | 1674 // Merge 40059:40086 -- regressions |
| 1675 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS FAIL TIMEOUT | 1675 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS FAIL TIMEOUT |
| 1676 | 1676 |
| 1677 // TestShell change to dump() on notifyDone http://codereview.chromium.org/18440 | 1677 // TestShell change to dump() on notifyDone http://codereview.chromium.org/18440 |
| 1678 WIN : LayoutTests/fast/dom/Window/window-property-shadowing.html = TIMEOUT | |
| 1679 WIN : LayoutTests/fast/events/programmatic-check-no-change-event.html = TIMEOUT | |
| 1680 WIN : LayoutTests/plugins/open-and-close-window-with-plugin.html = TIMEOUT | |
| 1681 LINUX MAC : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL | 1678 LINUX MAC : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL |
| 1682 MAC : LayoutTests/fast/dom/replaceChild.html = FAIL | 1679 MAC : LayoutTests/fast/dom/replaceChild.html = FAIL |
| 1683 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL | 1680 MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL |
| 1684 WIN LINUX : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL | 1681 WIN LINUX : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL |
| 1685 MAC : LayoutTests/fast/forms/002.html = FAIL | 1682 MAC : LayoutTests/fast/forms/002.html = FAIL |
| 1686 | 1683 |
| 1687 // Merge 40124:40164 -- regressions | 1684 // Merge 40124:40164 -- regressions |
| 1688 // This test tries to remove an iframe on the page then generate the pixel | 1685 // This test tries to remove an iframe on the page then generate the pixel |
| 1689 // output. For some reason, we're taking the snapshot before the iframe is | 1686 // output. For some reason, we're taking the snapshot before the iframe is |
| 1690 // removed (maybe getting the clientWidth isn't causing a re-layout?) | 1687 // removed (maybe getting the clientWidth isn't causing a re-layout?) |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL | 1765 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL |
| 1769 | 1766 |
| 1770 // Regressions from WebKit merge 40500:40539 | 1767 // Regressions from WebKit merge 40500:40539 |
| 1771 // | 1768 // |
| 1772 // In particular this set all seems due to the same issue with web history, | 1769 // In particular this set all seems due to the same issue with web history, |
| 1773 // and webkit revision r40508. | 1770 // and webkit revision r40508. |
| 1774 LayoutTests/http/tests/navigation/document-location-click.html = FAIL | 1771 LayoutTests/http/tests/navigation/document-location-click.html = FAIL |
| 1775 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-basic.html = FAIL | 1772 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-basic.html = FAIL |
| 1776 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-goback.html = FAIL | 1773 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-goback.html = FAIL |
| 1777 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-subframeload.html =
FAIL | 1774 LINUX WIN : LayoutTests/http/tests/navigation/javascriptlink-subframeload.html =
FAIL |
| 1778 // This set seems due to a different issue. | |
| 1779 LINUX WIN : LayoutTests/http/tests/security/cross-frame-access-protocol-explicit
-domain.html = FAIL | |
| 1780 LINUX WIN : LayoutTests/http/tests/security/cross-frame-access-protocol.html = F
AIL | |
| 1781 LINUX WIN : LayoutTests/http/tests/security/originHeader/origin-header-for-https
.html = FAIL | |
| OLD | NEW |