| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 193 |
| 194 // Implement java testing harness. | 194 // Implement java testing harness. |
| 195 BUGCR36681 SKIP : java = TEXT | 195 BUGCR36681 SKIP : java = TEXT |
| 196 // Chrome does not support Java LiveConnect. | 196 // Chrome does not support Java LiveConnect. |
| 197 WONTFIX SKIP : java/lc3 = TEXT | 197 WONTFIX SKIP : java/lc3 = TEXT |
| 198 | 198 |
| 199 // this test doesn't make sense on Win or Mac. | 199 // this test doesn't make sense on Win or Mac. |
| 200 // TODO: move to platform/chromium-linux/. | 200 // TODO: move to platform/chromium-linux/. |
| 201 WONTFIX SKIP MAC WIN : platform/chromium/fast/text/chromium-linux-fontconfig-ren
derstyle.html = FAIL | 201 WONTFIX SKIP MAC WIN : platform/chromium/fast/text/chromium-linux-fontconfig-ren
derstyle.html = FAIL |
| 202 | 202 |
| 203 // Quota API is not yet enabled by default. | 203 // Quota API is not supported in DRT yet. |
| 204 BUGCR61676 SKIP : storage/storageinfo-query-usage.html = FAIL | 204 BUGCR84572 SKIP : storage/storageinfo-query-usage.html = FAIL |
| 205 BUGCR61676 SKIP : storage/storageinfo-request-quota.html = FAIL | 205 BUGCR84572 SKIP : storage/storageinfo-request-quota.html = FAIL |
| 206 BUGCR84572 SKIP : storage/storageinfo-no-callbacks.html = FAIL |
| 206 | 207 |
| 207 // Animation API is disabled | 208 // Animation API is disabled |
| 208 WONTFIX SKIP : animations/animation-api-1.html = FAIL | 209 WONTFIX SKIP : animations/animation-api-1.html = FAIL |
| 209 | 210 |
| 210 // Unskip after implementing LayoutTestController::setDefersLoading and ::goBack
. | 211 // Unskip after implementing LayoutTestController::setDefersLoading and ::goBack
. |
| 211 BUGWK60877 SKIP : loader/navigation-while-deferring-loads.html = FAIL | 212 BUGWK60877 SKIP : loader/navigation-while-deferring-loads.html = FAIL |
| 212 | 213 |
| 213 // ----------------------------------------------------------------- | 214 // ----------------------------------------------------------------- |
| 214 // WONTFIX TESTS | 215 // WONTFIX TESTS |
| 215 // ----------------------------------------------------------------- | 216 // ----------------------------------------------------------------- |
| (...skipping 3809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4025 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml = IM
AGE+TEXT | 4026 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-absolute-size.xhtml = IM
AGE+TEXT |
| 4026 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = IMAGE+
TEXT | 4027 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = IMAGE+
TEXT |
| 4027 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-override-size.html = IMA
GE+TEXT | 4028 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-override-size.html = IMA
GE+TEXT |
| 4028 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-text.xhtml = IMAGE+TEXT | 4029 BUGWK61664 : svg/zoom/page/zoom-svg-through-object-with-text.xhtml = IMAGE+TEXT |
| 4029 BUGWK61664 : svg/zoom/page/relative-sized-document-scrollbars.svg = IMAGE | 4030 BUGWK61664 : svg/zoom/page/relative-sized-document-scrollbars.svg = IMAGE |
| 4030 BUGWK61664 LEOPARD DEBUG : svg/zoom/page/zoom-svg-through-object-with-percentage
-size.xhtml = IMAGE+TEXT | 4031 BUGWK61664 LEOPARD DEBUG : svg/zoom/page/zoom-svg-through-object-with-percentage
-size.xhtml = IMAGE+TEXT |
| 4031 | 4032 |
| 4032 BUGCR84317 DEBUG : svg/wicd/test-scalable-background-image1.xhtml = CRASH | 4033 BUGCR84317 DEBUG : svg/wicd/test-scalable-background-image1.xhtml = CRASH |
| 4033 | 4034 |
| 4034 BUGWK61767 WIN DEBUG : http/tests/websocket/tests/client-close.html = PASS TEXT | 4035 BUGWK61767 WIN DEBUG : http/tests/websocket/tests/client-close.html = PASS TEXT |
| OLD | NEW |