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 LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 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 1779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1790 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL CRASH | 1790 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL CRASH |
1791 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL | 1791 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL |
1792 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL | 1792 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL |
1793 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL | 1793 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL |
1794 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL | 1794 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL |
1795 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL | 1795 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL |
1796 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL | 1796 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL |
1797 | 1797 |
1798 // Not quite sure what's going on here. Getting the builder green. | 1798 // Not quite sure what's going on here. Getting the builder green. |
1799 LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL | 1799 LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL |
1800 | |
1801 // Brett broke this with his font rendering effect patch and needs to fix it. | |
1802 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL | |
OLD | NEW |