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 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1269 BUG3273 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL | 1269 BUG3273 : LayoutTests/editing/selection/mixed-editability-10.html = FAIL |
1270 | 1270 |
1271 // Regression from the 41362:41402 merge. | 1271 // Regression from the 41362:41402 merge. |
1272 BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL | 1272 BUG8402 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL |
1273 | 1273 |
1274 // These tests are flaky as of 2009/06/09. Need to investigate. | 1274 // These tests are flaky as of 2009/06/09. Need to investigate. |
1275 | 1275 |
1276 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. | 1276 // <body><canvas height=100></canvas></body> is 1 px taller than upstream. |
1277 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL | 1277 BUG13809 WIN LINUX : LayoutTests/fast/canvas/canvas-empty-image-pattern.html = F
AIL |
1278 | 1278 |
| 1279 // GURL doesn't handle switching from standard URL to path URL correctly |
| 1280 BUG27914 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.ht
ml = TEXT |
| 1281 |
1279 // ---------------------------------------------------------------------------- | 1282 // ---------------------------------------------------------------------------- |
1280 // NEW FOR THE MERGE | 1283 // NEW FOR THE MERGE |
1281 // | 1284 // |
1282 // These tests need to have their output inspected to make sure it's reasonable | 1285 // These tests need to have their output inspected to make sure it's reasonable |
1283 // and then baselined if necessary. | 1286 // and then baselined if necessary. |
1284 // ---------------------------------------------------------------------------- | 1287 // ---------------------------------------------------------------------------- |
1285 | 1288 |
1286 // This test isn't hanging, it just takes 12-13 seconds to run. | 1289 // This test isn't hanging, it just takes 12-13 seconds to run. |
1287 BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL | 1290 BUG10322 SLOW : LayoutTests/http/tests/misc/acid3.html = FAIL |
1288 | 1291 |
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2896 BUG27418 MAC DEBUG : LayoutTests/plugins/getintidentifier-special-values.html =
PASS TEXT | 2899 BUG27418 MAC DEBUG : LayoutTests/plugins/getintidentifier-special-values.html =
PASS TEXT |
2897 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-construct.html = PASS TEXT | 2900 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-construct.html = PASS TEXT |
2898 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-invoke-browserfuncs.html = PAS
S TEXT | 2901 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-invoke-browserfuncs.html = PAS
S TEXT |
2899 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-get-property-return-value.html
= PASS TEXT | 2902 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-get-property-return-value.html
= PASS TEXT |
2900 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-throw-exception.html = PASS TE
XT | 2903 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-throw-exception.html = PASS TE
XT |
2901 BUG27418 MAC DEBUG : LayoutTests/plugins/get-url-that-the-resource-load-delegate
-will-disallow.html = PASS TEXT | 2904 BUG27418 MAC DEBUG : LayoutTests/plugins/get-url-that-the-resource-load-delegate
-will-disallow.html = PASS TEXT |
2902 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-identifier-conversion.html = P
ASS TEXT | 2905 BUG27418 MAC DEBUG : LayoutTests/plugins/netscape-identifier-conversion.html = P
ASS TEXT |
2903 BUG27418 MAC DEBUG : LayoutTests/plugins/open-and-close-window-with-plugin.html
= PASS TEXT | 2906 BUG27418 MAC DEBUG : LayoutTests/plugins/open-and-close-window-with-plugin.html
= PASS TEXT |
2904 BUG27418 MAC DEBUG : LayoutTests/transitions/shorthand-border-transitions.html =
PASS TEXT | 2907 BUG27418 MAC DEBUG : LayoutTests/transitions/shorthand-border-transitions.html =
PASS TEXT |
2905 | 2908 |
2906 // WebKit r50784 implemented URL decomposition attributes for HTMLAnchorElement,
and | |
2907 // this exposes a bunch of minor differences in our URL parsing/editing implemen
tation, | |
2908 // as well as somethings that might be legitimate bugs. | |
2909 BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host.html =
TEXT | |
2910 BUG27548 : LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol.ht
ml = TEXT | |
2911 | |
2912 // The following upstream patches add -Webkit-color-correction support: | 2909 // The following upstream patches add -Webkit-color-correction support: |
2913 // http://trac.webkit.org/changeset/50760 | 2910 // http://trac.webkit.org/changeset/50760 |
2914 // http://trac.webkit.org/changeset/50852 | 2911 // http://trac.webkit.org/changeset/50852 |
2915 // The ColorSpace was only implemented for CG, more port implementation | 2912 // The ColorSpace was only implemented for CG, more port implementation |
2916 // required in order for Chromium to support color correction. | 2913 // required in order for Chromium to support color correction. |
2917 BUG28005 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAI
L | 2914 BUG28005 : LayoutTests/fast/css/color-correction-backgrounds-and-text.html = FAI
L |
2918 BUG28005 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL | 2915 BUG28005 : LayoutTests/fast/css/color-correction-on-backgrounds.html = FAIL |
2919 BUG28005 : LayoutTests/fast/css/color-correction-on-text.html = FAIL | 2916 BUG28005 : LayoutTests/fast/css/color-correction-on-text.html = FAIL |
2920 BUG28005 : LayoutTests/fast/css/color-correction.html = FAIL | 2917 BUG28005 : LayoutTests/fast/css/color-correction.html = FAIL |
2921 BUG28005 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE | 2918 BUG28005 MAC : LayoutTests/fast/css/color-correction-on-box-shadow.html = IMAGE |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3025 BUG29157 WIN LINUX : LayoutTests/fast/css/namespaces/namespaces-empty.xml = IMA
GE+TEXT | 3022 BUG29157 WIN LINUX : LayoutTests/fast/css/namespaces/namespaces-empty.xml = IMA
GE+TEXT |
3026 BUG29157 WIN LINUX MAC : LayoutTests/svg/animations/animVal-basics.html = TIMEO
UT | 3023 BUG29157 WIN LINUX MAC : LayoutTests/svg/animations/animVal-basics.html = TIMEO
UT |
3027 | 3024 |
3028 // New failures from WebKit r51577 | 3025 // New failures from WebKit r51577 |
3029 BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html =
TEXT | 3026 BUG29164 WIN LINUX MAC : LayoutTests/fast/frames/sandboxed-iframe-plugins.html =
TEXT |
3030 | 3027 |
3031 // New failures from WebKit merge 51581:51584 | 3028 // New failures from WebKit merge 51581:51584 |
3032 BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS | 3029 BUG29167 MAC : LayoutTests/plugins/window-open.html = TEXT PASS |
3033 BUG29167 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = TEXT PASS | 3030 BUG29167 MAC : LayoutTests/svg/W3C-SVG-1.1/painting-marker-01-f.svg = TEXT PASS |
3034 BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE PASS | 3031 BUG29167 MAC : LayoutTests/fast/dom/replaceChild.html = IMAGE PASS |
OLD | NEW |