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 // fast/js/fixme.js = FAIL | 7 // fast/js/fixme.js = FAIL |
8 // fast/js/flaky.js = FAIL PASS | 8 // fast/js/flaky.js = FAIL PASS |
9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
10 // | 10 // |
(...skipping 2873 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2884 BUG32673 WIN LINUX : fast/forms/textarea-scrollbar-height.html = TEXT | 2884 BUG32673 WIN LINUX : fast/forms/textarea-scrollbar-height.html = TEXT |
2885 BUG32675 LINUX : fast/repaint/trailing-floats-root-line-box-overflow.html = IMAG
E | 2885 BUG32675 LINUX : fast/repaint/trailing-floats-root-line-box-overflow.html = IMAG
E |
2886 | 2886 |
2887 // WebKit roll 53452:53511 | 2887 // WebKit roll 53452:53511 |
2888 BUG32664 WIN DEBUG : http/tests/security/view-source-no-refresh.html = TIMEOUT | 2888 BUG32664 WIN DEBUG : http/tests/security/view-source-no-refresh.html = TIMEOUT |
2889 BUG32665 WIN DEBUG : media/video-source-error-no-candidate.html = TIMEOUT | 2889 BUG32665 WIN DEBUG : media/video-source-error-no-candidate.html = TIMEOUT |
2890 | 2890 |
2891 // Flaky tests found during the roll. | 2891 // Flaky tests found during the roll. |
2892 BUG32679 LINUX DEBUG : http/tests/navigation/lockedhistory-iframe.html = TEXT PA
SS | 2892 BUG32679 LINUX DEBUG : http/tests/navigation/lockedhistory-iframe.html = TEXT PA
SS |
2893 BUG32680 LINUX DEBUG : svg/filters/big-sized-filter.svg = IMAGE+TEXT TIMEOUT PAS
S | 2893 BUG32680 LINUX DEBUG : svg/filters/big-sized-filter.svg = IMAGE+TEXT TIMEOUT PAS
S |
2894 BUG32682 LINUX DEBUG : svg/W3C-SVG-1.1/filters-conv-01-f.svg = TEXT PASS | 2894 BUG32682 LINUX : svg/W3C-SVG-1.1/filters-conv-01-f.svg = TEXT PASS |
2895 BUG32683 LINUX DEBUG : svg/css/glyph-orientation-rounding-test.xhtml = TEXT PASS | 2895 BUG32683 LINUX DEBUG : svg/css/glyph-orientation-rounding-test.xhtml = TEXT PASS |
2896 BUG32684 WIN DEBUG : inspector/timeline-layout.html = TEXT PASS | 2896 BUG32684 WIN DEBUG : inspector/timeline-layout.html = TEXT PASS |
2897 BUG32685 WIN DEBUG : storage/statement-error-callback.html = TEXT PASS | 2897 BUG32685 WIN DEBUG : storage/statement-error-callback.html = TEXT PASS |
2898 BUG32686 WIN DEBUG : fast/block/margin-collapse/block-inside-inline/006.html = C
RASH PASS | 2898 BUG32686 WIN DEBUG : fast/block/margin-collapse/block-inside-inline/006.html = C
RASH PASS |
2899 BUG32687 WIN DEBUG : storage/close-during-stress-test.html = CRASH PASS | 2899 BUG32687 WIN DEBUG : storage/close-during-stress-test.html = CRASH PASS |
2900 BUG32688 MAC DEBUG : fast/lists/inlineBoxWrapperNullCheck.html = TEXT PASS | 2900 BUG32688 MAC DEBUG : fast/lists/inlineBoxWrapperNullCheck.html = TEXT PASS |
2901 BUG32689 MAC DEBUG : http/tests/security/mixedContent/about-blank-iframe-in-main
-frame.html = TEXT PASS | 2901 BUG32689 MAC DEBUG : http/tests/security/mixedContent/about-blank-iframe-in-main
-frame.html = TEXT PASS |
2902 BUG32690 MAC DEBUG : plugins/plugin-remove-subframe.html = TEXT PASS | 2902 BUG32690 MAC DEBUG : plugins/plugin-remove-subframe.html = TEXT PASS |
2903 BUG32691 MAC DEBUG : svg/batik/text/textEffect.svg = TEXT PASS | 2903 BUG32691 MAC DEBUG : svg/batik/text/textEffect.svg = TEXT PASS |
2904 BUG32692 MAC DEBUG : svg/custom/visibility-override-filter.svg = TEXT PASS | 2904 BUG32692 MAC DEBUG : svg/custom/visibility-override-filter.svg = TEXT PASS |
(...skipping 14 matching lines...) Expand all Loading... |
2919 BUG32949 WIN LINUX MAC : fast/dom/Window/invalid-protocol.html = TEXT | 2919 BUG32949 WIN LINUX MAC : fast/dom/Window/invalid-protocol.html = TEXT |
2920 | 2920 |
2921 // WebKit roll 53704:53787. Not going to fix for now. | 2921 // WebKit roll 53704:53787. Not going to fix for now. |
2922 BUG33099 : media/video-reverse-play-duration.html = TIMEOUT | 2922 BUG33099 : media/video-reverse-play-duration.html = TIMEOUT |
2923 BUG33099 : media/video-timeupdate-reverse-play.html = TIMEOUT | 2923 BUG33099 : media/video-timeupdate-reverse-play.html = TIMEOUT |
2924 | 2924 |
2925 // Newly added tests from r53893 | 2925 // Newly added tests from r53893 |
2926 BUG33288 : fast/forms/input-valueasnumber-date.html = TEXT | 2926 BUG33288 : fast/forms/input-valueasnumber-date.html = TEXT |
2927 BUG33288 : fast/forms/input-valueasnumber-datetime.html = TEXT | 2927 BUG33288 : fast/forms/input-valueasnumber-datetime.html = TEXT |
2928 BUG33288 : fast/forms/input-valueasnumber-month.html = TEXT | 2928 BUG33288 : fast/forms/input-valueasnumber-month.html = TEXT |
OLD | NEW |