| 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 BUG23270 WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL | 890 BUG23270 WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL |
| 891 | 891 |
| 892 // Extra space at end of test results. Since this is a crash test, a | 892 // Extra space at end of test results. Since this is a crash test, a |
| 893 // FAIL here is just as good as running the test normally. | 893 // FAIL here is just as good as running the test normally. |
| 894 // FAIL results from an extra newline at the top of the results | 894 // FAIL results from an extra newline at the top of the results |
| 895 // the checked in results do not include the PASS text. | 895 // the checked in results do not include the PASS text. |
| 896 // May only need re-baselining? | 896 // May only need re-baselining? |
| 897 BUG24206 WIN : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onl
oad.html = FAIL PASS | 897 BUG24206 WIN : LayoutTests/http/tests/navigation/changing-frame-hierarchy-in-onl
oad.html = FAIL PASS |
| 898 BUG24206 LINUX MAC : LayoutTests/http/tests/navigation/changing-frame-hierarchy-
in-onload.html = FAIL | 898 BUG24206 LINUX MAC : LayoutTests/http/tests/navigation/changing-frame-hierarchy-
in-onload.html = FAIL |
| 899 | 899 |
| 900 // This test has hover effects that change the font size. This test also | |
| 901 // moves the mouse around, resulting in a layout that dances around. | |
| 902 // Depending upon when the snapshot is taken we get different results. | |
| 903 BUG10280 LINUX WIN : LayoutTests/fast/inline/dirtyLinesForInline.html = FAIL | |
| 904 // WebKit roll 50313:50324 | |
| 905 BUG_ROLANDSTEINER MAC : LayoutTests/fast/inline/dirtyLinesForInline.html = TEXT | |
| 906 | |
| 907 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL | 900 BUG20507 : LayoutTests/http/tests/uri/resolve-encoding-relative.html = FAIL |
| 908 | 901 |
| 909 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL | 902 BUG10432 WIN LINUX : LayoutTests/fast/overflow/004.html = FAIL |
| 910 | 903 |
| 911 //also BUG24863 | 904 //also BUG24863 |
| 912 BUG9071 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html
= FAIL | 905 BUG9071 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html
= FAIL |
| 913 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm
l = FAIL | 906 BUG9071 LINUX : LayoutTests/editing/selection/drag-to-contenteditable-iframe.htm
l = FAIL |
| 914 | 907 |
| 915 // ----------------------------------------------------------------- | 908 // ----------------------------------------------------------------- |
| 916 // SVG TESTS | 909 // SVG TESTS |
| (...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3094 BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT | 3087 BUG27555 : LayoutTests/media/media-fullscreen-not-in-document.html = TIMEOUT |
| 3095 | 3088 |
| 3096 BUG27555 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT | 3089 BUG27555 WIN LINUX : LayoutTests/fast/canvas/canvas-shadow.html = TEXT |
| 3097 BUG27555 WIN LINUX : LayoutTests/fast/multicol/single-line.html = IMAGE+TEXT | 3090 BUG27555 WIN LINUX : LayoutTests/fast/multicol/single-line.html = IMAGE+TEXT |
| 3098 | 3091 |
| 3099 // hbono's new test. | 3092 // hbono's new test. |
| 3100 BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html
= TEXT | 3093 BUG27679 WIN LINUX MAC : LayoutTests/fast/events/ime-composition-events-001.html
= TEXT |
| 3101 | 3094 |
| 3102 // Failure from merge 50947:50972 | 3095 // Failure from merge 50947:50972 |
| 3103 BUG27683 : LayoutTests/svg/custom/viewport-update2.svg = IMAGE+TEXT | 3096 BUG27683 : LayoutTests/svg/custom/viewport-update2.svg = IMAGE+TEXT |
| OLD | NEW |