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 1773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1784 LayoutTests/fast/borders/border-image-rotate-transform.html = CRASH | 1784 LayoutTests/fast/borders/border-image-rotate-transform.html = CRASH |
1785 LINUX WIN : LayoutTests/fast/text/atsui-spacing-features.html = FAIL | 1785 LINUX WIN : LayoutTests/fast/text/atsui-spacing-features.html = FAIL |
1786 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL | 1786 LINUX : LayoutTests/svg/W3C-SVG-1.1/text-intro-05-t.svg = FAIL |
1787 LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL | 1787 LINUX : LayoutTests/svg/text/text-fonts-01-t.svg = FAIL |
1788 LINUX : LayoutTests/svg/text/text-intro-05-t.svg = FAIL | 1788 LINUX : LayoutTests/svg/text/text-intro-05-t.svg = FAIL |
1789 | 1789 |
1790 // Always fails for mac bug 5248, new failure with merge for eseidel | 1790 // Always fails for mac bug 5248, new failure with merge for eseidel |
1791 LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html
= FAIL | 1791 LayoutTests/http/tests/security/cross-frame-access-protocol-explicit-domain.html
= FAIL |
1792 LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL | 1792 LayoutTests/http/tests/security/cross-frame-access-protocol.html = FAIL |
1793 | 1793 |
| 1794 // Ojan's editing layout test regressions |
| 1795 LayoutTests/fast/forms/search-click-in-placeholder.html = FAIL |
| 1796 MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL |
| 1797 MAC : LayoutTests/svg/custom/pointer-events-image.svg = FAIL |
| 1798 LayoutTests/svg/custom/pointer-events-path.svg = FAIL |
| 1799 MAC : LayoutTests/svg/custom/pointer-events-text.svg = FAIL |
| 1800 |
| 1801 // New tests from merge 41181:41217 |
| 1802 LayoutTests/fast/replaced/embed-display-none.html = FAIL |
| 1803 LayoutTests/fast/replaced/applet-display-none.html = FAIL |
| 1804 LayoutTests/fast/replaced/object-display-none.html = FAIL |
| 1805 LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL |
| 1806 LayoutTests/fast/overflow/overflow-stacking.html = FAIL |
| 1807 LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
| 1808 LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.h
tml = FAIL |
| 1809 |
| 1810 // Regressions from merge 41181:41217 |
| 1811 // New baseline upstream |
| 1812 LayoutTests/fast/events/offsetX-offsetY.html = FAIL |
OLD | NEW |