Rich java object access
This set of tests is to display the limitations of using javascript to interact with various types of Java primitives and Objects that can be returned from a Java applet. It will be useful for tracking changes to the various browser’s support over time.
In particular, Safari 6.1 no longer is able to access member objects of an array using bracket notation (eg arr[3]
).