| OLD | NEW |
| 1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
| 2 // them. | 2 // them. |
| 3 | 3 |
| 4 // Bug 1124548: Copying with no selection is sometimes supposed to work | 4 // Bug 1124548: Copying with no selection is sometimes supposed to work |
| 5 // Also skipped by Apple on Windows (rdar://problem/5015941) | 5 // Also skipped by Apple on Windows (rdar://problem/5015941) |
| 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL |
| 7 | 7 |
| 8 // onload race condition due to poorly designed test. | 8 // onload race condition due to poorly designed test. |
| 9 // Works fine when run stand-alone. Not needed for Beta. | 9 // Works fine when run stand-alone. Not needed for Beta. |
| 10 // Also skipped by Apple on Windows, due to intermittent failure | 10 // Also skipped by Apple on Windows, due to intermittent failure |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 | 399 |
| 400 // SVG text fills not working. Note that linux baseline is wrong. | 400 // SVG text fills not working. Note that linux baseline is wrong. |
| 401 LINUX : LayoutTests/svg/custom/pointer-events-text.svg = FAIL | 401 LINUX : LayoutTests/svg/custom/pointer-events-text.svg = FAIL |
| 402 | 402 |
| 403 // Marking this again as failed. This test failed even after rebaseline due to | 403 // Marking this again as failed. This test failed even after rebaseline due to |
| 404 // the fact that the font is not specified in the test and it seems that the | 404 // the fact that the font is not specified in the test and it seems that the |
| 405 // test falls back on a different font locally than on the buildbot so the | 405 // test falls back on a different font locally than on the buildbot so the |
| 406 // baseline is invalid. This might indicate a failure in our font fallback code | 406 // baseline is invalid. This might indicate a failure in our font fallback code |
| 407 // or might be expected and that we should either go with the buildbot output or | 407 // or might be expected and that we should either go with the buildbot output or |
| 408 // change the test upstream to specify explicitly what font to use. | 408 // change the test upstream to specify explicitly what font to use. |
| 409 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL | 409 // http://crbug.com/3244 : The mask part of this test is totally wrong. |
| 410 DEFER LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-6.html = FAIL |
| 410 | 411 |
| 411 // BUG: 992321 | 412 // BUG: 992321 |
| 412 // The failures listed below have never passed in Chromium and need to be | 413 // The failures listed below have never passed in Chromium and need to be |
| 413 // investigated, categorized, and (one hopes) fixed. | 414 // investigated, categorized, and (one hopes) fixed. |
| 414 | 415 |
| 415 // The following tests fail because SVG animation is not yet implemented | 416 // The following tests fail because SVG animation is not yet implemented |
| 416 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-78-t.svg = FAIL | 417 DEFER LINUX WIN : LayoutTests/svg/W3C-SVG-1.1/animate-elem-78-t.svg = FAIL |
| 417 | 418 |
| 418 // These test fail full text diff (but not simplified diff) most likely due | 419 // These test fail full text diff (but not simplified diff) most likely due |
| 419 // to differing implementations of SVG fonts. They may or may not represent real | 420 // to differing implementations of SVG fonts. They may or may not represent real |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 565 LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html =
PASS CRASH | 566 LINUX : LayoutTests/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop.html =
PASS CRASH |
| 566 | 567 |
| 567 // WebKit Merge 38950:39000 failures: | 568 // WebKit Merge 38950:39000 failures: |
| 568 LINUX : LayoutTests/svg/custom/js-late-gradient-and-object-creation.svg = FAIL | 569 LINUX : LayoutTests/svg/custom/js-late-gradient-and-object-creation.svg = FAIL |
| 569 | 570 |
| 570 // Linux pixeltest failure: slightly different shade of composited | 571 // Linux pixeltest failure: slightly different shade of composited |
| 571 // alpha in bottom group. | 572 // alpha in bottom group. |
| 572 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL | 573 LINUX : LayoutTests/svg/W3C-SVG-1.1/masking-opacity-01-b.svg = FAIL |
| 573 | 574 |
| 574 // Fixed upstream, see https://bugs.webkit.org/show_bug.cgi?id=21910. | 575 // Fixed upstream, see https://bugs.webkit.org/show_bug.cgi?id=21910. |
| 575 // However, we don't seem to draw the "eyeballs" at the correct location. | 576 // However, we need to support focal point for radial gradients (see |
| 576 LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL | 577 // http://crbug.com/8696) |
| 578 DEFER LINUX WIN : LayoutTests/fast/backgrounds/svg-as-background-3.html = FAIL |
| 577 | 579 |
| 578 // | 580 // |
| 579 // ----------------------------------------------------------------- | 581 // ----------------------------------------------------------------- |
| 580 // End of SVG tests | 582 // End of SVG tests |
| 581 // ----------------------------------------------------------------- | 583 // ----------------------------------------------------------------- |
| 582 | 584 |
| 583 // This fails because of differences between how CG and Skia tests for | 585 // This fails because of differences between how CG and Skia tests for |
| 584 // a point in a path. See | 586 // a point in a path. See |
| 585 // http://code.google.com/p/chromium/issues/detail?id=7465 for details. | 587 // http://code.google.com/p/chromium/issues/detail?id=7465 for details. |
| 586 DEFER LINUX WIN : LayoutTests/fast/canvas/pointInPath.html = FAIL | 588 DEFER LINUX WIN : LayoutTests/fast/canvas/pointInPath.html = FAIL |
| (...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2050 LINUX : LayoutTests/tables/mozilla/bugs/bug9123-1.html = FAIL | 2052 LINUX : LayoutTests/tables/mozilla/bugs/bug9123-1.html = FAIL |
| 2051 LINUX : LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html = FAIL | 2053 LINUX : LayoutTests/tables/mozilla/collapsing_borders/bug41262-3.html = FAIL |
| 2052 LINUX : LayoutTests/tables/mozilla/marvin/backgr_index.html = FAIL | 2054 LINUX : LayoutTests/tables/mozilla/marvin/backgr_index.html = FAIL |
| 2053 LINUX : LayoutTests/tables/mozilla/marvin/backgr_layers-opacity.html = FAIL | 2055 LINUX : LayoutTests/tables/mozilla/marvin/backgr_layers-opacity.html = FAIL |
| 2054 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug1010.html = FAIL | 2056 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug1010.html = FAIL |
| 2055 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug23847.html = FAIL | 2057 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug23847.html = FAIL |
| 2056 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug32205-4.html = FAIL | 2058 LINUX : LayoutTests/tables/mozilla_expected_failures/bugs/bug32205-4.html = FAIL |
| 2057 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html
= FAIL | 2059 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_fixed-bg.html
= FAIL |
| 2058 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.h
tml = FAIL | 2060 LINUX : LayoutTests/tables/mozilla_expected_failures/marvin/backgr_layers-show.h
tml = FAIL |
| 2059 | 2061 |
| OLD | NEW |