| 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 LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 // Fixed in bleeding_edge@999. | 540 // Fixed in bleeding_edge@999. |
| 541 LayoutTests/fast/js/static-scope-object.html = FAIL | 541 LayoutTests/fast/js/static-scope-object.html = FAIL |
| 542 // http://b/issue?id=1344252 | 542 // http://b/issue?id=1344252 |
| 543 LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL | 543 LayoutTests/fast/js/pic/cached-prototype-setter.html = FAIL |
| 544 | 544 |
| 545 // Shadows don't render correctly for these tests. | 545 // Shadows don't render correctly for these tests. |
| 546 // http://code.google.com/p/chromium/issues/detail?id=2969 | 546 // http://code.google.com/p/chromium/issues/detail?id=2969 |
| 547 LINUX WIN : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL | 547 LINUX WIN : LayoutTests/fast/canvas/shadow-offset-7.html = FAIL |
| 548 LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL | 548 LINUX WIN : LayoutTests/fast/css/shadow-multiple.html = FAIL |
| 549 | 549 |
| 550 // There appears to be some parsing error. These tests give "successfullyParsed | |
| 551 // should be true (of type boolean). Was undefined (of type undefined)." | |
| 552 // http://code.google.com/p/chromium/issues/detail?id=2976 | |
| 553 LINUX WIN : LayoutTests/fast/canvas/drawImage-with-negative-source-destination.h
tml = FAIL | |
| 554 | |
| 555 // getImageData isn't supported on canvas. | 550 // getImageData isn't supported on canvas. |
| 556 // http://code.google.com/p/chromium/issues/detail?id=2974 | 551 // http://code.google.com/p/chromium/issues/detail?id=2974 |
| 557 LayoutTests/fast/canvas/canvas-pattern-behaviour.html = FAIL | 552 LayoutTests/fast/canvas/canvas-pattern-behaviour.html = FAIL |
| 558 LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL | 553 LINUX WIN : LayoutTests/fast/canvas/canvas-getImageData.html = FAIL |
| 559 LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL | 554 LayoutTests/http/tests/security/canvas-remote-read-svg-image.html = FAIL |
| 560 | 555 |
| 561 // We don't implement toDataURL. | 556 // We don't implement toDataURL. |
| 562 // http://code.google.com/p/chromium/issues/detail?id=2972 | 557 // http://code.google.com/p/chromium/issues/detail?id=2972 |
| 563 LINUX WIN : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL | 558 LINUX WIN : LayoutTests/fast/canvas/toDataURL-supportedTypes.html = FAIL |
| 564 | 559 |
| (...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 LayoutTests/fast/forms/search-transformed.html = FAIL | 1781 LayoutTests/fast/forms/search-transformed.html = FAIL |
| 1787 | 1782 |
| 1788 // Merge 39369:39410: new test | 1783 // Merge 39369:39410: new test |
| 1789 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT | 1784 LayoutTests/fast/events/popup-blocking-click-in-iframe.html = TIMEOUT |
| 1790 | 1785 |
| 1791 // Merge 39369:39410: new test. Ran correctly and was baselined on Win32; | 1786 // Merge 39369:39410: new test. Ran correctly and was baselined on Win32; |
| 1792 // may just need a baseline for Mac and Linux. (Might even pass there.) | 1787 // may just need a baseline for Mac and Linux. (Might even pass there.) |
| 1793 MAC LINUX : LayoutTests/fast/reflections/reflection-overflow-hidden.html = PASS
FAIL | 1788 MAC LINUX : LayoutTests/fast/reflections/reflection-overflow-hidden.html = PASS
FAIL |
| 1794 LINUX : LayoutTests/transitions/transform-op-list-match.html = FAIL | 1789 LINUX : LayoutTests/transitions/transform-op-list-match.html = FAIL |
| 1795 LINUX : LayoutTests/transitions/transform-op-list-no-match.html = FAIL | 1790 LINUX : LayoutTests/transitions/transform-op-list-no-match.html = FAIL |
| OLD | NEW |