| 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 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1678 // ----------------------------------------------------------------- | 1678 // ----------------------------------------------------------------- |
| 1679 // END MAC PORT TESTS | 1679 // END MAC PORT TESTS |
| 1680 // ----------------------------------------------------------------- | 1680 // ----------------------------------------------------------------- |
| 1681 | 1681 |
| 1682 // WebKit Merge 38800:38850 regressions | 1682 // WebKit Merge 38800:38850 regressions |
| 1683 LayoutTests/fast/events/dispatchEvent-crash.html = FAIL | 1683 LayoutTests/fast/events/dispatchEvent-crash.html = FAIL |
| 1684 | 1684 |
| 1685 // WebKit Merge 38850:38900 new tests | 1685 // WebKit Merge 38850:38900 new tests |
| 1686 | 1686 |
| 1687 // Linux pixeltest failure: There should be two lines of text | 1687 // Linux pixeltest failure: There should be two lines of text |
| 1688 LINUX WIN : LayoutTests/editing/selection/wrapped-line-caret-1.html = FAIL | 1688 LINUX : LayoutTests/editing/selection/wrapped-line-caret-1.html = FAIL |
| 1689 // Linux pixeltest failure: There should be two lines of text | 1689 // Linux pixeltest failure: There should be two lines of text |
| 1690 LINUX WIN : LayoutTests/editing/selection/wrapped-line-caret-2.html = FAIL | 1690 LINUX : LayoutTests/editing/selection/wrapped-line-caret-2.html = FAIL |
| 1691 LayoutTests/fast/dom/dom-constructors.html = FAIL | 1691 LayoutTests/fast/dom/dom-constructors.html = FAIL |
| 1692 | 1692 |
| 1693 // WebKit Merge 39050:39100 failures: | 1693 // WebKit Merge 39050:39100 failures: |
| 1694 LayoutTests/fast/dom/java-applet-calls.html = FAIL | 1694 LayoutTests/fast/dom/java-applet-calls.html = FAIL |
| 1695 LINUX WIN : LayoutTests/fast/repaint/transform-repaint-descendants.html = FAIL | 1695 LINUX WIN : LayoutTests/fast/repaint/transform-repaint-descendants.html = FAIL |
| 1696 LINUX WIN : LayoutTests/http/tests/loading/simple-subframe.html = FAIL | 1696 LINUX WIN : LayoutTests/http/tests/loading/simple-subframe.html = FAIL |
| 1697 | 1697 |
| 1698 // WebKit Merge 39100:39141 new tests: | 1698 // WebKit Merge 39100:39141 new tests: |
| 1699 MAC : LayoutTests/fast/events/special-key-events-in-input-text.html = FAIL | 1699 MAC : LayoutTests/fast/events/special-key-events-in-input-text.html = FAIL |
| 1700 LayoutTests/fast/regex/non-pattern-characters.html = FAIL | 1700 LayoutTests/fast/regex/non-pattern-characters.html = FAIL |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1843 LayoutTests/svg/custom/pointer-events-path.svg = FAIL | 1843 LayoutTests/svg/custom/pointer-events-path.svg = FAIL |
| 1844 LayoutTests/svg/custom/pointer-events-text.svg = FAIL | 1844 LayoutTests/svg/custom/pointer-events-text.svg = FAIL |
| 1845 | 1845 |
| 1846 // Merge 39606:39660 - new tests | 1846 // Merge 39606:39660 - new tests |
| 1847 SKIP : LayoutTests/fast/events/pointer-events-2.html = FAIL | 1847 SKIP : LayoutTests/fast/events/pointer-events-2.html = FAIL |
| 1848 SKIP : LayoutTests/fast/events/pointer-events.html = FAIL | 1848 SKIP : LayoutTests/fast/events/pointer-events.html = FAIL |
| 1849 | 1849 |
| 1850 // Merge 39660:39711 - need to implement layoutTestController.numberOfActiveAnim
ations() | 1850 // Merge 39660:39711 - need to implement layoutTestController.numberOfActiveAnim
ations() |
| 1851 SKIP : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT | 1851 SKIP : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT |
| 1852 SKIP : LayoutTests/transitions/zero-duration-with-non-zero-delay-end.html = TIME
OUT | 1852 SKIP : LayoutTests/transitions/zero-duration-with-non-zero-delay-end.html = TIME
OUT |
| OLD | NEW |