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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 // CSS animations should not block our next release. | 696 // CSS animations should not block our next release. |
697 DEFER SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS | 697 DEFER SKIP : LayoutTests/transitions/opacity-transition-zindex.html = PASS |
698 | 698 |
699 // Issue 3273: TextInputController::firstRectForCharacterRange not implemented | 699 // Issue 3273: TextInputController::firstRectForCharacterRange not implemented |
700 // http://code.google.com/p/chromium/issues/detail?id=3273 | 700 // http://code.google.com/p/chromium/issues/detail?id=3273 |
701 DEFER : LayoutTests/editing/selection/move-left-right.html = FAIL | 701 DEFER : LayoutTests/editing/selection/move-left-right.html = FAIL |
702 | 702 |
703 // Regression from the 41362:41402 merge. http://crbug.com/8402 | 703 // Regression from the 41362:41402 merge. http://crbug.com/8402 |
704 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS | 704 MAC : LayoutTests/fast/forms/drag-out-of-textarea.html = FAIL PASS |
705 | 705 |
706 // Started crashing with v8 version 1.0.3.1. http://crbug.com/8364 | |
707 LINUX : LayoutTests/fast/canvas/unclosed-canvas-1.html = CRASH | |
708 | |
709 // Failing because needed images are missing from the fast/block/float/support/ | 706 // Failing because needed images are missing from the fast/block/float/support/ |
710 // directory. http://crbug.com/8406 | 707 // directory. http://crbug.com/8406 |
711 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL | 708 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL |
712 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL | 709 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL |
713 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL | 710 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL |
714 | 711 |
715 // This test fails because (in Chromium) it includes the full path to the | 712 // This test fails because (in Chromium) it includes the full path to the |
716 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative | 713 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative |
717 // URLs. http://crbug.com/8407 | 714 // URLs. http://crbug.com/8407 |
718 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL | 715 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL |
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1860 MAC : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH | 1857 MAC : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH |
1861 WIN DEBUG : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH | 1858 WIN DEBUG : LayoutTests/fast/dom/jsDevicePixelRatio.html = CRASH |
1862 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = CRASH PASS | 1859 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16be.html = CRASH PASS |
1863 MAC : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT PASS | 1860 MAC : LayoutTests/animations/animation-controller-drt-api.html = TIMEOUT PASS |
1864 WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = FAIL | 1861 WIN DEBUG : LayoutTests/editing/selection/move-by-line-001.html = FAIL |
1865 WIN : LayoutTests/transitions/transition-end-event-container.html = FAIL PASS | 1862 WIN : LayoutTests/transitions/transition-end-event-container.html = FAIL PASS |
1866 | 1863 |
1867 // New test added in the 41286:41362 merge. Not clear whether we pass. | 1864 // New test added in the 41286:41362 merge. Not clear whether we pass. |
1868 // http://crbug.com/8404 | 1865 // http://crbug.com/8404 |
1869 DEFER LINUX WIN : LayoutTests/fast/layers/inline-dirty-z-order-lists.html = FAIL | 1866 DEFER LINUX WIN : LayoutTests/fast/layers/inline-dirty-z-order-lists.html = FAIL |
OLD | NEW |