OLD | NEW |
1 // This file consists of lines with specifications of what | 1 // This file consists of lines with specifications of what |
2 // to expect from layout test cases. The test cases can be directories | 2 // to expect from layout test cases. The test cases can be directories |
3 // in which case the expectations apply to all test cases in that | 3 // in which case the expectations apply to all test cases in that |
4 // directory and any subdirectory. The format of the file is along the | 4 // directory and any subdirectory. The format of the file is along the |
5 // lines of: | 5 // lines of: |
6 // | 6 // |
7 // LayoutTests/fast/js/fixme.js = FAIL | 7 // LayoutTests/fast/js/fixme.js = FAIL |
8 // LayoutTests/fast/js/flaky.js = FAIL PASS | 8 // LayoutTests/fast/js/flaky.js = FAIL PASS |
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
10 // | 10 // |
(...skipping 2587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2598 BUG11179 DEFER : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html =
FAIL | 2598 BUG11179 DEFER : LayoutTests/http/tests/xmlhttprequest/detaching-frame-2.html =
FAIL |
2599 | 2599 |
2600 // Chrome does not support WebArchives (just like Safari for Windows), | 2600 // Chrome does not support WebArchives (just like Safari for Windows), |
2601 // although we might eventually want to on Mac. | 2601 // although we might eventually want to on Mac. |
2602 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm
l = FAIL | 2602 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-body-webarchive.htm
l = FAIL |
2603 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm
l = FAIL | 2603 WONTFIX SKIP : LayoutTests/webarchive/adopt-attribute-styled-node-webarchive.htm
l = FAIL |
2604 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html =
FAIL | 2604 WONTFIX SKIP : LayoutTests/webarchive/adopt-inline-styled-node-webarchive.html =
FAIL |
2605 | 2605 |
2606 // Regressions from WebKit Merge 42932:42994 | 2606 // Regressions from WebKit Merge 42932:42994 |
2607 BUG11239 : LayoutTests/fast/dom/Window/setTimeout-string-argument.html = FAIL | 2607 BUG11239 : LayoutTests/fast/dom/Window/setTimeout-string-argument.html = FAIL |
2608 BUG11239 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL | |
2609 BUG11239 : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL | |
2610 BUG11239 : LayoutTests/fast/forms/textarea-metrics.html = FAIL | |
2611 BUG11239 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-protocol
-explicit-domain.html = FAIL | 2608 BUG11239 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-protocol
-explicit-domain.html = FAIL |
2612 BUG11239 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-protocol
.html = FAIL | 2609 BUG11239 WIN LINUX : LayoutTests/http/tests/security/cross-frame-access-protocol
.html = FAIL |
2613 BUG11239 : LayoutTests/platform/win/accessibility/document-role.html = FAIL | 2610 BUG11239 : LayoutTests/platform/win/accessibility/document-role.html = FAIL |
2614 BUG11239 : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FAIL | |
2615 BUG11239 WIN LINUX : chrome/fast/forms/textarea-metrics.html = FAIL | |
2616 BUG11239 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL | 2611 BUG11239 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = FAIL |
2617 BUG11239 MAC : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = F
AIL | 2612 BUG11239 MAC : LayoutTests/svg/custom/js-late-marker-and-object-creation.svg = F
AIL |
| 2613 |
| 2614 // Regressions from WebKit Merge 42932:42994 due to text metric changes. |
| 2615 BUG11251 WIN : LayoutTests/fast/forms/textarea-width.html = FAIL |
| 2616 BUG11251 : LayoutTests/fast/forms/text-control-intrinsic-widths.html = FAIL |
| 2617 BUG11251 WIN LINUX : chrome/fast/forms/textarea-metrics.html = FAIL |
| 2618 BUG11251 : LayoutTests/svg/custom/svg-fonts-in-text-controls.html = FAIL |
| 2619 BUG11251 : LayoutTests/fast/forms/textarea-metrics.html = FAIL |
OLD | NEW |