| 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = F
AIL | 536 BUG20521 LINUX WIN : LayoutTests/fast/text/atsui-rtl-override-selection.html = F
AIL |
| 537 | 537 |
| 538 // This test checks that we hack around a bug in helvetica. We fail to. | 538 // This test checks that we hack around a bug in helvetica. We fail to. |
| 539 BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL | 539 BUG20519 LINUX WIN : LayoutTests/fast/text/wide-zero-width-space.html = FAIL |
| 540 | 540 |
| 541 // More missing international text overides, not needed for Beta. | 541 // More missing international text overides, not needed for Beta. |
| 542 // Capitalization results match Safari, even if "not fully correct" | 542 // Capitalization results match Safari, even if "not fully correct" |
| 543 BUG20547 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL | 543 BUG20547 LINUX WIN : LayoutTests/fast/text/capitalize-boundaries.html = FAIL |
| 544 | 544 |
| 545 // Different button line-heights, our behavior looks wrong. | 545 // Different button line-heights, our behavior looks wrong. |
| 546 BUG20551 LINUX WIN : LayoutTests/fast/forms/control-restrict-line-height.html =
FAIL | |
| 547 BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL | 546 BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height.html = FAIL |
| 548 BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height-text-control
s.html = FAIL | 547 BUG20551 LINUX WIN : LayoutTests/fast/replaced/table-percent-height-text-control
s.html = FAIL |
| 549 | 548 |
| 550 | 549 |
| 551 // ----------------------------------------------------------------- | 550 // ----------------------------------------------------------------- |
| 552 // URL | 551 // URL |
| 553 // ----------------------------------------------------------------- | 552 // ----------------------------------------------------------------- |
| 554 | 553 |
| 555 // Form submission (GET) on non-standard url does not append a query. | 554 // Form submission (GET) on non-standard url does not append a query. |
| 556 // Defering these tests as the expected behavior is wonky, and shouldn't affect | 555 // Defering these tests as the expected behavior is wonky, and shouldn't affect |
| (...skipping 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2980 // New failures from merge 51412:51455. | 2979 // New failures from merge 51412:51455. |
| 2981 BUG28916 MAC : LayoutTests/editing/pasteboard/paste-xml.xhtml = IMAGE+TEXT | 2980 BUG28916 MAC : LayoutTests/editing/pasteboard/paste-xml.xhtml = IMAGE+TEXT |
| 2982 BUG28916 WIN : LayoutTests/fast/parser/comment-in-textarea.html = TEXT | 2981 BUG28916 WIN : LayoutTests/fast/parser/comment-in-textarea.html = TEXT |
| 2983 BUG_HAMAJI WIN LINUX : LayoutTests/editing/selection/last-empty-inline.html = TE
XT | 2982 BUG_HAMAJI WIN LINUX : LayoutTests/editing/selection/last-empty-inline.html = TE
XT |
| 2984 | 2983 |
| 2985 // Flaky test from r51224:r51237 roll. | 2984 // Flaky test from r51224:r51237 roll. |
| 2986 BUG28918 DEBUG : LayoutTests/storage/domstorage/localstorage/iframe-events.html
= CRASH PASS | 2985 BUG28918 DEBUG : LayoutTests/storage/domstorage/localstorage/iframe-events.html
= CRASH PASS |
| 2987 | 2986 |
| 2988 // Flaky test added by r51350. | 2987 // Flaky test added by r51350. |
| 2989 BUG28918 : LayoutTests/http/tests/cache/subresource-failover-to-network.html = P
ASS TEXT | 2988 BUG28918 : LayoutTests/http/tests/cache/subresource-failover-to-network.html = P
ASS TEXT |
| OLD | NEW |