| 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 938 // Our metrics for Georgia are off by one pixel. | 938 // Our metrics for Georgia are off by one pixel. |
| 939 LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL | 939 LINUX : LayoutTests/fast/css/line-height-font-order.html = FAIL |
| 940 | 940 |
| 941 // Need a Japanese font. | 941 // Need a Japanese font. |
| 942 LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL | 942 LINUX : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL |
| 943 | 943 |
| 944 // Font metrics wrong, despite using Lucida Grande? | 944 // Font metrics wrong, despite using Lucida Grande? |
| 945 LINUX MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL | 945 LINUX MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL |
| 946 | 946 |
| 947 // Off-by-one in form controls -- font metrics? | 947 // Off-by-one in form controls -- font metrics? |
| 948 LINUX MAC : LayoutTests/fast/forms/input-baseline.html = FAIL | 948 MAC : LayoutTests/fast/forms/input-baseline.html = FAIL |
| 949 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL | 949 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL |
| 950 LINUX MAC : LayoutTests/fast/forms/textfield-outline.html = FAIL | 950 MAC : LayoutTests/fast/forms/textfield-outline.html = FAIL |
| 951 | 951 |
| 952 // Hebrew font metrics. | 952 // Hebrew font metrics. |
| 953 LINUX : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL | 953 LINUX : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL |
| 954 LINUX MAC : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL | 954 LINUX MAC : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL |
| 955 | 955 |
| 956 // Layout totally different -- wrong font selected? | 956 // Layout totally different -- wrong font selected? |
| 957 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL | 957 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL |
| 958 | 958 |
| 959 // Linux flaky: sometimes I get scrollbars and sometimes not. | 959 // Linux flaky: sometimes I get scrollbars and sometimes not. |
| 960 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS | 960 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS |
| (...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1869 LINUX : LayoutTests/editing/selection/extend-selection-bidi.html = FAIL PASS | 1869 LINUX : LayoutTests/editing/selection/extend-selection-bidi.html = FAIL PASS |
| 1870 | 1870 |
| 1871 // Merge 40059:40086 -- regressions | 1871 // Merge 40059:40086 -- regressions |
| 1872 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS TIMEOUT | 1872 LayoutTests/transitions/hang-with-bad-transition-list.html = PASS TIMEOUT |
| 1873 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-10-t.svg = FAIL | 1873 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-10-t.svg = FAIL |
| 1874 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-12-t.svg = FAIL | 1874 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-12-t.svg = FAIL |
| 1875 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-15-t.svg = FAIL | 1875 LINUX : LayoutTests/svg/W3C-SVG-1.1/animate-elem-15-t.svg = FAIL |
| 1876 // These two appear to have been failing before the merge. | 1876 // These two appear to have been failing before the merge. |
| 1877 LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL | 1877 LINUX : LayoutTests/svg/custom/circular-marker-reference-3.svg = FAIL |
| 1878 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL | 1878 LINUX : LayoutTests/svg/custom/circular-marker-reference-4.svg = FAIL |
| OLD | NEW |