| 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 2721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2732 BUG21141 LINUX RELEASE : LayoutTests/fast/forms/select-script-onchange.html = FA
IL | 2732 BUG21141 LINUX RELEASE : LayoutTests/fast/forms/select-script-onchange.html = FA
IL |
| 2733 BUG21141 LINUX DEBUG : LayoutTests/fast/forms/select-script-onchange.html = FAIL | 2733 BUG21141 LINUX DEBUG : LayoutTests/fast/forms/select-script-onchange.html = FAIL |
| 2734 | 2734 |
| 2735 // Flaky, not clear as of when. | 2735 // Flaky, not clear as of when. |
| 2736 BUG21411 WIN RELEASE : LayoutTests/svg/dom/SVGScriptElement/script-load-and-erro
r-events.svg = FAIL PASS | 2736 BUG21411 WIN RELEASE : LayoutTests/svg/dom/SVGScriptElement/script-load-and-erro
r-events.svg = FAIL PASS |
| 2737 | 2737 |
| 2738 // WebKit 48217:48239 | 2738 // WebKit 48217:48239 |
| 2739 // Fails because we don't support layoutTestController.addUserStyleSheet(). | 2739 // Fails because we don't support layoutTestController.addUserStyleSheet(). |
| 2740 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL | 2740 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL |
| 2741 | 2741 |
| 2742 // New test added in r48318 (GoogleURL bug) | |
| 2743 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL | |
| 2744 | |
| 2745 // WK roll to 48371 | 2742 // WK roll to 48371 |
| 2746 BUG21841 MAC DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S | 2743 BUG21841 MAC DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S |
| 2747 BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S | 2744 BUG21841 WIN DEBUG : LayoutTests/plugins/destroy-during-npp-new.html = CRASH PAS
S |
| 2748 | 2745 |
| 2749 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 2746 BUG25616 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
| 2750 | 2747 |
| 2751 // Flaky. The width of containing RenderBlocks sometimes becomes larger | 2748 // Flaky. The width of containing RenderBlocks sometimes becomes larger |
| 2752 BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL | 2749 BUG21958 MAC : LayoutTests/svg/hixie/error/012.xml = FAIL |
| 2753 | 2750 |
| 2754 // WebKit merge 48500:48585, newly implemented Object.defineProperty. | 2751 // WebKit merge 48500:48585, newly implemented Object.defineProperty. |
| (...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3653 BUG29737 WIN : LayoutTests/svg/dom/operatorAttribute.html = TEXT | 3650 BUG29737 WIN : LayoutTests/svg/dom/operatorAttribute.html = TEXT |
| 3654 BUG29737 WIN : LayoutTests/svg/filters/feDisplacementMap.svg = TEXT | 3651 BUG29737 WIN : LayoutTests/svg/filters/feDisplacementMap.svg = TEXT |
| 3655 BUG29737 WIN : LayoutTests/svg/filters/feMerge-wrong-input.svg = TEXT | 3652 BUG29737 WIN : LayoutTests/svg/filters/feMerge-wrong-input.svg = TEXT |
| 3656 BUG29737 WIN : LayoutTests/svg/filters/feTile.svg = TEXT | 3653 BUG29737 WIN : LayoutTests/svg/filters/feTile.svg = TEXT |
| 3657 BUG29737 WIN : LayoutTests/svg/filters/shadow-on-rect-with-filter.svg = TEXT | 3654 BUG29737 WIN : LayoutTests/svg/filters/shadow-on-rect-with-filter.svg = TEXT |
| 3658 BUG29737 WIN : LayoutTests/svg/filters/subRegion-one-effect.svg = TEXT | 3655 BUG29737 WIN : LayoutTests/svg/filters/subRegion-one-effect.svg = TEXT |
| 3659 BUG29737 WIN : LayoutTests/svg/filters/subRegion-two-effects.svg = TEXT | 3656 BUG29737 WIN : LayoutTests/svg/filters/subRegion-two-effects.svg = TEXT |
| 3660 | 3657 |
| 3661 // More Webkit Roll to r51875 - rebaseline needed i think | 3658 // More Webkit Roll to r51875 - rebaseline needed i think |
| 3662 BUG_MICHAELN : LayoutTests/websocket/tests/bad-sub-protocol.html = TEXT | 3659 BUG_MICHAELN : LayoutTests/websocket/tests/bad-sub-protocol.html = TEXT |
| OLD | NEW |