| 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 926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 937 // not urgent for current release. | 937 // not urgent for current release. |
| 938 DEFER : LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL | 938 DEFER : LayoutTests/http/tests/plugins/local-geturl-from-remote.html = FAIL |
| 939 // These two depend on which webkit features are enabled. For instance, it chec
ks | 939 // These two depend on which webkit features are enabled. For instance, it chec
ks |
| 940 // if the Audio constructor is available which is only the case if AUDIO is enab
led. | 940 // if the Audio constructor is available which is only the case if AUDIO is enab
led. |
| 941 DEFER : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL | 941 DEFER : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL |
| 942 DEFER : LayoutTests/fast/dom/constructors-cached.html = FAIL | 942 DEFER : LayoutTests/fast/dom/constructors-cached.html = FAIL |
| 943 | 943 |
| 944 // MERGE REGRESSIONS 36102:37604 | 944 // MERGE REGRESSIONS 36102:37604 |
| 945 | 945 |
| 946 LINUX : LayoutTests/fast/events/mouse-click-events.html = FAIL | 946 LINUX : LayoutTests/fast/events/mouse-click-events.html = FAIL |
| 947 LayoutTests/fast/forms/form-element-geometry.html = FAIL | |
| 948 // These tests are wrong because of: | 947 // These tests are wrong because of: |
| 949 // https://bugs.webkit.org/show_bug.cgi?id=24161. This is not | 948 // https://bugs.webkit.org/show_bug.cgi?id=24161. This is not |
| 950 // important for current release. | 949 // important for current release. |
| 951 DEFER LINUX WIN : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL | 950 DEFER LINUX WIN : LayoutTests/fast/forms/listbox-deselect-scroll.html = FAIL |
| 952 DEFER LINUX WIN : LayoutTests/fast/forms/listbox-selection-2.html = FAIL | 951 DEFER LINUX WIN : LayoutTests/fast/forms/listbox-selection-2.html = FAIL |
| 953 DEFER LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL | 952 DEFER LINUX WIN : LayoutTests/fast/forms/select-item-background-clip.html = FAIL |
| 954 // The pixel diff is ok, but the render tree is different because of | 953 // The pixel diff is ok, but the render tree is different because of |
| 955 // our forked modifications to RenderTextControlMultiLine.cpp, specifically | 954 // our forked modifications to RenderTextControlMultiLine.cpp, specifically |
| 956 // the calls to set the overflow in createInnerTextStyle. | 955 // the calls to set the overflow in createInnerTextStyle. |
| 957 DEFER : LayoutTests/fast/forms/textarea-rows-cols.html = FAIL | 956 DEFER : LayoutTests/fast/forms/textarea-rows-cols.html = FAIL |
| (...skipping 867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-origins.html = CRASH | 1824 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-origins.html = CRASH |
| 1826 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html = CRAS
H | 1825 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html = CRAS
H |
| 1827 LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html = CRASH | 1826 LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html = CRASH |
| 1828 | 1827 |
| 1829 // New tests added in the 41420:41447 merge that are just missing results: | 1828 // New tests added in the 41420:41447 merge that are just missing results: |
| 1830 SKIP : LayoutTests/transforms/3d/point-mapping/3d-point-mapping-2.html = FAIL | 1829 SKIP : LayoutTests/transforms/3d/point-mapping/3d-point-mapping-2.html = FAIL |
| 1831 | 1830 |
| 1832 // New tests added in the 41420:41447 merge that fail: | 1831 // New tests added in the 41420:41447 merge that fail: |
| 1833 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL | 1832 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL |
| 1834 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL | 1833 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL |
| OLD | NEW |