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 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1767 BUG23488 MAC : tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE | 1767 BUG23488 MAC : tables/mozilla_expected_failures/bugs/bug178855.xml = IMAGE |
1768 | 1768 |
1769 // Looks the same to me... huh. Variation of above? | 1769 // Looks the same to me... huh. Variation of above? |
1770 BUG23489 MAC : fast/forms/menulist-clip.html = IMAGE | 1770 BUG23489 MAC : fast/forms/menulist-clip.html = IMAGE |
1771 BUG23489 MAC : fast/forms/menulist-narrow-width.html = IMAGE | 1771 BUG23489 MAC : fast/forms/menulist-narrow-width.html = IMAGE |
1772 BUG23489 MAC : fast/forms/menulist-option-wrap.html = IMAGE | 1772 BUG23489 MAC : fast/forms/menulist-option-wrap.html = IMAGE |
1773 BUG23489 MAC : fast/forms/menulist-restrict-line-height.html = IMAGE | 1773 BUG23489 MAC : fast/forms/menulist-restrict-line-height.html = IMAGE |
1774 BUG23489 MAC : fast/forms/select-baseline.html = IMAGE | 1774 BUG23489 MAC : fast/forms/select-baseline.html = IMAGE |
1775 BUG23489 MAC : fast/table/empty-section-crash.html = IMAGE | 1775 BUG23489 MAC : fast/table/empty-section-crash.html = IMAGE |
1776 | 1776 |
1777 // Selection glow is thinner than expected | |
1778 BUG23485 MAC : editing/style/apply-through-end-of-document.html = IMAGE | |
1779 | |
1780 // Various drawing tests that are broken | 1777 // Various drawing tests that are broken |
1781 BUG23477 MAC : fast/backgrounds/bgCompositeCopy.html = IMAGE | 1778 BUG23477 MAC : fast/backgrounds/bgCompositeCopy.html = IMAGE |
1782 BUG23477 MAC : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE | 1779 BUG23477 MAC : fast/canvas/canvas-as-image-incremental-repaint.html = IMAGE |
1783 BUG23477 MAC : fast/canvas/canvas-incremental-repaint.html = IMAGE | 1780 BUG23477 MAC : fast/canvas/canvas-incremental-repaint.html = IMAGE |
1784 BUG23477 MAC : fast/canvas/fill-stroke-clip-reset-path.html = IMAGE | 1781 BUG23477 MAC : fast/canvas/fill-stroke-clip-reset-path.html = IMAGE |
1785 BUG23477 MAC : fast/dynamic/containing-block-change.html = IMAGE | 1782 BUG23477 MAC : fast/dynamic/containing-block-change.html = IMAGE |
1786 | 1783 |
1787 // Unexpected gray | 1784 // Unexpected gray |
1788 BUG23476 MAC : fast/forms/hidden-listbox.html = IMAGE | 1785 BUG23476 MAC : fast/forms/hidden-listbox.html = IMAGE |
1789 BUG23476 MAC : fast/forms/listbox-clip.html = IMAGE | 1786 BUG23476 MAC : fast/forms/listbox-clip.html = IMAGE |
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2831 BUG38397 : websocket/tests/url-with-empty-query.html = TEXT PASS | 2828 BUG38397 : websocket/tests/url-with-empty-query.html = TEXT PASS |
2832 BUG38397 : websocket/tests/url-with-query-for-no-query.html = TEXT PASS | 2829 BUG38397 : websocket/tests/url-with-query-for-no-query.html = TEXT PASS |
2833 BUG38397 : websocket/tests/url-with-query.html = TEXT PASS | 2830 BUG38397 : websocket/tests/url-with-query.html = TEXT PASS |
2834 BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS | 2831 BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS |
2835 | 2832 |
2836 // One pixel changes from gray 0x83 to gray 0x81. Valgrind is clean. | 2833 // One pixel changes from gray 0x83 to gray 0x81. Valgrind is clean. |
2837 BUG38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS | 2834 BUG38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS |
2838 | 2835 |
2839 // While I figure out what went wrong. -- agl | 2836 // While I figure out what went wrong. -- agl |
2840 BUG_AGL LINUX : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyl
e.html = IMAGE | 2837 BUG_AGL LINUX : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyl
e.html = IMAGE |
| 2838 |
| 2839 // WebKit roll 56165:56197. |
| 2840 // Baseline wasn't checked with the test. Will clear up on next roll. |
| 2841 BUG_DGLAZKOV WIN LINUX MAC : fast/dynamic/float-remove-above-line-2.html = FAIL |
| 2842 // New test (http://trac.webkit.org/changeset/56191), failing upstream as well |
| 2843 // will try to help fix on next roll. |
| 2844 BUG_DGLAZKOV : fast/css/nth-child-odd-case-insensitive.html = TEXT PASS |
| 2845 // New test (http://trac.webkit.org/changeset/56198), requires changes to Plugin
Object |
| 2846 BUG38578 : plugins/override-node-method.html = TEXT |
OLD | NEW |