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 2783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2794 | 2794 |
2795 // WebKit 45460:45473 | 2795 // WebKit 45460:45473 |
2796 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html
= FAIL | 2796 BUG15837 : LayoutTests/http/tests/security/xssAuditor/script-tag-null-char.html
= FAIL |
2797 | 2797 |
2798 // WebKit 45473:45487 | 2798 // WebKit 45473:45487 |
2799 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL | 2799 BUG15873 WIN LINUX : LayoutTests/fast/box-shadow/transform-fringing.html = FAIL |
2800 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL | 2800 BUG15873 WIN LINUX : LayoutTests/fast/transforms/shadows.html = FAIL |
2801 BUG15873 WIN : LayoutTests/fast/canvas/translate-text.html = FAIL | 2801 BUG15873 WIN : LayoutTests/fast/canvas/translate-text.html = FAIL |
2802 BUG15873 WIN : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL | 2802 BUG15873 WIN : LayoutTests/fast/dom/object-embed-plugin-scripting.html = FAIL |
2803 BUG15873 WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL | 2803 BUG15873 WIN : LayoutTests/fast/text/stroking-decorations.html = FAIL |
2804 BUG15873 SKIP : LayoutTests/fast/text/text-letter-spacing.html = FAIL | |
2805 | 2804 |
2806 // WebKit 45495:45535 | 2805 // WebKit 45495:45535 |
2807 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL | 2806 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL |
2808 | 2807 |
2809 // Webkit 45535:45555 | 2808 // Webkit 45535:45555 |
2810 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL | 2809 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL |
2811 | 2810 |
2812 // Webkit 45555:45558 | 2811 // Webkit 45555:45558 |
2813 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. | 2812 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. |
2814 // Not sure if this is a regression or some manner of flakiness. | 2813 // Not sure if this is a regression or some manner of flakiness. |
2815 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL | 2814 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL |
OLD | NEW |