| 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 | 1082 |
| 1083 // MERGE 38389:38450 | 1083 // MERGE 38389:38450 |
| 1084 LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-4.html = FAIL | 1084 LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-4.html = FAIL |
| 1085 LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT | 1085 LayoutTests/fast/dom/cssTarget-crash.html = TIMEOUT |
| 1086 | 1086 |
| 1087 // Started failing with r5743 (darin) | 1087 // Started failing with r5743 (darin) |
| 1088 // http://crbug.com/4617 | 1088 // http://crbug.com/4617 |
| 1089 LayoutTests/security/block-test.html = FAIL | 1089 LayoutTests/security/block-test.html = FAIL |
| 1090 | 1090 |
| 1091 // http://crbug.com/4618 | 1091 // http://crbug.com/4618 |
| 1092 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html =
CRASH | 1092 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop.html =
CRASH | PASS |
| 1093 DEBUG : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop.html =
CRASH | PASS |
| 1093 | 1094 |
| 1094 // These have been failing for as long as we've had SVG support and were | 1095 // These have been failing for as long as we've had SVG support and were |
| 1095 // incorrectly removed during a merge. | 1096 // incorrectly removed during a merge. |
| 1096 LayoutTests/svg/W3C-SVG-1.1/animate-elem-28-t.svg = FAIL | 1097 LayoutTests/svg/W3C-SVG-1.1/animate-elem-28-t.svg = FAIL |
| 1097 LayoutTests/svg/W3C-SVG-1.1/animate-elem-37-t.svg = FAIL | 1098 LayoutTests/svg/W3C-SVG-1.1/animate-elem-37-t.svg = FAIL |
| 1098 LayoutTests/svg/W3C-SVG-1.1/animate-elem-80-t.svg = FAIL | 1099 LayoutTests/svg/W3C-SVG-1.1/animate-elem-80-t.svg = FAIL |
| 1099 LayoutTests/svg/W3C-SVG-1.1/animate-elem-83-t.svg = FAIL | 1100 LayoutTests/svg/W3C-SVG-1.1/animate-elem-83-t.svg = FAIL |
| 1100 LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = FAIL | 1101 LayoutTests/svg/W3C-SVG-1.1/extend-namespace-01-f.svg = FAIL |
| 1101 LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL | 1102 LayoutTests/svg/W3C-SVG-1.1/filters-example-01-b.svg = FAIL |
| 1102 LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b.svg = FAIL | 1103 LayoutTests/svg/W3C-SVG-1.1/metadata-example-01-b.svg = FAIL |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1170 LayoutTests/editing/deleting/delete-link-1.html = FAIL | 1171 LayoutTests/editing/deleting/delete-link-1.html = FAIL |
| 1171 LayoutTests/editing/inserting/insert-before-link-1.html = FAIL | 1172 LayoutTests/editing/inserting/insert-before-link-1.html = FAIL |
| 1172 LayoutTests/editing/execCommand/19089.html = FAIL | 1173 LayoutTests/editing/execCommand/19089.html = FAIL |
| 1173 LayoutTests/fast/block/positioning/047.html = FAIL | 1174 LayoutTests/fast/block/positioning/047.html = FAIL |
| 1174 LayoutTests/fast/text/cg-fallback-bolding.html = FAIL | 1175 LayoutTests/fast/text/cg-fallback-bolding.html = FAIL |
| 1175 | 1176 |
| 1176 // MERGE 38653:38729: New tests | 1177 // MERGE 38653:38729: New tests |
| 1177 LayoutTests/fast/repaint/outline-child-repaint.html = FAIL | 1178 LayoutTests/fast/repaint/outline-child-repaint.html = FAIL |
| 1178 LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL | 1179 LayoutTests/http/tests/misc/single-character-pi-stylesheet.xhtml = FAIL |
| 1179 LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT | 1180 LayoutTests/fast/workers/stress-js-execution.html = TIMEOUT |
| OLD | NEW |