| 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 2105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2116 // Started failing when landing the new skia r6925. | 2116 // Started failing when landing the new skia r6925. |
| 2117 WIN : LayoutTests/fast/css/rtl-ordering.html = FAIL | 2117 WIN : LayoutTests/fast/css/rtl-ordering.html = FAIL |
| 2118 WIN : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL | 2118 WIN : LayoutTests/fast/encoding/denormalised-voiced-japanese-chars.html = FAIL |
| 2119 WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL | 2119 WIN : LayoutTests/fast/forms/select-visual-hebrew.html = FAIL |
| 2120 WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL | 2120 WIN : LayoutTests/fast/forms/visual-hebrew-text-field.html = FAIL |
| 2121 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL | 2121 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL |
| 2122 WIN : LayoutTests/fast/text/international/001.html = FAIL | 2122 WIN : LayoutTests/fast/text/international/001.html = FAIL |
| 2123 WIN : LayoutTests/fast/text/international/002.html = FAIL | 2123 WIN : LayoutTests/fast/text/international/002.html = FAIL |
| 2124 WIN : LayoutTests/fast/text/international/003.html = FAIL | 2124 WIN : LayoutTests/fast/text/international/003.html = FAIL |
| 2125 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL | 2125 WIN : LayoutTests/fast/text/international/wrap-CJK-001.html = FAIL |
| 2126 |
| 2127 // TODO(tc): Regression due to shadow changes. |
| 2128 LayoutTests/fast/box-shadow/basic-shadows.html = FAIL |
| 2129 LayoutTests/fast/box-shadow/border-radius-big.html = FAIL |
| 2130 LayoutTests/fast/repaint/box-shadow-dynamic.html = FAIL |
| 2131 LayoutTests/fast/repaint/box-shadow-h.html = FAIL |
| 2132 LayoutTests/fast/repaint/box-shadow-v.html = FAIL |
| 2133 |
| OLD | NEW |