Chromium Code Reviews| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 304 // error in the header of the following test. | 304 // error in the header of the following test. |
| 305 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL | 305 SKIP : LayoutTests/fast/css/disabled-author-styles.html = FAIL |
| 306 | 306 |
| 307 // Failed with change http://codereview.chromium.org/12457 which changes | 307 // Failed with change http://codereview.chromium.org/12457 which changes |
| 308 // the fallback font to "times new roman" from "Times". Need to | 308 // the fallback font to "times new roman" from "Times". Need to |
| 309 // verify if the current behavior is still correct. | 309 // verify if the current behavior is still correct. |
| 310 WIN : LayoutTests/fast/css/font-family-initial.html = FAIL | 310 WIN : LayoutTests/fast/css/font-family-initial.html = FAIL |
| 311 WIN : LayoutTests/fast/css/font-face-default-font.html = FAIL | 311 WIN : LayoutTests/fast/css/font-face-default-font.html = FAIL |
| 312 WIN : LayoutTests/editing/pasteboard/drag-drop-dead-frame.html = FAIL | 312 WIN : LayoutTests/editing/pasteboard/drag-drop-dead-frame.html = FAIL |
| 313 | 313 |
| 314 // Bug: 924387, 1058654 | 314 // Bug: 1058654 (internal), 1303 (external) |
|
eroman
2009/01/06 02:53:52
nit: I would avoid the wording "internal" vs "exte
| |
| 315 // Broken until we fix our port to support remote TTF fonts and SVG Fonts | 315 // Dynamic font support (@font-face) for Windows was ported from the |
| 316 // GDI @font-face support has been implemented upstream, but we don't plan | 316 // upstream (http://trac.webkit.org/projects/webkit/changeset/31507) |
| 317 // to fork to add support for @font-face for Beta. | 317 // SVG test still fails, though. |
| 318 // upstream: http://trac.webkit.org/projects/webkit/changeset/31507 | 318 LINUX : LayoutTests/fast/css/font-face-remote.html = FAIL |
| 319 LINUX WIN : LayoutTests/fast/css/font-face-remote.html = FAIL | |
| 320 WIN : LayoutTests/svg/custom/font-face-cascade-order.svg = FAIL | 319 WIN : LayoutTests/svg/custom/font-face-cascade-order.svg = FAIL |
| 321 | 320 |
| 322 // Bug: 1007391 | 321 // Bug: 1007391 |
| 323 // These hit a not-implemented code-path in @font-face code | 322 // These hit a not-implemented code-path in @font-face code |
| 324 // Fixing this should not be required for beta. | 323 // Fixing this should not be required for beta. |
| 325 LINUX WIN : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL | 324 LINUX WIN : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL |
| 326 LINUX WIN : LayoutTests/fast/css/font-face-unicode-range.html = FAIL | 325 LINUX WIN : LayoutTests/fast/css/font-face-unicode-range.html = FAIL |
| 327 | 326 |
| 328 // Bug: 1110028 | 327 // Bug: 1110028 |
| 329 // The v8 bindings allow shadowing of all properties on the global object. If y ou use | 328 // The v8 bindings allow shadowing of all properties on the global object. If y ou use |
| (...skipping 1456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL | 1785 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL |
| 1787 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL | 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL |
| 1788 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL | 1787 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL |
| 1789 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL | 1788 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL |
| 1790 | 1789 |
| 1791 // Merge 39438:39453 -- new tests missing expected results. Probably going to | 1790 // Merge 39438:39453 -- new tests missing expected results. Probably going to |
| 1792 // fail anyway, since chromium does not support webarchive format. | 1791 // fail anyway, since chromium does not support webarchive format. |
| 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL | 1792 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL |
| 1794 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL | 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL |
| 1795 | 1794 |
| OLD | NEW |