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 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2341 | 2341 |
2342 // WebKit merge 48500:48585, due to newly added support for MathML. | 2342 // WebKit merge 48500:48585, due to newly added support for MathML. |
2343 BUG22554 SKIP : LayoutTests/mathml = FAIL | 2343 BUG22554 SKIP : LayoutTests/mathml = FAIL |
2344 | 2344 |
2345 // WebKit merge 48610:48642 | 2345 // WebKit merge 48610:48642 |
2346 BUG_PAUL MAC : pending/plugins/iframe-shims.html = FAIL | 2346 BUG_PAUL MAC : pending/plugins/iframe-shims.html = FAIL |
2347 BUG_PAUL LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html
= PASS FAIL | 2347 BUG_PAUL LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html
= PASS FAIL |
2348 | 2348 |
2349 // WebKit update 48642:48665 | 2349 // WebKit update 48642:48665 |
2350 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.h
tml = FAIL | 2350 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.h
tml = FAIL |
2351 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-inside-
percent-table.html = FAIL | |
2352 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i
nside-auto-table.html = FAIL | |
2353 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i
nside-div.html = FAIL | |
2354 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i
nside-extra-large-div.html = FAIL | |
2355 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i
nside-fixed-width-table.html = FAIL | |
2356 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-small-percent-w
idth.html = FAIL | |
2357 BUG_DGLAZKOV WIN LINUX : LayoutTests/tables/mozilla/bugs/bug34176.html = FAIL | |
2358 | 2351 |
2359 // WebKit update 48665:48679 | 2352 // WebKit update 48665:48679 |
2360 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/multicol/float-multicol.html = FAIL | |
2361 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/multicol/positioned-with-constrained-h
eight.html = FAIL | |
OLD | NEW |