| 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 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 DEFER : 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 925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 936 // Our metrics for Georgia are off by one pixel. | 936 // Our metrics for Georgia are off by one pixel. |
| 937 LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL | 937 LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL |
| 938 | 938 |
| 939 // Need a Japanese font. | 939 // Need a Japanese font. |
| 940 LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL | 940 LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL |
| 941 | 941 |
| 942 // Font metrics wrong, despite using Lucida Grande? | 942 // Font metrics wrong, despite using Lucida Grande? |
| 943 LINUX MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL | 943 LINUX MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL |
| 944 | 944 |
| 945 // Off-by-one in form controls -- font metrics? | 945 // Off-by-one in form controls -- font metrics? |
| 946 LINUX MAC : LayoutTests/fast/forms/input-baseline.html = FAIL | 946 MAC : LayoutTests/fast/forms/input-baseline.html = FAIL |
| 947 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL | 947 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL |
| 948 LINUX MAC : LayoutTests/fast/forms/textfield-outline.html = FAIL | 948 MAC : LayoutTests/fast/forms/textfield-outline.html = FAIL |
| 949 | 949 |
| 950 // Hebrew font metrics. | 950 // Hebrew font metrics. |
| 951 LINUX : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL | 951 LINUX : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL |
| 952 LINUX MAC : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL | 952 LINUX MAC : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL |
| 953 | 953 |
| 954 // Layout totally different -- wrong font selected? | 954 // Layout totally different -- wrong font selected? |
| 955 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL | 955 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL |
| 956 | 956 |
| 957 // Linux flaky: sometimes I get scrollbars and sometimes not. | 957 // Linux flaky: sometimes I get scrollbars and sometimes not. |
| 958 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS | 958 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1863 | 1863 |
| 1864 // Merge 40059:40086 | 1864 // Merge 40059:40086 |
| 1865 WIN : LayoutTests/fast/forms/disabled-select-change-index.html = FAIL | 1865 WIN : LayoutTests/fast/forms/disabled-select-change-index.html = FAIL |
| 1866 WIN : LayoutTests/fast/forms/listbox-scrollbar-incremental-load.html = FAIL | 1866 WIN : LayoutTests/fast/forms/listbox-scrollbar-incremental-load.html = FAIL |
| 1867 WIN : LayoutTests/fast/forms/select-block-background.html = FAIL | 1867 WIN : LayoutTests/fast/forms/select-block-background.html = FAIL |
| 1868 WIN : LayoutTests/fast/forms/select-change-popup-to-listbox.html = FAIL | 1868 WIN : LayoutTests/fast/forms/select-change-popup-to-listbox.html = FAIL |
| 1869 WIN : LayoutTests/fast/forms/select-initial-position.html = FAIL | 1869 WIN : LayoutTests/fast/forms/select-initial-position.html = FAIL |
| 1870 | 1870 |
| 1871 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS TIMEOUT | 1871 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS TIMEOUT |
| 1872 | 1872 |
| OLD | NEW |