Changeset 15133
- Timestamp:
- 09/04/08 17:58:38 (10 months ago)
- Location:
- dojox/trunk
- Files:
-
- 2 modified
-
av/widget/PlayButton.js (modified) (1 diff)
-
secure/tests/sandbox.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/av/widget/PlayButton.js
r15127 r15133 52 52 dojo.addClass(this.domNode, "Pause"); 53 53 dojo.removeClass(this.domNode, "Play"); 54 }, 55 54 } 56 55 }); -
dojox/trunk/secure/tests/sandbox.js
r15131 r15133 51 51 }catch(e){} 52 52 t.t(typeof bad == 'undefined'); 53 } ,53 } 54 54 /*function innerHTMLScript2(t){ 55 55 try{ … … 111 111 } 112 112 }, 113 /*violater(function addStyleTag(t) {113 violater(function addStyleTag(t) { 114 114 securedElement.innerHTML = "<style>div {color:expression(alert(\"hello\")}</style><div>test</div>"; 115 115 }), 116 116 violater(function addStyleTag2(t) { 117 117 securedElement.innerHTML = "<style>@import 'unsafe.css'</style><div>unsafe css</div>"; 118 }) ,*/118 })*/ 119 119 ]); 120 120