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 1750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1761 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL | 1761 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL |
1762 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL | 1762 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL |
1763 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL | 1763 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL |
1764 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL | 1764 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL |
1765 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL | 1765 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL |
1766 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL | 1766 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL |
1767 | 1767 |
1768 // Not quite sure what's going on here. Getting the builder green. | 1768 // Not quite sure what's going on here. Getting the builder green. |
1769 LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL | 1769 LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL |
1770 | 1770 |
| 1771 // Brett broke this with his font rendering effect patch and needs to fix it. |
| 1772 WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL |
| 1773 |
1771 // These test the behavior of the (x) in type=search inputs. We haven't | 1774 // These test the behavior of the (x) in type=search inputs. We haven't |
1772 // implemented this yet (should we on win/linux?). http://crbug.com/5701 | 1775 // implemented this yet (should we on win/linux?). http://crbug.com/5701 |
1773 LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL | 1776 LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL |
1774 LayoutTests/fast/forms/search-cancel-button-style-sharing.html = FAIL | 1777 LayoutTests/fast/forms/search-cancel-button-style-sharing.html = FAIL |
1775 LayoutTests/fast/forms/search-rtl.html = FAIL | 1778 LayoutTests/fast/forms/search-rtl.html = FAIL |
1776 LayoutTests/fast/forms/search-transformed.html = FAIL | 1779 LayoutTests/fast/forms/search-transformed.html = FAIL |
1777 | 1780 |
1778 // Merge 39369:39410: new test | 1781 // Merge 39369:39410: new test |
1779 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT | 1782 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT |
1780 | 1783 |
(...skipping 15 matching lines...) Expand all Loading... |
1796 // Merge 39438:39453 -- new tests. | 1799 // Merge 39438:39453 -- new tests. |
1797 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL | 1800 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL |
1798 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL | 1801 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL |
1799 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL | 1802 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL |
1800 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL | 1803 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL |
1801 | 1804 |
1802 // Merge 39438:39453 -- new tests missing expected results. Probably going to | 1805 // Merge 39438:39453 -- new tests missing expected results. Probably going to |
1803 // fail anyway, since chromium does not support webarchive format. | 1806 // fail anyway, since chromium does not support webarchive format. |
1804 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL | 1807 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL |
1805 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL | 1808 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL |
| 1809 |
OLD | NEW |