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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH | 649 BUG13907 WIN : LayoutTests/media/video-played.html = FAIL CRASH |
650 // This test is flaky. | 650 // This test is flaky. |
651 BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA
SH | 651 BUG13907 WIN : LayoutTests/media/video-seek-past-end-paused.html = PASS FAIL CRA
SH |
652 // This test crashes in debug build. | 652 // This test crashes in debug build. |
653 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR
ASH TIMEOUT | 653 BUG13907 WIN : LayoutTests/media/video-seek-past-end-playing.html = PASS FAIL CR
ASH TIMEOUT |
654 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL | 654 BUG13907 WIN : LayoutTests/media/video-size-intrinsic-scale.html = FAIL |
655 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL | 655 BUG13907 WIN : LayoutTests/media/video-src-remove.html = FAIL |
656 // These tests are flaky. | 656 // These tests are flaky. |
657 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL | 657 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = FAIL |
658 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL | 658 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL |
| 659 // This test is added in WebKit merge 45610:45621 |
| 660 BUG13907 WIN : LayoutTests/media/controls-after-reload.html = TIMEOUT |
659 | 661 |
660 // Function arguments object is copied for each access. | 662 // Function arguments object is copied for each access. |
661 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL | 663 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL |
662 | 664 |
663 // Need a setAuthorAndUserStylesEnabled method in | 665 // Need a setAuthorAndUserStylesEnabled method in |
664 // layoutTestController. Now we have preference to enable/disable user | 666 // layoutTestController. Now we have preference to enable/disable user |
665 // styles(not work now), we still need to add a preference to enable/disable | 667 // styles(not work now), we still need to add a preference to enable/disable |
666 // styles of both author and user. | 668 // styles of both author and user. |
667 // Deferring, we don't support user-controlled UA stylesheets (in beta) | 669 // Deferring, we don't support user-controlled UA stylesheets (in beta) |
668 // Actually, gonna SKIP because it causes an additional error message in: | 670 // Actually, gonna SKIP because it causes an additional error message in: |
(...skipping 2116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2785 // Webkit 45535:45555 | 2787 // Webkit 45535:45555 |
2786 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL | 2788 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL |
2787 | 2789 |
2788 // Webkit 45555:45558 | 2790 // Webkit 45555:45558 |
2789 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. | 2791 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. |
2790 // Not sure if this is a regression or some manner of flakiness. | 2792 // Not sure if this is a regression or some manner of flakiness. |
2791 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL | 2793 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL |
2792 | 2794 |
2793 // WebKit merge 45601:45610 | 2795 // WebKit merge 45601:45610 |
2794 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html
= FAIL | 2796 BUG16162 : LayoutTests/fast/loader/subframe-navigate-during-main-frame-load.html
= FAIL |
OLD | NEW |