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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
658 | 658 |
659 // Pixeltest failure: Form control metrics incorrect | 659 // Pixeltest failure: Form control metrics incorrect |
660 BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html =
FAIL PASS TIMEOUT | 660 BUG10273 LINUX : LayoutTests/http/tests/navigation/javascriptlink-frames.html =
FAIL PASS TIMEOUT |
661 | 661 |
662 // Mac Safari under certain circumstances automatically places | 662 // Mac Safari under certain circumstances automatically places |
663 // a caret in editable document even when none was requested programatically. | 663 // a caret in editable document even when none was requested programatically. |
664 // We don't intend to copy this feature (at least not for Beta). | 664 // We don't intend to copy this feature (at least not for Beta). |
665 BUG20844 LINUX WIN RELEASE : LayoutTests/editing/selection/designmode-no-caret.h
tml = FAIL | 665 BUG20844 LINUX WIN RELEASE : LayoutTests/editing/selection/designmode-no-caret.h
tml = FAIL |
666 BUG20844 LINUX WIN DEBUG SLOW : LayoutTests/editing/selection/designmode-no-care
t.html = FAIL | 666 BUG20844 LINUX WIN DEBUG SLOW : LayoutTests/editing/selection/designmode-no-care
t.html = FAIL |
667 | 667 |
668 // The end result looks right, but the event messages differ. | |
669 BUG21807 LINUX WIN : LayoutTests/editing/pasteboard/paste-xml.xhtml = FAIL | |
670 | |
671 // Directionality of mixed-direction text in selected choice should | 668 // Directionality of mixed-direction text in selected choice should |
672 // match that in the <select> option lists. | 669 // match that in the <select> option lists. |
673 // Low priority, unclear if test expectations are correct (see bug) | 670 // Low priority, unclear if test expectations are correct (see bug) |
674 BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL | 671 BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL |
675 | 672 |
676 // We don't support NPN_Enumerate, but don't know of any plugin | 673 // We don't support NPN_Enumerate, but don't know of any plugin |
677 // which depends on that functionality. So we ignore this for beta. | 674 // which depends on that functionality. So we ignore this for beta. |
678 BUG21901 : LayoutTests/plugins/netscape-enumerate.html = FAIL | 675 BUG21901 : LayoutTests/plugins/netscape-enumerate.html = FAIL |
679 | 676 |
680 // This tests the screen's pixel depth, which we don't set on the buildbots | 677 // This tests the screen's pixel depth, which we don't set on the buildbots |
(...skipping 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3180 BUG_HCLAM : LayoutTests/editing/style/style-boundary-001.html = FAIL | 3177 BUG_HCLAM : LayoutTests/editing/style/style-boundary-001.html = FAIL |
3181 BUG_HCLAM : LayoutTests/fast/js/string-trim.html = FAIL | 3178 BUG_HCLAM : LayoutTests/fast/js/string-trim.html = FAIL |
3182 BUG_HCLAM WIN MAC : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-n
ot-loaded-svg.svg = CRASH | 3179 BUG_HCLAM WIN MAC : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-image-n
ot-loaded-svg.svg = CRASH |
3183 BUG_HCLAM WIN : LayoutTests/fast/loader/text-document-wrapping.html = CRASH | 3180 BUG_HCLAM WIN : LayoutTests/fast/loader/text-document-wrapping.html = CRASH |
3184 | 3181 |
3185 // WebKit roll 49473:49502 | 3182 // WebKit roll 49473:49502 |
3186 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL | 3183 BUG24756 : LayoutTests/fast/websockets/websocket-event-target.html = FAIL |
3187 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL | 3184 BUG24757 : LayoutTests/fast/dom/beforeload/frame-before-load.html = FAIL |
3188 // See also bug 23475: | 3185 // See also bug 23475: |
3189 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS | 3186 BUG24775 : LayoutTests/svg/custom/missing-xlink.svg = FAIL PASS |
OLD | NEW |