| 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 1760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1771 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL | 1771 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL |
| 1772 | 1772 |
| 1773 // Merge 39309:39335 Regressions, see bug 5737 | 1773 // Merge 39309:39335 Regressions, see bug 5737 |
| 1774 LINUX WIN : LayoutTests/fast/box-sizing/percentage-height.html = FAIL | 1774 LINUX WIN : LayoutTests/fast/box-sizing/percentage-height.html = FAIL |
| 1775 LINUX WIN : LayoutTests/fast/forms/001.html = FAIL | 1775 LINUX WIN : LayoutTests/fast/forms/001.html = FAIL |
| 1776 LINUX WIN : LayoutTests/fast/forms/button-default-title.html = FAIL | 1776 LINUX WIN : LayoutTests/fast/forms/button-default-title.html = FAIL |
| 1777 LINUX WIN : LayoutTests/fast/forms/control-clip.html = FAIL | 1777 LINUX WIN : LayoutTests/fast/forms/control-clip.html = FAIL |
| 1778 LINUX WIN : LayoutTests/fast/forms/input-first-letter.html = FAIL | 1778 LINUX WIN : LayoutTests/fast/forms/input-first-letter.html = FAIL |
| 1779 LINUX WIN : LayoutTests/fast/forms/select-baseline.html = FAIL | 1779 LINUX WIN : LayoutTests/fast/forms/select-baseline.html = FAIL |
| 1780 | 1780 |
| 1781 // Merge 39309:39335 New Test, see bug 5725 | |
| 1782 LayoutTests/fast/dom/Window/window-custom-prototype.html = FAIL | |
| 1783 | |
| 1784 // Background SVGs fail upstream but were rebaselined to pass (r38335) | 1781 // Background SVGs fail upstream but were rebaselined to pass (r38335) |
| 1785 // https://bugs.webkit.org/show_bug.cgi?id=21910 | 1782 // https://bugs.webkit.org/show_bug.cgi?id=21910 |
| 1786 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-1.html = FAIL | 1783 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-1.html = FAIL |
| 1787 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-2.html = FAIL | 1784 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-2.html = FAIL |
| 1788 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL | 1785 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL |
| 1789 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL | 1786 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-4.html = FAIL |
| 1790 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL CRASH | 1787 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-5.html = FAIL CRASH |
| 1791 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL | 1788 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL |
| 1792 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL | 1789 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image.html = FAIL |
| 1793 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL | 1790 LINUX WIN : LayoutTests/fast/borders/svg-as-border-image-2.html = FAIL |
| 1794 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL | 1791 LINUX WIN : LayoutTests/fast/images/svg-as-background.html = FAIL |
| 1795 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL | 1792 LINUX WIN : LayoutTests/fast/images/svg-as-image.html = FAIL |
| 1796 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL | 1793 LINUX WIN : LayoutTests/fast/images/svg-as-relative-image.html = FAIL |
| 1797 | 1794 |
| 1798 // Not quite sure what's going on here. Getting the builder green. | 1795 // Not quite sure what's going on here. Getting the builder green. |
| 1799 LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL | 1796 LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL |
| 1800 | 1797 |
| 1801 // Brett broke this with his font rendering effect patch and needs to fix it. | 1798 // 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 | 1799 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL |
| OLD | NEW |