| 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 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 MAC : LayoutTests/http/tests/navigation/target-frame-from-window.html = CRASH TI
MEOUT | 1737 MAC : LayoutTests/http/tests/navigation/target-frame-from-window.html = CRASH TI
MEOUT |
| 1738 | 1738 |
| 1739 // Items failing on the Mac as of 2008/12/12 | 1739 // Items failing on the Mac as of 2008/12/12 |
| 1740 MAC : LayoutTests/fast/css/variables/color-hex-test.html = FAIL | 1740 MAC : LayoutTests/fast/css/variables/color-hex-test.html = FAIL |
| 1741 MAC : LayoutTests/fast/css/variables/remove-variable-test.html = FAIL | 1741 MAC : LayoutTests/fast/css/variables/remove-variable-test.html = FAIL |
| 1742 MAC : LayoutTests/fast/css/variables/set-variable-test.html = FAIL | 1742 MAC : LayoutTests/fast/css/variables/set-variable-test.html = FAIL |
| 1743 MAC : LayoutTests/fast/css/variables/variable-iteration-test.html = FAIL | 1743 MAC : LayoutTests/fast/css/variables/variable-iteration-test.html = FAIL |
| 1744 MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL | 1744 MAC : LayoutTests/fast/forms/input-disabled-color.html = FAIL |
| 1745 MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL | 1745 MAC : LayoutTests/fast/forms/password-placeholder-text-security.html = FAIL |
| 1746 MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL | 1746 MAC : LayoutTests/fast/forms/password-placeholder.html = FAIL |
| 1747 MAC : LayoutTests/fast/js/regexp-test-null-string.html = FAIL | |
| 1748 MAC : LayoutTests/fast/js/uncaught-exception-line-number.html = FAIL | |
| 1749 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = FAIL | 1747 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/animate-elem-30-t.svg = FAIL |
| 1750 MAC DEBUG : LayoutTests/svg/hixie/perf/007.xml = FAIL | 1748 MAC DEBUG : LayoutTests/svg/hixie/perf/007.xml = FAIL |
| 1751 | 1749 |
| 1752 // Items crashing (sometimes) on the Mac as of 2008/12/12 | 1750 // Items crashing (sometimes) on the Mac as of 2008/12/12 |
| 1753 | 1751 |
| 1754 // window.open | 1752 // window.open |
| 1755 MAC : LayoutTests/http/tests/security/frameNavigation/not-opener.html = CRASH | 1753 MAC : LayoutTests/http/tests/security/frameNavigation/not-opener.html = CRASH |
| 1756 // window.open | 1754 // window.open |
| 1757 MAC : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-ur
l-window-open.html = PASS CRASH | 1755 MAC : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-to-javascript-ur
l-window-open.html = PASS CRASH |
| 1758 // window.open | 1756 // window.open |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2097 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-i
n-iframe.html = CRASH | 2095 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-i
n-iframe.html = CRASH |
| 2098 // eventSender to fake a drag | 2096 // eventSender to fake a drag |
| 2099 MAC : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.htm
l = FAIL | 2097 MAC : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.htm
l = FAIL |
| 2100 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contente
ditable.html = CRASH | 2098 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contente
ditable.html = CRASH |
| 2101 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.h
tml = CRASH | 2099 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.h
tml = CRASH |
| 2102 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html
= CRASH | 2100 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html
= CRASH |
| 2103 // eventSender to fake a drag | 2101 // eventSender to fake a drag |
| 2104 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAI
L | 2102 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAI
L |
| 2105 // Missing expected results. | 2103 // Missing expected results. |
| 2106 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL | 2104 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL |
| OLD | NEW |