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 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2839 | 2839 |
2840 // WebKit roll 56197:56239. | 2840 // WebKit roll 56197:56239. |
2841 // Needs layoutTestController.setMediaType() (implemented on Qt only) | 2841 // Needs layoutTestController.setMediaType() (implemented on Qt only) |
2842 BUG38653 MAC : editing/selection/find-yensign-and-backslash.html = TEXT | 2842 BUG38653 MAC : editing/selection/find-yensign-and-backslash.html = TEXT |
2843 BUG38656 : fast/media/print-restores-previous-mediatype.html = TEXT | 2843 BUG38656 : fast/media/print-restores-previous-mediatype.html = TEXT |
2844 | 2844 |
2845 // Unknown flakiness. | 2845 // Unknown flakiness. |
2846 BUG38694 MAC LINUX DEBUG : svg/custom/feDisplacementMap-01.svg = IMAGE+TEXT PASS | 2846 BUG38694 MAC LINUX DEBUG : svg/custom/feDisplacementMap-01.svg = IMAGE+TEXT PASS |
2847 BUG38704 WIN RELEASE: svg/text/text-text-06-t.svg = CRASH PASS | 2847 BUG38704 WIN RELEASE: svg/text/text-text-06-t.svg = CRASH PASS |
2848 BUG38706 : svg/custom/deep-dynamic-updates.svg = IMAGE+TEXT PASS | 2848 BUG38706 : svg/custom/deep-dynamic-updates.svg = IMAGE+TEXT PASS |
| 2849 // Update these upstream. |
| 2850 BUG_DGLAZKOV MAC : editing/style/apply-through-end-of-document.html = TEXT |
OLD | NEW |