| 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 BUG8941 MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIM
EOUT | 439 BUG8941 MAC : LayoutTests/http/tests/xmlhttprequest/web-apps/013.html = FAIL TIM
EOUT |
| 440 BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA
IL | 440 BUG8941 WIN LINUX : LayoutTests/http/tests/xmlhttprequest/web-apps/012.html = FA
IL |
| 441 | 441 |
| 442 // ----------------------------------------------------------------- | 442 // ----------------------------------------------------------------- |
| 443 // TEXT | 443 // TEXT |
| 444 // ----------------------------------------------------------------- | 444 // ----------------------------------------------------------------- |
| 445 | 445 |
| 446 // This class of test fails because of size differences in text runs. | 446 // This class of test fails because of size differences in text runs. |
| 447 // Mostly this is because of international text rendering differences. | 447 // Mostly this is because of international text rendering differences. |
| 448 | 448 |
| 449 // The complex charater composition is not working correctly in these tests. | |
| 450 BUG20509 LINUX WIN : LayoutTests/fast/forms/input-text-maxlength.html = FAIL | |
| 451 BUG20509 LINUX WIN : LayoutTests/fast/forms/input-text-paste-maxlength.html = FA
IL | |
| 452 | |
| 453 // Incrorect results, in incorrect international font metrics. | 449 // Incrorect results, in incorrect international font metrics. |
| 454 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL | 450 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL |
| 455 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = F
AIL | 451 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-pointtooffset-calls-cg.html = F
AIL |
| 456 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = F
AIL | 452 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = F
AIL |
| 457 | 453 |
| 458 // This test checks that we hack around a bug in helvetica. We fail to. | 454 // This test checks that we hack around a bug in helvetica. We fail to. |
| 459 BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL | 455 BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL |
| 460 | 456 |
| 461 // More missing international text overides, not needed for Beta. | 457 // More missing international text overides, not needed for Beta. |
| 462 // Capitalization results match Safari, even if "not fully correct" | 458 // Capitalization results match Safari, even if "not fully correct" |
| (...skipping 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2319 // WK roll 48399:48423 (brettw) | 2315 // WK roll 48399:48423 (brettw) |
| 2320 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL | 2316 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL |
| 2321 BUG22014 LINUX : LayoutTests/transitions/hang-with-bad-transition-list.html = PA
SS FAIL | 2317 BUG22014 LINUX : LayoutTests/transitions/hang-with-bad-transition-list.html = PA
SS FAIL |
| 2322 | 2318 |
| 2323 // WK roll 48423:48468 (dglazkov for ukai) | 2319 // WK roll 48423:48468 (dglazkov for ukai) |
| 2324 BUG_DGLAZKOV : LayoutTests/fast/css/font-smoothing.html = FAIL | 2320 BUG_DGLAZKOV : LayoutTests/fast/css/font-smoothing.html = FAIL |
| 2325 | 2321 |
| 2326 // 48468:48483 (avi for dglazkov for ukai) | 2322 // 48468:48483 (avi for dglazkov for ukai) |
| 2327 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct
ion.html = FAIL | 2323 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct
ion.html = FAIL |
| 2328 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin
g.html = FAIL | 2324 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin
g.html = FAIL |
| OLD | NEW |