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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
833 // We should be able to pass this -- not sure what's wrong. | 833 // We should be able to pass this -- not sure what's wrong. |
834 LINUX WIN : LayoutTests/css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL | 834 LINUX WIN : LayoutTests/css2.1/t1008-c44-ln-box-02-d-ag.html = FAIL |
835 | 835 |
836 // Render tree off by a pixel -- margins wrong? All sizes are correct. | 836 // Render tree off by a pixel -- margins wrong? All sizes are correct. |
837 LINUX : LayoutTests/css2.1/t100801-c544-valgn-03-d-agi.html = FAIL | 837 LINUX : LayoutTests/css2.1/t100801-c544-valgn-03-d-agi.html = FAIL |
838 | 838 |
839 // Some tests that we had baselined improperly on Windows. | 839 // Some tests that we had baselined improperly on Windows. |
840 WIN : LayoutTests/css2.1/t100801-c548-ln-ht-02-b-ag.html = FAIL | 840 WIN : LayoutTests/css2.1/t100801-c548-ln-ht-02-b-ag.html = FAIL |
841 WIN : LayoutTests/css2.1/t1507-c526-font-sz-02-b-a.html = FAIL | 841 WIN : LayoutTests/css2.1/t1507-c526-font-sz-02-b-a.html = FAIL |
842 WIN : LayoutTests/css2.1/t1604-c542-letter-sp-00-b-a.html = FAIL | 842 WIN : LayoutTests/css2.1/t1604-c542-letter-sp-00-b-a.html = FAIL |
843 WIN : LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL | 843 |
| 844 // Possibily due to removing the search field hacks from the render themes? |
| 845 LINUX WIN : LayoutTests/fast/forms/search-cancel-button-mouseup.html = FAIL |
844 | 846 |
845 // Font size for arrows are different. Should we rebaseline? | 847 // Font size for arrows are different. Should we rebaseline? |
846 LINUX : LayoutTests/editing/deleting/5144139-2.html = FAIL | 848 LINUX : LayoutTests/editing/deleting/5144139-2.html = FAIL |
847 | 849 |
848 // Uncharacterized tests that fail on linux but pass on windows. | 850 // Uncharacterized tests that fail on linux but pass on windows. |
849 // TODO(port): figure out what's wrong with these and annotate appropriately. | 851 // TODO(port): figure out what's wrong with these and annotate appropriately. |
850 LINUX MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL | 852 LINUX MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FAIL |
851 | 853 |
852 MAC : LayoutTests/editing/inserting/typing-tab-designmode-forms.html = FAIL | 854 MAC : LayoutTests/editing/inserting/typing-tab-designmode-forms.html = FAIL |
853 MAC : LayoutTests/editing/inserting/typing-tab-designmode.html = FAIL | 855 MAC : LayoutTests/editing/inserting/typing-tab-designmode.html = FAIL |
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2058 LayoutTests/http/tests/navigation/post-goback-repost-policy.html = TIMEOUT | 2060 LayoutTests/http/tests/navigation/post-goback-repost-policy.html = TIMEOUT |
2059 LayoutTests/fast/backgrounds/svg-as-background-5.html = CRASH FAIL PASS | 2061 LayoutTests/fast/backgrounds/svg-as-background-5.html = CRASH FAIL PASS |
2060 DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH | 2062 DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH |
2061 DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame.html = CR
ASH | 2063 DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame.html = CR
ASH |
2062 DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.h
tml = CRASH | 2064 DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.h
tml = CRASH |
2063 DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.ht
ml = CRASH | 2065 DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contenteditable.ht
ml = CRASH |
2064 DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = CRAS
H | 2066 DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = CRAS
H |
2065 DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = CRASH | 2067 DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = CRASH |
2066 // Missing expected results. | 2068 // Missing expected results. |
2067 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL | 2069 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL |
OLD | NEW |