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

Side by Side Diff: webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/java-applet-calls-expected.txt

Issue 405026: Fix bug 27217 - disable Java in test_shell by default, to match ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: okay, this eol thing is getting weird Created 11 years, 1 month 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 Requires Java plugin installed and enabled. This tests that calling functions on Java Applet works. 1 Requires Java plugin installed and enabled. This tests that calling functions on Java Applet works.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6 FAIL document.testapplet.getString() == 'abcdefg' should be true. Threw excepti on TypeError: Object #<an HTMLAppletElement> has no method 'getString'
7 PASS document.testapplet.getString() == 'abcdefg' is true
8 PASS successfullyParsed is true 7 PASS successfullyParsed is true
9 8
10 TEST COMPLETE 9 TEST COMPLETE
11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698