blob: 77f9d4c08666e33888ad0aef282bba1110af7f23 [file] [log] [blame]
Test for bug 23742: Applet methods can not return arrays to JS.
PASS stringArray.length is 3
PASS stringArray[0] == "One" is true
PASS stringList.getClass().getSimpleName() == "ArrayList" is true
PASS stringList.get(0) == "One" is true
PASS successfullyParsed is true
TEST COMPLETE