| 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 2295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2306 // Flaky. The width of containing RenderBlocks sometimes becomes larger | 2306 // Flaky. The width of containing RenderBlocks sometimes becomes larger |
| 2307 BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 2307 BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
| 2308 | 2308 |
| 2309 // WK roll 48399:48423 (brettw) | 2309 // WK roll 48399:48423 (brettw) |
| 2310 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL | 2310 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL |
| 2311 BUG22014 LINUX MAC : LayoutTests/transitions/hang-with-bad-transition-list.html
= PASS FAIL | 2311 BUG22014 LINUX MAC : LayoutTests/transitions/hang-with-bad-transition-list.html
= PASS FAIL |
| 2312 | 2312 |
| 2313 // WK roll 48423:48468 (dglazkov for ukai) | 2313 // WK roll 48423:48468 (dglazkov for ukai) |
| 2314 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL | 2314 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/css/font-smoothing.html = FAIL |
| 2315 | 2315 |
| 2316 // 48468:48483 (avi for dglazkov for ukai) | |
| 2317 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-funct
ion.html = FAIL | |
| 2318 BUG22170 : LayoutTests/http/tests/security/isolatedWorld/window-setTimeout-strin
g.html = FAIL | |
| 2319 | |
| 2320 // WebKit merge 48500:48585, newly implemented Object.defineProperty. | 2316 // WebKit merge 48500:48585, newly implemented Object.defineProperty. |
| 2321 BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL | 2317 BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL |
| 2322 BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL | 2318 BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL |
| 2323 BUG22526 : LayoutTests/fast/js/Object-defineProperty.html = FAIL | 2319 BUG22526 : LayoutTests/fast/js/Object-defineProperty.html = FAIL |
| 2324 BUG22526 : LayoutTests/http/tests/security/xss-DENIED-defineProperty.html = TIME
OUT | 2320 BUG22526 : LayoutTests/http/tests/security/xss-DENIED-defineProperty.html = TIME
OUT |
| 2325 | 2321 |
| 2326 // WebKit merge 48500:48585, introduced by a clipping bug fix. | 2322 // WebKit merge 48500:48585, introduced by a clipping bug fix. |
| 2327 BUG22549 WIN LINUX : LayoutTests/fast/overflow/position-fixed-transform-clipping
.html = FAIL | 2323 BUG22549 WIN LINUX : LayoutTests/fast/overflow/position-fixed-transform-clipping
.html = FAIL |
| 2328 | 2324 |
| 2329 // WebKit merge 48500:48585, likely due to a video reload crash fix. | 2325 // WebKit merge 48500:48585, likely due to a video reload crash fix. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 2349 | 2345 |
| 2350 // WebKit update 48734:48747 | 2346 // WebKit update 48734:48747 |
| 2351 BUG_LEVIN : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-wh
eel-scroll.html = TIMEOUT | 2347 BUG_LEVIN : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-wh
eel-scroll.html = TIMEOUT |
| 2352 | 2348 |
| 2353 // WebKit update 48747:48766 | 2349 // WebKit update 48747:48766 |
| 2354 BUG_LEVIN : LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-er
ror.html = FAIL | 2350 BUG_LEVIN : LayoutTests/fast/dom/timer-clear-interval-in-handler-and-generate-er
ror.html = FAIL |
| 2355 BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL | 2351 BUG_LEVIN WIN LINUX : LayoutTests/editing/pasteboard/5478250.html = FAIL |
| 2356 | 2352 |
| 2357 // WebKit update 48766:48796 | 2353 // WebKit update 48766:48796 |
| 2358 BUG_LEVIN : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FA
IL | 2354 BUG_LEVIN : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FA
IL |
| OLD | NEW |