| 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 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2113 WIN : LayoutTests/fast/css/rtl-ordering.html = FAIL | 2113 WIN : LayoutTests/fast/css/rtl-ordering.html = FAIL |
| 2114 WIN : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL | 2114 WIN : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL |
| 2115 WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL | 2115 WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL |
| 2116 WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL | 2116 WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL |
| 2117 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL | 2117 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL |
| 2118 WIN : LayoutTests/fast/text/international/001.html = FAIL | 2118 WIN : LayoutTests/fast/text/international/001.html = FAIL |
| 2119 WIN : LayoutTests/fast/text/international/002.html = FAIL | 2119 WIN : LayoutTests/fast/text/international/002.html = FAIL |
| 2120 WIN : LayoutTests/fast/text/international/003.html = FAIL | 2120 WIN : LayoutTests/fast/text/international/003.html = FAIL |
| 2121 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL | 2121 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL |
| 2122 | 2122 |
| 2123 // TODO(tc): Regression due to shadow changes. | |
| 2124 LayoutTests/fast/box-shadow/basic-shadows.html = FAIL | |
| 2125 LayoutTests/fast/box-shadow/border-radius-big.html = FAIL | |
| 2126 LayoutTests/fast/repaint/box-shadow-dynamic.html = FAIL | |
| 2127 LayoutTests/fast/repaint/box-shadow-h.html = FAIL | |
| 2128 LayoutTests/fast/repaint/box-shadow-v.html = FAIL | |
| 2129 | |
| 2130 // 2008/12/13 - Turning off some Friday night test regressions until they can be
looked at. | 2123 // 2008/12/13 - Turning off some Friday night test regressions until they can be
looked at. |
| 2131 WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH | 2124 WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH |
| 2132 DEBUG WIN : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-heigh
t-prop.html = CRASH | 2125 DEBUG WIN : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-heigh
t-prop.html = CRASH |
| 2133 | |
| OLD | NEW |