| 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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 921 // Layout totally different -- wrong font selected? | 921 // Layout totally different -- wrong font selected? |
| 922 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL | 922 LINUX : LayoutTests/fast/frames/viewsource-attribute.html = FAIL |
| 923 | 923 |
| 924 // Linux flaky: sometimes I get scrollbars and sometimes not. | 924 // Linux flaky: sometimes I get scrollbars and sometimes not. |
| 925 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS | 925 LINUX : LayoutTests/fast/lists/001.html = FAIL PASS |
| 926 | 926 |
| 927 // We fail to load a file URL with a port number -- how does this work on | 927 // We fail to load a file URL with a port number -- how does this work on |
| 928 // Windows? | 928 // Windows? |
| 929 LINUX MAC : LayoutTests/fast/loader/file-URL-with-port-number.html = FAIL | 929 LINUX MAC : LayoutTests/fast/loader/file-URL-with-port-number.html = FAIL |
| 930 | 930 |
| 931 // URL canonicalization is different -- how does this work on Windows? | |
| 932 LINUX MAC : LayoutTests/fast/loader/url-parse-1.html = FAIL | |
| 933 | |
| 934 // Text doesn't display at all -- maybe we don't have the slow font | 931 // Text doesn't display at all -- maybe we don't have the slow font |
| 935 // code enabled? | 932 // code enabled? |
| 936 LINUX : LayoutTests/fast/text/atsui-kerning-and-ligatures.html = FAIL | 933 LINUX : LayoutTests/fast/text/atsui-kerning-and-ligatures.html = FAIL |
| 937 LINUX : LayoutTests/fast/text/atsui-partial-selection.html = FAIL | 934 LINUX : LayoutTests/fast/text/atsui-partial-selection.html = FAIL |
| 938 LINUX : LayoutTests/fast/text/atsui-small-caps-punctuation-size.html = FAIL | 935 LINUX : LayoutTests/fast/text/atsui-small-caps-punctuation-size.html = FAIL |
| 939 LINUX : LayoutTests/fast/text/atsui-spacing-features.html = FAIL | 936 LINUX : LayoutTests/fast/text/atsui-spacing-features.html = FAIL |
| 940 LINUX : LayoutTests/fast/text/cg-vs-atsui.html = FAIL | 937 LINUX : LayoutTests/fast/text/cg-vs-atsui.html = FAIL |
| 941 LINUX : LayoutTests/fast/text/international/complex-character-based-fallback.htm
l = FAIL | 938 LINUX : LayoutTests/fast/text/international/complex-character-based-fallback.htm
l = FAIL |
| 942 LINUX : LayoutTests/fast/text/large-text-composed-char.html = FAIL | 939 LINUX : LayoutTests/fast/text/large-text-composed-char.html = FAIL |
| 943 | 940 |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 WIN LINUX : LayoutTests/fast/forms/select-baseline.html = FAIL | 1832 WIN LINUX : LayoutTests/fast/forms/select-baseline.html = FAIL |
| 1836 WIN LINUX : LayoutTests/fast/forms/select-empty-option-height.html = FAIL | 1833 WIN LINUX : LayoutTests/fast/forms/select-empty-option-height.html = FAIL |
| 1837 WIN LINUX : LayoutTests/fast/replaced/three-selects-break.html = FAIL | 1834 WIN LINUX : LayoutTests/fast/replaced/three-selects-break.html = FAIL |
| 1838 WIN LINUX : LayoutTests/fast/table/border-collapsing/003.html = FAIL | 1835 WIN LINUX : LayoutTests/fast/table/border-collapsing/003.html = FAIL |
| 1839 WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html = FAIL | 1836 WIN LINUX : LayoutTests/fast/table/vertical-align-baseline.html = FAIL |
| 1840 WIN LINUX : LayoutTests/http/tests/misc/acid2-pixel.html = FAIL | 1837 WIN LINUX : LayoutTests/http/tests/misc/acid2-pixel.html = FAIL |
| 1841 WIN LINUX : LayoutTests/http/tests/misc/acid2.html = FAIL | 1838 WIN LINUX : LayoutTests/http/tests/misc/acid2.html = FAIL |
| 1842 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug149275-2.html = FAIL | 1839 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug149275-2.html = FAIL |
| 1843 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug3037-1.html = FAIL | 1840 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug3037-1.html = FAIL |
| 1844 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug57828-2.html = FAIL | 1841 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug57828-2.html = FAIL |
| OLD | NEW |