| 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 // Broken until we fix our port to support remote TTF fonts and SVG Fonts | 315 // Broken until we fix our port to support remote TTF fonts and SVG Fonts |
| 316 // GDI @font-face support has been implemented upstream, but we don't plan | 316 // GDI @font-face support has been implemented upstream, but we don't plan |
| 317 // to fork to add support for @font-face for Beta. | 317 // to fork to add support for @font-face for Beta. |
| 318 // upstream: http://trac.webkit.org/projects/webkit/changeset/31507 | 318 // upstream: http://trac.webkit.org/projects/webkit/changeset/31507 |
| 319 LINUX WIN : 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 | 320 WIN : LayoutTests/svg/custom/font-face-cascade-order.svg = FAIL |
| 321 | 321 |
| 322 // Bug: 1007391 | 322 // Bug: 1007391 |
| 323 // These hit a not-implemented code-path in @font-face code | 323 // These hit a not-implemented code-path in @font-face code |
| 324 // Fixing this should not be required for beta. | 324 // Fixing this should not be required for beta. |
| 325 LINUX WIN : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL | 325 LINUX : LayoutTests/fast/css/font-face-implicit-local-font.html = FAIL |
| 326 LINUX WIN : LayoutTests/fast/css/font-face-unicode-range.html = FAIL | 326 LINUX : LayoutTests/fast/css/font-face-unicode-range.html = FAIL |
| 327 | 327 |
| 328 // Bug: 1110028 | 328 // Bug: 1110028 |
| 329 // The v8 bindings allow shadowing of all properties on the global object. If y
ou use | 329 // The v8 bindings allow shadowing of all properties on the global object. If y
ou use |
| 330 // 'var prop = value' you will get a new variable named prop that shadows builti
n properties | 330 // 'var prop = value' you will get a new variable named prop that shadows builti
n properties |
| 331 // on the global object. This behavior is consistent and I'm reluctant to make
the | 331 // on the global object. This behavior is consistent and I'm reluctant to make
the |
| 332 // massive change that would be needed to implement the inconsistent handling of
this | 332 // massive change that would be needed to implement the inconsistent handling of
this |
| 333 // that KJS has (some properties can be shadowed and others can't). This should
have | 333 // that KJS has (some properties can be shadowed and others can't). This should
have |
| 334 // low priority. | 334 // low priority. |
| 335 // We currently match IE, the plan is to convince KJS to change post-beta. | 335 // We currently match IE, the plan is to convince KJS to change post-beta. |
| 336 LayoutTests/fast/dom/Window/window-property-shadowing-name.html = TIMEOUT | 336 LayoutTests/fast/dom/Window/window-property-shadowing-name.html = TIMEOUT |
| (...skipping 1449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL | 1786 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-004.html = FAIL |
| 1787 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL | 1787 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-005.html = FAIL |
| 1788 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL | 1788 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-006.html = FAIL |
| 1789 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL | 1789 LayoutTests/http/tests/xmlhttprequest/uri-resolution-opera-open-007.html = FAIL |
| 1790 | 1790 |
| 1791 // Merge 39438:39453 -- new tests missing expected results. Probably going to | 1791 // Merge 39438:39453 -- new tests missing expected results. Probably going to |
| 1792 // fail anyway, since chromium does not support webarchive format. | 1792 // fail anyway, since chromium does not support webarchive format. |
| 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL | 1793 SKIP : LayoutTests/webarchive/test-css-url-resources-in-stylesheets.html = FAIL |
| 1794 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL | 1794 SKIP : LayoutTests/webarchive/test-css-url-resources-inline-styles.html = FAIL |
| 1795 | 1795 |
| OLD | NEW |