| 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 1764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1775 | 1775 |
| 1776 // Merge 39410:39438 | 1776 // Merge 39410:39438 |
| 1777 // We're not clearing the exposed region. See test output. | 1777 // We're not clearing the exposed region. See test output. |
| 1778 LINUX : LayoutTests/fast/transforms/transformed-document-element.html = FAIL | 1778 LINUX : LayoutTests/fast/transforms/transformed-document-element.html = FAIL |
| 1779 | 1779 |
| 1780 // Passes locally when run individually, but fails on buildbot. Could be a | 1780 // Passes locally when run individually, but fails on buildbot. Could be a |
| 1781 // sideffect from previous test causing it to be flaky. Seems to have | 1781 // sideffect from previous test causing it to be flaky. Seems to have |
| 1782 // started with r7379 | 1782 // started with r7379 |
| 1783 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = PASS FAIL | 1783 WIN DEBUG : LayoutTests/editing/execCommand/paste-2.html = PASS FAIL |
| 1784 | 1784 |
| 1785 // Merge 39438:39453 -- new tests. | |
| 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.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 | |
| 1789 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL | |
| 1790 | |
| 1791 // Merge 39438:39453 -- new tests missing expected results. Probably going to | 1785 // Merge 39438:39453 -- new tests missing expected results. Probably going to |
| 1792 // fail anyway, since chromium does not support webarchive format. | 1786 // fail anyway, since chromium does not support webarchive format. |
| 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL | 1787 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL |
| 1794 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL | 1788 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL |
| 1795 | 1789 |
| 1796 // Merge 39543:39501 -- new test missing expected results. Passes on Windows; | 1790 // Merge 39543:39501 -- new test missing expected results. Passes on Windows; |
| 1797 // may just need to be baselined. | 1791 // may just need to be baselined. |
| 1798 LINUX : LayoutTests/fast/backgrounds/opacity-on-document-element.html = FAIL | 1792 LINUX : LayoutTests/fast/backgrounds/opacity-on-document-element.html = FAIL |
| 1799 | 1793 |
| 1800 // Merge 39543:39501 -- test was edited slightly. Needs new expected result. | 1794 // Merge 39543:39501 -- test was edited slightly. Needs new expected result. |
| 1801 LINUX : LayoutTests/fast/transforms/identity-matrix.html = FAIL | 1795 LINUX : LayoutTests/fast/transforms/identity-matrix.html = FAIL |
| OLD | NEW |