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 3068 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3079 BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL | 3079 BUG17974 WIN LINUX: LayoutTests/svg/css/getComputedStyle-basic.xhtml = FAIL |
3080 BUG17974 WIN: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL | 3080 BUG17974 WIN: LayoutTests/svg/custom/svg-fonts-in-html.html = FAIL |
3081 | 3081 |
3082 // Regressions caused by Chromium r22067 | 3082 // Regressions caused by Chromium r22067 |
3083 BUG18089 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xsl-document-red
irect.xml = FAIL | 3083 BUG18089 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xsl-document-red
irect.xml = FAIL |
3084 BUG18089 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xsl-external-ent
ity-redirect.xml = FAIL | 3084 BUG18089 LINUX MAC : LayoutTests/http/tests/security/xss-DENIED-xsl-external-ent
ity-redirect.xml = FAIL |
3085 BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin
-post-sync.html = FAIL | 3085 BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin
-post-sync.html = FAIL |
3086 BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin
-sync-double.html = FAIL | 3086 BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin
-sync-double.html = FAIL |
3087 BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-syn
c.html = FAIL | 3087 BUG18089 LINUX : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-syn
c.html = FAIL |
3088 BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe
-redirect.html = FAIL | 3088 BUG18089 LINUX MAC : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-unsafe
-redirect.html = FAIL |
3089 | |
3090 BUG18143 : LayoutTests/fast/forms/button-style-color.html = FAIL | |
OLD | NEW |