| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL | 309 DEFER WIN LINUX : LayoutTests/fast/inline/dirtyLinesForInline.html = PASS FAIL |
| 310 // ----------------------------------------------------------------- | 310 // ----------------------------------------------------------------- |
| 311 // SVG TESTS | 311 // SVG TESTS |
| 312 // ----------------------------------------------------------------- | 312 // ----------------------------------------------------------------- |
| 313 | 313 |
| 314 // These were recently rebaselined on Windows and probably just need a | 314 // These were recently rebaselined on Windows and probably just need a |
| 315 // rebaseline on other platforms as well. | 315 // rebaseline on other platforms as well. |
| 316 LINUX : chrome/fast/forms/basic-textareas.html = FAIL | 316 LINUX : chrome/fast/forms/basic-textareas.html = FAIL |
| 317 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL | 317 LINUX : chrome/fast/forms/basic-textareas-quirks.html = FAIL |
| 318 LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL | 318 LINUX MAC : LayoutTests/editing/selection/5354455-1.html = FAIL |
| 319 LINUX : LayoutTests/editing/selection/select-missing-image.html = FAIL | |
| 320 LINUX : LayoutTests/fast/events/offsetX-offsetY.html = FAIL | |
| 321 LINUX : LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL | 319 LINUX : LayoutTests/fast/lists/list-marker-with-line-height.html = FAIL |
| 322 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = FAIL | 320 LINUX : LayoutTests/fast/overflow/overflow-stacking.html = FAIL |
| 323 LINUX : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 321 LINUX : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
| 324 LINUX : LayoutTests/fast/replaced/embed-display-none.html = FAIL | 322 LINUX : LayoutTests/fast/replaced/embed-display-none.html = FAIL |
| 325 LINUX : LayoutTests/fast/replaced/applet-display-none.html = FAIL | 323 LINUX : LayoutTests/fast/replaced/applet-display-none.html = FAIL |
| 326 LINUX : LayoutTests/fast/replaced/object-display-none.html = FAIL | 324 LINUX : LayoutTests/fast/replaced/object-display-none.html = FAIL |
| 327 LINUX : LayoutTests/fast/text/international/bidi-linebreak-001.html = FAIL | 325 LINUX : LayoutTests/fast/text/international/bidi-linebreak-001.html = FAIL |
| 328 LINUX : LayoutTests/fast/text/international/bidi-linebreak-002.html = FAIL | 326 LINUX : LayoutTests/fast/text/international/bidi-linebreak-002.html = FAIL |
| 329 LINUX : LayoutTests/fast/text/international/bidi-linebreak-003.html = FAIL | 327 LINUX : LayoutTests/fast/text/international/bidi-linebreak-003.html = FAIL |
| 330 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH | 328 LINUX : LayoutTests/svg/custom/deep-dynamic-updates.svg = FAIL CRASH |
| (...skipping 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.h
tml = FAIL | 1799 LayoutTests/fast/dom/getBoundingClientRect-getClientRects-relative-to-viewport.h
tml = FAIL |
| 1802 | 1800 |
| 1803 // Regressions from merge 41181:41217 | 1801 // Regressions from merge 41181:41217 |
| 1804 // New baseline upstream | 1802 // New baseline upstream |
| 1805 LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL | 1803 LINUX WIN : LayoutTests/editing/selection/select-all-iframe.html = FAIL |
| 1806 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL | 1804 WIN : LayoutTests/fast/lists/drag-into-marker.html = FAIL |
| 1807 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL | 1805 LINUX WIN : LayoutTests/fast/overflow/004.html = FAIL |
| 1808 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL | 1806 LINUX WIN : LayoutTests/fast/overflow/hidden-scrollbar-resize.html = FAIL |
| 1809 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL | 1807 LINUX WIN : LayoutTests/fast/overflow/hit-test-overflow-controls.html = FAIL |
| 1810 LINUX : LayoutTests/fast/canvas/set-colors.html = CRASH | 1808 LINUX : LayoutTests/fast/canvas/set-colors.html = CRASH |
| OLD | NEW |