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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL | 497 BUG6139 : LayoutTests/fast/forms/select-writing-direction-natural.html = FAIL |
498 | 498 |
499 // requires support for layoutTestController.encodeHostName() | 499 // requires support for layoutTestController.encodeHostName() |
500 BUG21814 : LayoutTests/fast/encoding/idn-security.html = FAIL | 500 BUG21814 : LayoutTests/fast/encoding/idn-security.html = FAIL |
501 | 501 |
502 // These layout tests to see if link colors change after visiting a page. They | 502 // These layout tests to see if link colors change after visiting a page. They |
503 // does this by using layoutTestController.keepWebHistory() to turn on a | 503 // does this by using layoutTestController.keepWebHistory() to turn on a |
504 // temporary web history. layoutTestController.keepWebHistory() is not | 504 // temporary web history. layoutTestController.keepWebHistory() is not |
505 // implemented in test shell. | 505 // implemented in test shell. |
506 // This is a test tool problem, not a Chrome problem. | 506 // This is a test tool problem, not a Chrome problem. |
507 BUG852346 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL | 507 BUG21888 : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL |
508 BUG842346 : LayoutTests/fast/history/subframe-is-visited.html = FAIL | 508 BUG21888 : LayoutTests/fast/history/subframe-is-visited.html = FAIL |
509 | 509 |
510 // We don't support NPN_Enumerate, but don't know of any plugin | 510 // We don't support NPN_Enumerate, but don't know of any plugin |
511 // which depends on that functionality. So we ignore this for beta. | 511 // which depends on that functionality. So we ignore this for beta. |
512 BUG849056 : LayoutTests/plugins/netscape-enumerate.html = FAIL | 512 BUG21901 : LayoutTests/plugins/netscape-enumerate.html = FAIL |
513 | 513 |
514 // This tests the screen's pixel depth, which we don't set on the buildbots | 514 // This tests the screen's pixel depth, which we don't set on the buildbots |
515 // so it depends on the users settings. Making this a broken test for us. | 515 // so it depends on the users settings. Making this a broken test for us. |
516 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. | 516 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. |
517 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html =
FAIL PASS | 517 BUG10274 WIN LINUX : LayoutTests/fast/dom/Window/window-screen-properties.html =
FAIL PASS |
518 | 518 |
519 // Expectations for this test changed upstream. We should fix this test, but | 519 // Expectations for this test changed upstream. We should fix this test, but |
520 // it doesn't need to block the current release | 520 // it doesn't need to block the current release |
521 BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL | 521 BUG10275 : LayoutTests/http/tests/security/cross-frame-access-put.html = FAIL |
522 | 522 |
(...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2322 // missing upstream baseline from 48368 | 2322 // missing upstream baseline from 48368 |
2323 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho
r.html = FAIL | 2323 BUG21842 SKIP WIN LINUX : LayoutTests/platform/win/accessibility/scroll-to-ancho
r.html = FAIL |
2324 | 2324 |
2325 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL | 2325 BUG21859 WIN-VISTA : LayoutTests/fast/css/css2-system-fonts.html = FAIL |
2326 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL | 2326 BUG21859 WIN : LayoutTests/fast/forms/search-styled.html = FAIL |
2327 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL | 2327 BUG21859 WIN-VISTA : LayoutTests/fast/text/whitespace/026.html = FAIL |
2328 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL | 2328 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL |
2329 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL | 2329 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL |
2330 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 2330 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
2331 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL | 2331 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL |
OLD | NEW |