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 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2787 // Webkit 45535:45555 | 2787 // Webkit 45535:45555 |
2788 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL | 2788 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL |
2789 | 2789 |
2790 // Webkit 45555:45558 | 2790 // Webkit 45555:45558 |
2791 // 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. |
2792 // 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. |
2793 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 |
2794 | 2794 |
2795 // WebKit merge 45601:45610 | 2795 // WebKit merge 45601:45610 |
2796 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 |
| 2797 |
| 2798 // WebKit merge 45635:45640 |
| 2799 BUG16237 : LayoutTests/http/tests/security/xssAuditor/anchor-url-dom-write-locat
ion-inline-event-null-char.html = FAIL |
| 2800 BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href-control-char.htm
l = FAIL |
| 2801 BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href-null-char.html =
FAIL |
| 2802 BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href-scheme-relative.
html = FAIL |
| 2803 BUG16237 : LayoutTests/http/tests/security/xssAuditor/base-href.html = FAIL |
| 2804 BUG16237 : LayoutTests/http/tests/security/xssAuditor/embed-tag-control-char.htm
l = FAIL |
| 2805 BUG16237 : LayoutTests/http/tests/security/xssAuditor/embed-tag-null-char.html =
FAIL |
| 2806 BUG16237 : LayoutTests/http/tests/security/xssAuditor/embed-tag.html = FAIL |
| 2807 BUG16237 : LayoutTests/http/tests/security/xssAuditor/link-onclick-null-char.htm
l = FAIL |
| 2808 BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-embed-tag-control-c
har.html = FAIL |
| 2809 BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-embed-tag-null-char
.html = FAIL |
| 2810 BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-embed-tag.html = FA
IL |
| 2811 BUG16237 : LayoutTests/http/tests/security/xssAuditor/object-tag.html = FAIL |
| 2812 BUG16237 : LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-nul
l-char.html = FAIL |
OLD | NEW |