Handle keypad while WebPage sets the focus automatically
[framework/web/webkit-efl.git] / LayoutTests / java / argument-to-object-type-expected.txt
1 Test for bug 35202: Calling Java method which accepts Object always passes a null argument.
2
3 PASS document.javaTest.objectToString("PАSS") == "PАSS" is true
4 PASS document.javaTest.objectToString(undefined) == "undefined" is true
5 PASS document.javaTest.objectToString(5) == "5.0" is true
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9