| 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 1775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL | 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL |
| 1787 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL | 1787 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL |
| 1788 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL | 1788 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL |
| 1789 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL | 1789 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL |
| 1790 | 1790 |
| 1791 // Merge 39438:39453 -- new tests missing expected results. Probably going to | 1791 // Merge 39438:39453 -- new tests missing expected results. Probably going to |
| 1792 // fail anyway, since chromium does not support webarchive format. | 1792 // fail anyway, since chromium does not support webarchive format. |
| 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL | 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL |
| 1794 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL | 1794 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL |
| 1795 | 1795 |
| 1796 // Merge 39543:39501 -- new test missing expected results. Passes on Windows; |
| 1797 // may just need to be baselined. |
| 1798 LINUX : LayoutTests/fast/backgrounds/opacity-on-document-element.html = FAIL |
| 1799 |
| 1800 // Merge 39543:39501 -- test was edited slightly. Needs new expected result. |
| 1801 LINUX : LayoutTests/fast/transforms/identity-matrix.html = FAIL |
| OLD | NEW |