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 2302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2313 // WebKit 48217:48239 | 2313 // WebKit 48217:48239 |
2314 // Fails because we don't support layoutTestController.addUserStyleSheet(). | 2314 // Fails because we don't support layoutTestController.addUserStyleSheet(). |
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 // Need investigation after we enable file URL universal access in test shell. | 2319 // Need investigation after we enable file URL universal access in test shell. |
2320 BUG_JIANLI WIN : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH | 2320 BUG_JIANLI WIN : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH |
2321 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL | 2321 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL |
2322 | 2322 |
2323 // New tests added in r48284 | |
2324 BUG21644 : LayoutTests/http/tests/security/mixedContent/about-blank-iframe-in-ma
in-frame.html = FAIL | |
2325 BUG21644 : LayoutTests/http/tests/security/mixedContent/data-url-iframe-in-main-
frame.html = FAIL | |
2326 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-css-in-main-fra
me.html = FAIL | |
2327 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-
frame.html = FAIL | |
2328 BUG21644 : LayoutTests/http/tests/security/mixedContent/insecure-image-in-main-f
rame.html = FAIL | |
2329 BUG21644 : LayoutTests/http/tests/security/mixedContent/redirect-http-to-https-i
frame-in-main-frame.html = FAIL | |
2330 BUG21644 : LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-i
frame-in-main-frame.html = FAIL | |
2331 | |
2332 // New test added in r48318 (GoogleURL bug) | 2323 // New test added in r48318 (GoogleURL bug) |
2333 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL | 2324 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL |
2334 | 2325 |
2335 // New test added in r48336 (V8 bug) | 2326 // New test added in r48336 (V8 bug) |
2336 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL | 2327 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL |
2337 BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html =
TIMEOUT | 2328 BUG21767 : LayoutTests/http/tests/security/cross-frame-access-enumeration.html =
TIMEOUT |
OLD | NEW |