| 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 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 LayoutTests/fast/workers/worker-replace-global-constructor.html = TIMEOUT | 1308 LayoutTests/fast/workers/worker-replace-global-constructor.html = TIMEOUT |
| 1309 | 1309 |
| 1310 // MERGE 38600:38625: New tests | 1310 // MERGE 38600:38625: New tests |
| 1311 // Bug 4997, this looks mostly OK, but the test reports FAIL. | 1311 // Bug 4997, this looks mostly OK, but the test reports FAIL. |
| 1312 LayoutTests/fast/forms/search-transformed.html = FAIL | 1312 LayoutTests/fast/forms/search-transformed.html = FAIL |
| 1313 // Big 4999: we need to fix this same bug in our plugin handling Apple did in | 1313 // Big 4999: we need to fix this same bug in our plugin handling Apple did in |
| 1314 // r38611. | 1314 // r38611. |
| 1315 LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL | 1315 LayoutTests/plugins/netscape-plugin-setwindow-size-2.html = FAIL |
| 1316 | 1316 |
| 1317 // MERGE 38625:38653: Expectations changed upstream | 1317 // MERGE 38625:38653: Expectations changed upstream |
| 1318 LINUX WIN : LayoutTests/editing/deleting/delete-by-word-001.html = FAIL | |
| 1319 LINUX WIN : LayoutTests/editing/deleting/delete-by-word-002.html = FAIL | |
| 1320 LINUX WIN : LayoutTests/editing/deleting/delete-to-end-of-paragraph.html = FAIL | 1318 LINUX WIN : LayoutTests/editing/deleting/delete-to-end-of-paragraph.html = FAIL |
| 1321 LayoutTests/fast/css/computed-style-without-renderer.html = FAIL | 1319 LayoutTests/fast/css/computed-style-without-renderer.html = FAIL |
| 1322 | 1320 |
| 1323 // MERGE 38625:38653: Regressions | 1321 // MERGE 38625:38653: Regressions |
| 1324 LayoutTests/fast/events/key-events-in-input-button.html = FAIL | 1322 LayoutTests/fast/events/key-events-in-input-button.html = FAIL |
| 1325 | 1323 |
| 1326 // MERGE 38625:38653: New tests | 1324 // MERGE 38625:38653: New tests |
| 1327 LayoutTests/fast/css/computed-style.html = FAIL | 1325 LayoutTests/fast/css/computed-style.html = FAIL |
| 1328 LINUX WIN : LayoutTests/fast/repaint/change-transform.html = FAIL | 1326 LINUX WIN : LayoutTests/fast/repaint/change-transform.html = FAIL |
| 1329 LayoutTests/transitions/transition-drt-api-delay.html = TIMEOUT | 1327 LayoutTests/transitions/transition-drt-api-delay.html = TIMEOUT |
| (...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2124 LayoutTests/fast/box-shadow/basic-shadows.html = FAIL | 2122 LayoutTests/fast/box-shadow/basic-shadows.html = FAIL |
| 2125 LayoutTests/fast/box-shadow/border-radius-big.html = FAIL | 2123 LayoutTests/fast/box-shadow/border-radius-big.html = FAIL |
| 2126 LayoutTests/fast/repaint/box-shadow-dynamic.html = FAIL | 2124 LayoutTests/fast/repaint/box-shadow-dynamic.html = FAIL |
| 2127 LayoutTests/fast/repaint/box-shadow-h.html = FAIL | 2125 LayoutTests/fast/repaint/box-shadow-h.html = FAIL |
| 2128 LayoutTests/fast/repaint/box-shadow-v.html = FAIL | 2126 LayoutTests/fast/repaint/box-shadow-v.html = FAIL |
| 2129 | 2127 |
| 2130 // 2008/12/13 - Turning off some Friday night test regressions until they can be
looked at. | 2128 // 2008/12/13 - Turning off some Friday night test regressions until they can be
looked at. |
| 2131 WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH | 2129 WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH |
| 2132 DEBUG WIN : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-heigh
t-prop.html = CRASH | 2130 DEBUG WIN : LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-svgdom-heigh
t-prop.html = CRASH |
| 2133 | 2131 |
| OLD | NEW |