| OLD | NEW |
| 1 // This file consists of lines with specifications of what | 1 // This file consists of lines with specifications of what |
| 2 // to expect from layout test cases. The test cases can be directories | 2 // to expect from layout test cases. The test cases can be directories |
| 3 // in which case the expectations apply to all test cases in that | 3 // in which case the expectations apply to all test cases in that |
| 4 // directory and any subdirectory. The format of the file is along the | 4 // directory and any subdirectory. The format of the file is along the |
| 5 // lines of: | 5 // lines of: |
| 6 // | 6 // |
| 7 // LayoutTests/fast/js/fixme.js = FAIL | 7 // LayoutTests/fast/js/fixme.js = FAIL |
| 8 // LayoutTests/fast/js/flaky.js = FAIL PASS | 8 // LayoutTests/fast/js/flaky.js = FAIL PASS |
| 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
| 10 // | 10 // |
| (...skipping 2304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2315 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL | 2315 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL |
| 2316 // New database test that fails. | 2316 // New database test that fails. |
| 2317 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT | 2317 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT |
| 2318 | 2318 |
| 2319 // Crashing on Linux Debug as of V8 update at r25855 | 2319 // Crashing on Linux Debug as of V8 update at r25855 |
| 2320 BUG21501 LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-preserveAspectRatio
.svg = CRASH | 2320 BUG21501 LINUX DEBUG : LayoutTests/svg/custom/linking-a-03-b-preserveAspectRatio
.svg = CRASH |
| 2321 | 2321 |
| 2322 // Need investigation after we enable file URL universal access in test shell. | 2322 // Need investigation after we enable file URL universal access in test shell. |
| 2323 BUG_JIANLI WIN : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH | 2323 BUG_JIANLI WIN : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH |
| 2324 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL | 2324 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL |
| 2325 |
| 2326 // New tests added in r48284 |
| 2327 BUG21644 : LayoutTests/http/tests/security/mixedContent/about-blank-iframe-in-ma
in-frame.html = FAIL |
| 2328 BUG21644 : LayoutTests/http/tests/security/mixedContent/data-url-iframe-in-main-
frame.html = FAIL |
| 2329 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-fra
me.html = FAIL |
| 2330 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-
frame.html = FAIL |
| 2331 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-image-in-main-f
rame.html = FAIL |
| 2332 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-script-in-ifram
e.html = FAIL |
| 2333 BUG21644 : LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-i
frame-in-main-frame.html = FAIL |
| 2334 BUG21644 : LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-s
cript-in-iframe.html = FAIL |
| 2335 BUG21644 : LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-i
frame-in-main-frame.html = FAIL |
| OLD | NEW |