Java Applet <embed> version test cases

Prerequisite: Java Runtime version 1.6 installed on Mac OS X

% java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04-307-10M3261)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03-307, mixed mode)

Java Applet version Expected behavior Acutal behavior (Firefox 4 Beta 10)
Version not explicitely specified Applet displayed OK: Applet displayed
Version 1.4 MIME type Applet displayed FAIL: Applet not displayed
java_version attribute Applet displayed OK: Applet displayed
Version 1.4+ MIME type Applet displayed FAIL: Applet not displayed
java_version attribute Applet displayed OK: Applet displayed
Version 1.4* MIME type Applet not displayed OK: Applet not displayed
java_version attribute Applet not displayed FAIL: Applet displayed
Version 1.5 MIME type Applet displayed OK: Applet displayed
java_version attribute Applet displayed OK: Applet displayed
Version 1.5+ MIME type Applet displayed FAIL: Applet not displayed
java_version attribute Applet displayed OK: Applet displayed
Version 1.5* MIME type Applet not displayed OK: Applet not displayed
java_version attribute Applet not displayed FAIL: Applet displayed
Version 1.6 MIME type Applet displayed FAIL: Applet not displayed
java_version attribute Applet displayed OK: Applet displayed
Version 1.6+ MIME type Applet displayed FAIL: Applet not displayed
java_version attribute Applet displayed OK: Applet displayed
Version 1.6* MIME type Applet displayed FAIL: Applet not displayed
java_version attribute Applet displayed OK: Applet displayed
not existing Version 3.141592654 MIME type Applet not displayed OK: Applet not displayed
java_version attribute Applet not displayed FAIL: Applet displayed
not existing Version 3.141592654+ MIME type Applet not displayed OK: Applet not displayed
java_version attribute Applet not displayed FAIL: Applet displayed
not existing Version 3.141592654* MIME type Applet not displayed OK: Applet not displayed
java_version attribute Applet not displayed FAIL: Applet displayed

about:plugins