| 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 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3007 // WK roll 48399:48423 (brettw) | 3007 // WK roll 48399:48423 (brettw) |
| 3008 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL | 3008 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL |
| 3009 BUG22014 LINUX MAC : LayoutTests/transitions/hang-with-bad-transition-list.html
= PASS FAIL | 3009 BUG22014 LINUX MAC : LayoutTests/transitions/hang-with-bad-transition-list.html
= PASS FAIL |
| 3010 | 3010 |
| 3011 // WebKit merge 48500:48585, newly implemented Object.defineProperty. | 3011 // WebKit merge 48500:48585, newly implemented Object.defineProperty. |
| 3012 BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL | 3012 BUG22526 : LayoutTests/fast/js/Object-create.html = FAIL |
| 3013 BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL | 3013 BUG22526 : LayoutTests/fast/js/Object-defineProperties.html = FAIL |
| 3014 BUG22526 : LayoutTests/fast/js/Object-defineProperty.html = FAIL | 3014 BUG22526 : LayoutTests/fast/js/Object-defineProperty.html = FAIL |
| 3015 BUG22526 : LayoutTests/http/tests/security/xss-DENIED-defineProperty.html = TIME
OUT | 3015 BUG22526 : LayoutTests/http/tests/security/xss-DENIED-defineProperty.html = TIME
OUT |
| 3016 | 3016 |
| 3017 // WebKit merge 48500:48585, introduced by a clipping bug fix. | |
| 3018 BUG22549 WIN LINUX : LayoutTests/fast/overflow/position-fixed-transform-clipping
.html = FAIL | |
| 3019 | |
| 3020 // WebKit merge 48500:48585, due to newly added support for MathML. | 3017 // WebKit merge 48500:48585, due to newly added support for MathML. |
| 3021 BUG22554 SKIP : LayoutTests/mathml = FAIL | 3018 BUG22554 SKIP : LayoutTests/mathml = FAIL |
| 3022 | 3019 |
| 3023 // WebKit update 48734:48747 | 3020 // WebKit update 48734:48747 |
| 3024 BUG24175 : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-whe
el-scroll.html = TIMEOUT | 3021 BUG24175 : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-whe
el-scroll.html = TIMEOUT |
| 3025 | 3022 |
| 3026 // WebKit update 48766:48796 | 3023 // WebKit update 48766:48796 |
| 3027 BUG24174 : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FAI
L | 3024 BUG24174 : LayoutTests/fast/dom/Attr/access-after-element-destruction.html = FAI
L |
| 3028 | 3025 |
| 3029 // WebKit update 48796:48820 | 3026 // WebKit update 48796:48820 |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3243 BUG_JOTH LINUX WIN : LayoutTests/fast/css/text-input-with-webkit-border-radius.h
tml = IMAGE+TEXT | 3240 BUG_JOTH LINUX WIN : LayoutTests/fast/css/text-input-with-webkit-border-radius.h
tml = IMAGE+TEXT |
| 3244 BUG_JORLOW WIN : chrome/fast/forms/basic-selects.html = IMAGE | 3241 BUG_JORLOW WIN : chrome/fast/forms/basic-selects.html = IMAGE |
| 3245 | 3242 |
| 3246 // WebKit roll 50248:50258 | 3243 // WebKit roll 50248:50258 |
| 3247 BUG_ROLANDSTEINER : LayoutTests/accessibility/aria-option-role.html = TEXT | 3244 BUG_ROLANDSTEINER : LayoutTests/accessibility/aria-option-role.html = TEXT |
| 3248 BUG_ROLANDSTEINER LINUX : LayoutTests/fast/forms/select-empty-option-height.html
= PASS TIMEOUT | 3245 BUG_ROLANDSTEINER LINUX : LayoutTests/fast/forms/select-empty-option-height.html
= PASS TIMEOUT |
| 3249 BUG_ROLANDSTEINER LINUX : LayoutTests/svg/custom/marker-default-width-height.svg
= TEXT | 3246 BUG_ROLANDSTEINER LINUX : LayoutTests/svg/custom/marker-default-width-height.svg
= TEXT |
| 3250 BUG_ROLANDSTEINER LINUX RELEASE : LayoutTests/fast/overflow/overflow_hidden.html
= CRASH | 3247 BUG_ROLANDSTEINER LINUX RELEASE : LayoutTests/fast/overflow/overflow_hidden.html
= CRASH |
| 3251 BUG_ROLANDSTEINER MAC : LayoutTests/css3/css3-modsel-33.html = TEXT | 3248 BUG_ROLANDSTEINER MAC : LayoutTests/css3/css3-modsel-33.html = TEXT |
| 3252 BUG_ROLANDSTEINER MAC : chrome/plugins/script-object-invoke.html = TEXT | 3249 BUG_ROLANDSTEINER MAC : chrome/plugins/script-object-invoke.html = TEXT |
| OLD | NEW |