Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 200110: Fix some mixed content layout tests.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2311 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 2325
2326 // New tests added in r48284 2326 // New tests added in r48284
2327 BUG21644 : LayoutTests/http/tests/security/mixedContent/about-blank-iframe-in-ma in-frame.html = FAIL 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 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 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 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 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 2332 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 2333 BUG21644 : LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-i frame-in-main-frame.html = FAIL
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698