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 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1715 BUG10463 WIN LINUX : LayoutTests/editing/selection/hit-test-anonymous.html = FAI
L | 1715 BUG10463 WIN LINUX : LayoutTests/editing/selection/hit-test-anonymous.html = FAI
L |
1716 BUG10463 WIN LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL | 1716 BUG10463 WIN LINUX : LayoutTests/fast/forms/listbox-hit-test-zoomed.html = FAIL |
1717 BUG10463 WIN LINUX : LayoutTests/fast/forms/slider-zoomed.html = FAIL | 1717 BUG10463 WIN LINUX : LayoutTests/fast/forms/slider-zoomed.html = FAIL |
1718 | 1718 |
1719 // New tests, need Chromium baseline. | 1719 // New tests, need Chromium baseline. |
1720 BUG10465 LINUX : LayoutTests/fast/borders/border-image-border-radius.html = FAIL | 1720 BUG10465 LINUX : LayoutTests/fast/borders/border-image-border-radius.html = FAIL |
1721 BUG10465 LINUX : LayoutTests/fast/clip/overflow-border-radius-clip.html = FAIL | 1721 BUG10465 LINUX : LayoutTests/fast/clip/overflow-border-radius-clip.html = FAIL |
1722 | 1722 |
1723 // Needs rebaseline. See WebKit 41948 | 1723 // Needs rebaseline. See WebKit 41948 |
1724 BUG10468 MAC : LayoutTests/fast/replaced/border-radius-clip.html = FAIL | 1724 BUG10468 MAC : LayoutTests/fast/replaced/border-radius-clip.html = FAIL |
1725 BUG10468 WIN DEBUG : LayoutTests/fast/replaced/border-radius-clip.html = FAIL | 1725 BUG10468 WIN : LayoutTests/fast/replaced/border-radius-clip.html = FAIL |
1726 | 1726 |
1727 // Mac flaky failures. | 1727 // Mac flaky failures. |
1728 BUG10472 MAC : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL
PASS | 1728 BUG10472 MAC : LayoutTests/svg/css/glyph-orientation-rounding-test.xhtml = FAIL
PASS |
1729 | 1729 |
1730 // <input type="search">; various failures, some tests may simply need new | 1730 // <input type="search">; various failures, some tests may simply need new |
1731 // baselines, others have more problems. | 1731 // baselines, others have more problems. |
1732 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL | 1732 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL |
1733 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL | 1733 BUG10473 LINUX : LayoutTests/fast/forms/placeholder-set-value.html = FAIL |
1734 BUG10473 LINUX : LayoutTests/fast/forms/search-display-none-cancel-button.html =
FAIL | 1734 BUG10473 LINUX : LayoutTests/fast/forms/search-display-none-cancel-button.html =
FAIL |
1735 BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html =
FAIL | 1735 BUG10473 LINUX : LayoutTests/fast/forms/search-placeholder-value-changed.html =
FAIL |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2321 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL | 2321 BUG21859 WIN-VISTA : LayoutTests/fast/text/basic/006.html = FAIL |
2322 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL | 2322 BUG21859 WIN-XP : LayoutTests/fast/text/line-breaks.html = FAIL |
2323 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL | 2323 BUG21859 WIN : LayoutTests/fast/overflow/overflow-float-stacking.html = FAIL |
2324 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL | 2324 BUG21859 WIN : LayoutTests/tables/mozilla/bugs/bug96343.html = FAIL |
2325 | 2325 |
2326 // WK roll 48388:48399 (brettw) | 2326 // WK roll 48388:48399 (brettw) |
2327 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL | 2327 BUG21919 WIN : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main
-frame.html = FAIL |
2328 | 2328 |
2329 // Flaky. The width of containing RenderBlocks sometimes becomes larger | 2329 // Flaky. The width of containing RenderBlocks sometimes becomes larger |
2330 BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS | 2330 BUG21958 WIN MAC LINUX DEBUG : LayoutTests/svg/hixie/error/012.xml = FAIL PASS |
| 2331 |
| 2332 // WK roll 48399:48423 (brettw) |
| 2333 BUG22014 : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html =
FAIL |
OLD | NEW |