-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
7
-
generic
-
generic
souring from 7014774: decorated parameter doesn't work for some cases
Assertion:
method to be tested: public boolean getUndecorated() in sun.plugin2.applet.Applet2Manager (inherited from Plugin2Manager)
1. set decorated to true as hardcoding html parameter
Should return false
2. set decorated to false as hardcoding html parameter
Should return true
3. set decorated to null as hardcoding html parameter
Should return true
4. set decorated to random string except true/false as hardcoding html parameter
Should return true
Assertion:
method to be tested: public boolean getUndecorated() in sun.plugin2.applet.Applet2Manager (inherited from Plugin2Manager)
1. set decorated to true as hardcoding html parameter
Should return false
2. set decorated to false as hardcoding html parameter
Should return true
3. set decorated to null as hardcoding html parameter
Should return true
4. set decorated to random string except true/false as hardcoding html parameter
Should return true
- relates to
-
JDK-7014774 decorated parameter doesn't work for some cases
-
- Closed
-