| 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 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2283 BUG23306 WIN DEBUG : LayoutTests/transitions/repeated-firing-background-color.ht
ml = TIMEOUT FAIL | 2283 BUG23306 WIN DEBUG : LayoutTests/transitions/repeated-firing-background-color.ht
ml = TIMEOUT FAIL |
| 2284 | 2284 |
| 2285 // WebKit update 48821:48841 | 2285 // WebKit update 48821:48841 |
| 2286 BUG_JAPHET : LayoutTests/fast/dom/Window/atob-btoa.html = FAIL | 2286 BUG_JAPHET : LayoutTests/fast/dom/Window/atob-btoa.html = FAIL |
| 2287 BUG_JAPHET WIN LINUX : LayoutTests/fast/dom/Window/window-lookup-precedence.html
= FAIL | 2287 BUG_JAPHET WIN LINUX : LayoutTests/fast/dom/Window/window-lookup-precedence.html
= FAIL |
| 2288 BUG_JAPHET : LayoutTests/fast/events/event-view-toString.html = FAIL | 2288 BUG_JAPHET : LayoutTests/fast/events/event-view-toString.html = FAIL |
| 2289 BUG_JAPHET : LayoutTests/fast/js/eval-cross-window.html = FAIL | 2289 BUG_JAPHET : LayoutTests/fast/js/eval-cross-window.html = FAIL |
| 2290 BUG_JAPHET : LayoutTests/fast/js/eval-keyword-vs-function.html = FAIL | 2290 BUG_JAPHET : LayoutTests/fast/js/eval-keyword-vs-function.html = FAIL |
| 2291 BUG_JAPHET : LayoutTests/fast/js/toString-and-valueOf-override.html = FAIL | 2291 BUG_JAPHET : LayoutTests/fast/js/toString-and-valueOf-override.html = FAIL |
| 2292 BUG_JAPHET : LayoutTests/http/tests/security/cross-frame-access-custom.html = FA
IL | 2292 BUG_JAPHET : LayoutTests/http/tests/security/cross-frame-access-custom.html = FA
IL |
| 2293 |
| 2294 // WebKit update 48883:48904 |
| 2295 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc-context-2.html = FAIL |
| 2296 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc-context.html = FAIL |
| 2297 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-cloned-from-framele
ss-doc.xhtml = FAIL |
| 2298 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram
eless-doc-context-2.html = FAIL |
| 2299 BUG_SENORBLANCO : LayoutTests/fast/events/attribute-listener-extracted-from-fram
eless-doc-context.html = FAIL |
| 2300 BUG_SENORBLANCO : LayoutTests/fast/events/node-event-anchor-lock.html = FAIL |
| 2301 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/forms/selected-index-assert.html =
FAIL |
| 2302 BUG_SENORBLANCO WIN LINUX : LayoutTests/svg/filters/feComposite.svg = FAIL |
| OLD | NEW |