| 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 MAC : LayoutTests/fast/dom/Window/timeout-callback-scope.html = CRASH PASS | 1635 MAC : LayoutTests/fast/dom/Window/timeout-callback-scope.html = CRASH PASS |
| 1636 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = T
IMEOUT PASS | 1636 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types.html = T
IMEOUT PASS |
| 1637 MAC : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT PASS | 1637 MAC : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT PASS |
| 1638 MAC : LayoutTests/animations/change-keyframes.html = FAIL PASS | 1638 MAC : LayoutTests/animations/change-keyframes.html = FAIL PASS |
| 1639 | 1639 |
| 1640 // TODO(dsh): These started to fail after r9202. | 1640 // TODO(dsh): These started to fail after r9202. |
| 1641 LINUX : LayoutTests/fast/block/positioning/047.html = FAIL | 1641 LINUX : LayoutTests/fast/block/positioning/047.html = FAIL |
| 1642 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL | 1642 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-path-01-b.svg = FAIL |
| 1643 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL | 1643 LINUX : LayoutTests/svg/text/text-path-01-b.svg = FAIL |
| 1644 | 1644 |
| 1645 // Regressions from WebKit merge 40539:40668 | |
| 1646 // | |
| 1647 // According to the text of the test it passes, but it looks | |
| 1648 // like it is using a different font to render now than it | |
| 1649 // did before and that may be a bug. It looks like | |
| 1650 // jshin@chromium.org did several font related changes in this merge. | |
| 1651 LINUX : LayoutTests/fast/css/text-overflow-ellipsis.html = FAIL | |
| 1652 | |
| 1653 // We could fix this test for us and upstream it if the test shell user agent | 1645 // We could fix this test for us and upstream it if the test shell user agent |
| 1654 // would let us differentiate test_shell and WebKit DumpTreeNode. | 1646 // would let us differentiate test_shell and WebKit DumpTreeNode. |
| 1655 // See http://crbug.com/7482 | 1647 // See http://crbug.com/7482 |
| 1656 DEFER : LayoutTests/http/tests/misc/timer-vs-loading.html = FAIL PASS TIMEOUT | 1648 DEFER : LayoutTests/http/tests/misc/timer-vs-loading.html = FAIL PASS TIMEOUT |
| 1657 | 1649 |
| 1658 // Regressions from WebKit merge 40722:40785 | 1650 // Regressions from WebKit merge 40722:40785 |
| 1659 // | 1651 // |
| 1660 // These ones look to just need fresh pixel baselines (likely caused by | 1652 // These ones look to just need fresh pixel baselines (likely caused by |
| 1661 // transformation matrices now using doubles instead of floats): | 1653 // transformation matrices now using doubles instead of floats): |
| 1662 LINUX : LayoutTests/fast/transforms/matrix-02.html = FAIL | 1654 LINUX : LayoutTests/fast/transforms/matrix-02.html = FAIL |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1824 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-origins.html = CRASH | 1816 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-origins.html = CRASH |
| 1825 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html = CRAS
H | 1817 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html = CRAS
H |
| 1826 LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html = CRASH | 1818 LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html = CRASH |
| 1827 | 1819 |
| 1828 // New tests added in the 41420:41447 merge that are just missing results: | 1820 // New tests added in the 41420:41447 merge that are just missing results: |
| 1829 SKIP : LayoutTests/transforms/3d/point-mapping/3d-point-mapping-2.html = FAIL | 1821 SKIP : LayoutTests/transforms/3d/point-mapping/3d-point-mapping-2.html = FAIL |
| 1830 | 1822 |
| 1831 // New tests added in the 41420:41447 merge that fail: | 1823 // New tests added in the 41420:41447 merge that fail: |
| 1832 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL | 1824 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL |
| 1833 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL | 1825 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL |
| OLD | NEW |