| 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 | 4 |
| 5 // ----------------------------------------------------------------- | 5 // ----------------------------------------------------------------- |
| 6 // DEBUG ONLY FAILURES! | 6 // DEBUG ONLY FAILURES! |
| 7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) | 7 // Include both results for Debug and Release builds (i.e. PASS | FAIL) |
| 8 // ----------------------------------------------------------------- | 8 // ----------------------------------------------------------------- |
| 9 | 9 |
| 10 // Bug 1124548: Copying with no selection is sometimes supposed to work | 10 // Bug 1124548: Copying with no selection is sometimes supposed to work |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 // Test did not wait for all created functions to be called via | 200 // Test did not wait for all created functions to be called via |
| 201 // setTimeout. | 201 // setTimeout. |
| 202 V8 | KJS # LayoutTests/svg/carto.net/window.svg = PASS | FAIL | 202 V8 | KJS # LayoutTests/svg/carto.net/window.svg = PASS | FAIL |
| 203 | 203 |
| 204 // Bug 1064038. Image with border="1" drawn without the border. | 204 // Bug 1064038. Image with border="1" drawn without the border. |
| 205 V8 | KJS # pending/fast/forms/image-border.html = FAIL | 205 V8 | KJS # pending/fast/forms/image-border.html = FAIL |
| 206 | 206 |
| 207 // Bug 1055396. Vertical scrollbar created when there is no overflow. | 207 // Bug 1055396. Vertical scrollbar created when there is no overflow. |
| 208 V8 | KJS # pending/fast/forms/textarea-scrollbar-height.html = FAIL | 208 V8 | KJS # pending/fast/forms/textarea-scrollbar-height.html = FAIL |
| 209 | 209 |
| 210 // Bug 1059184. Dashed border-right isn't drawn on tall elements. | |
| 211 V8 | KJS # pending/css/border-height.html = FAIL | |
| 212 | |
| 213 // ----------------------------------------------------------------- | 210 // ----------------------------------------------------------------- |
| 214 // Other | 211 // Other |
| 215 // ----------------------------------------------------------------- | 212 // ----------------------------------------------------------------- |
| 216 | 213 |
| 217 // Bug 865472, this should just need proper pixel test rebaselining. | 214 // Bug 865472, this should just need proper pixel test rebaselining. |
| 218 // Also skipped by Apple on Windows (rdar://5723191). | 215 // Also skipped by Apple on Windows (rdar://5723191). |
| 219 V8 # LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL | 216 V8 # LayoutTests/http/tests/navigation/javascriptlink-frames.html = FAIL |
| 220 | 217 |
| 221 // Bug: 1143492 | 218 // Bug: 1143492 |
| 222 // Window status should always return a string object | 219 // Window status should always return a string object |
| (...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1330 V8 | KJS # LayoutTests/http/tests/security/cross-frame-access-call.html = TIMEOU
T | 1327 V8 | KJS # LayoutTests/http/tests/security/cross-frame-access-call.html = TIMEOU
T |
| 1331 V8 | KJS # LayoutTests/http/tests/security/frame-loading-via-document-write.html
= TIMEOUT | 1328 V8 | KJS # LayoutTests/http/tests/security/frame-loading-via-document-write.html
= TIMEOUT |
| 1332 | 1329 |
| 1333 // Post-merge Debug only Crashes | 1330 // Post-merge Debug only Crashes |
| 1334 V8 | KJS # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH
| PASS | 1331 V8 | KJS # LayoutTests/http/tests/misc/onload-remove-iframe-crash-2.html = CRASH
| PASS |
| 1335 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.ht
ml = CRASH | PASS | 1332 V8 | KJS # LayoutTests/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.ht
ml = CRASH | PASS |
| 1336 | 1333 |
| 1337 // Post-merge flakey on debug builds (passes consistently on release) | 1334 // Post-merge flakey on debug builds (passes consistently on release) |
| 1338 V8 | KJS # LayoutTests/http/tests/navigation/redirect302-subframeload.html = FAI
L | PASS | 1335 V8 | KJS # LayoutTests/http/tests/navigation/redirect302-subframeload.html = FAI
L | PASS |
| 1339 V8 | KJS # LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL |
PASS | 1336 V8 | KJS # LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL |
PASS |
| OLD | NEW |