| 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 1723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1734 WIN : LayoutTests/svg/custom/use-nested-transform.svg = FAIL | 1734 WIN : LayoutTests/svg/custom/use-nested-transform.svg = FAIL |
| 1735 // Same as above, but only regressed on win. | 1735 // Same as above, but only regressed on win. |
| 1736 WIN : LayoutTests/svg/custom/container-opacity-clip-viewBox.svg = FAIL | 1736 WIN : LayoutTests/svg/custom/container-opacity-clip-viewBox.svg = FAIL |
| 1737 // Our pixel results have darker red and green. | 1737 // Our pixel results have darker red and green. |
| 1738 LINUX WIN : LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL | 1738 LINUX WIN : LayoutTests/svg/custom/image-parent-translation.xhtml = FAIL |
| 1739 // The pattern we generate is wrong. | 1739 // The pattern we generate is wrong. |
| 1740 LINUX WIN : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL | 1740 LINUX WIN : LayoutTests/svg/custom/pattern-cycle-detection.svg = FAIL |
| 1741 WIN : LayoutTests/svg/custom/stroke-fallback.svg = FAIL | 1741 WIN : LayoutTests/svg/custom/stroke-fallback.svg = FAIL |
| 1742 | 1742 |
| 1743 // Merge 39143:39309 | 1743 // Merge 39143:39309 |
| 1744 LayoutTests/animations/animation-drt-api-multiple-keyframes.html = FAIL | 1744 // This test needs to be rebaselined on Mac/Linux. |
| 1745 // Timing sensitive | 1745 LINUX MAC : LayoutTests/animations/animation-drt-api-multiple-keyframes.html = F
AIL |
| 1746 LayoutTests/animations/combo-transform-translate+scale.html = FAIL PASS | |
| 1747 LayoutTests/animations/keyframes-from-missing.html = FAIL | |
| 1748 LayoutTests/animations/keyframes-rule.html = FAIL | 1746 LayoutTests/animations/keyframes-rule.html = FAIL |
| 1749 LayoutTests/animations/keyframes-to-missing.html = FAIL | |
| 1750 LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL | 1747 LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL |
| 1751 LayoutTests/fast/js/regexp-no-extensions.html = FAIL | 1748 LayoutTests/fast/js/regexp-no-extensions.html = FAIL |
| 1752 LayoutTests/fast/regex/quantified-assertions.html = FAIL | 1749 LayoutTests/fast/regex/quantified-assertions.html = FAIL |
| 1753 // This test appears to pass on Linux, despite it referencing feed:// URLs which | 1750 // This test appears to pass on Linux, despite it referencing feed:// URLs which |
| 1754 // we don't support. Needs more investigation. | 1751 // we don't support. Needs more investigation. |
| 1755 LayoutTests/http/tests/security/feed-urls-from-remote.html = PASS FAIL | 1752 LayoutTests/http/tests/security/feed-urls-from-remote.html = PASS FAIL |
| 1756 WIN : LayoutTests/plugins/embed-attributes-setting.html = FAIL | 1753 WIN : LayoutTests/plugins/embed-attributes-setting.html = FAIL |
| 1757 LayoutTests/transforms/2d/transform-value-types.html = FAIL | 1754 LayoutTests/transforms/2d/transform-value-types.html = FAIL |
| 1758 LayoutTests/wml/go-task-animation.html = FAIL | 1755 LayoutTests/wml/go-task-animation.html = FAIL |
| 1759 LayoutTests/animations/change-keyframes-name.html = TIMEOUT | 1756 LayoutTests/animations/change-keyframes-name.html = TIMEOUT |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL | 1798 LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/fonts-kern-01-t.svg = FAIL |
| 1802 | 1799 |
| 1803 // Merge 39369:39410: new test | 1800 // Merge 39369:39410: new test |
| 1804 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT | 1801 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT |
| 1805 | 1802 |
| 1806 // Merge 39369:39410: new test. Ran correctly and was baselined on Win32; | 1803 // Merge 39369:39410: new test. Ran correctly and was baselined on Win32; |
| 1807 // may just need a baseline for Mac and Linux. (Might even pass there.) | 1804 // may just need a baseline for Mac and Linux. (Might even pass there.) |
| 1808 MAC LINUX : LayoutTests/fast/reflections/reflection-overflow-hidden.html = PASS
FAIL | 1805 MAC LINUX : LayoutTests/fast/reflections/reflection-overflow-hidden.html = PASS
FAIL |
| 1809 LINUX : LayoutTests/transitions/transform-op-list-match.html = FAIL | 1806 LINUX : LayoutTests/transitions/transform-op-list-match.html = FAIL |
| 1810 LINUX : LayoutTests/transitions/transform-op-list-no-match.html = FAIL | 1807 LINUX : LayoutTests/transitions/transform-op-list-no-match.html = FAIL |
| OLD | NEW |