| 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 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1342 // MERGE 38729:38760: Regressions | 1342 // MERGE 38729:38760: Regressions |
| 1343 LINUX WIN : LayoutTests/editing/selection/5057506.html = FAIL | 1343 LINUX WIN : LayoutTests/editing/selection/5057506.html = FAIL |
| 1344 LINUX WIN : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL | 1344 LINUX WIN : LayoutTests/editing/pasteboard/subframe-dragndrop-1.html = FAIL |
| 1345 | 1345 |
| 1346 LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html =
PASS CRASH | 1346 LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html =
PASS CRASH |
| 1347 | 1347 |
| 1348 // MERGE 38760:38800: New tests | 1348 // MERGE 38760:38800: New tests |
| 1349 LayoutTests/fast/workers/use-machine-stack.html = TIMEOUT | 1349 LayoutTests/fast/workers/use-machine-stack.html = TIMEOUT |
| 1350 LayoutTests/animations/transform-animation-event-destroy-element.html = CRASH | 1350 LayoutTests/animations/transform-animation-event-destroy-element.html = CRASH |
| 1351 | 1351 |
| 1352 // MERGE 38760:38800: Expectations changed upstream |
| 1353 WIN : LayoutTests/svg/hixie/data-types/001.xml = FAIL |
| 1354 |
| 1352 // ----------------------------------------------------------------- | 1355 // ----------------------------------------------------------------- |
| 1353 // MAC PORT TESTS | 1356 // MAC PORT TESTS |
| 1354 // ----------------------------------------------------------------- | 1357 // ----------------------------------------------------------------- |
| 1355 | 1358 |
| 1356 // These tests hang for an unknown reason. Need to debug why the watchdog | 1359 // These tests hang for an unknown reason. Need to debug why the watchdog |
| 1357 // thread doesn't kill the app correctly. | 1360 // thread doesn't kill the app correctly. |
| 1358 SKIP MAC : LayoutTests/fast/regex/ = TIMEOUT | 1361 SKIP MAC : LayoutTests/fast/regex/ = TIMEOUT |
| 1359 | 1362 |
| 1360 // | 1363 // |
| 1361 // *** TESTS TO WORK ON FIRST *** | 1364 // *** TESTS TO WORK ON FIRST *** |
| (...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH | 2059 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/4947130.html = CRASH |
| 2057 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame
.html = CRASH | 2060 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-in-about-blank-frame
.html = CRASH |
| 2058 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-i
n-iframe.html = CRASH | 2061 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-i
n-iframe.html = CRASH |
| 2059 MAC : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.htm
l = FAIL | 2062 MAC : LayoutTests/editing/pasteboard/drag-image-to-contenteditable-in-iframe.htm
l = FAIL |
| 2060 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contente
ditable.html = CRASH | 2063 LINUX WIN DEBUG : LayoutTests/editing/pasteboard/drag-selected-image-to-contente
ditable.html = CRASH |
| 2061 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.h
tml = CRASH | 2064 LINUX WIN DEBUG : LayoutTests/editing/selection/drag-to-contenteditable-iframe.h
tml = CRASH |
| 2062 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html
= CRASH | 2065 LINUX WIN DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html
= CRASH |
| 2063 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAI
L | 2066 MAC DEBUG : LayoutTests/fast/events/standalone-image-drag-to-editable.html = FAI
L |
| 2064 // Missing expected results. | 2067 // Missing expected results. |
| 2065 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL | 2068 SKIP : LayoutTests/svg/webarchive/svg-cursor-subresources.svg = FAIL |
| OLD | NEW |