28 tests to run in
5 groups
------------------------------------------------------------
GROUP "basicChecks" has
13 tests to run
basicChecks: setContent
DEPRECATED: dojox.layout.ContentPane::attr() is deprecated. Use get() or set() instead, called from function(t){
console.log("basicChecks: " + this.name);
var msg = "Simple Test";
pane1.attr('content', msg);
t.assertEqual(msg, pane1.domNode.innerHTML);
} -- will be removed in version: 2.0
PASSED test: setContent
3 ms
basicChecks: setHref
DEPRECATED: dojox.layout.ContentPane::attr() is deprecated. Use get() or set() instead, called from function(t){
console.log("basicChecks: " + this.name);
var msg = "simple remote Test"
pane1.attr('href', dojo.moduleUrl('dijit', 'tests/layout/getResponse.php?message='+encodeURI(msg)));
var d = new t.Deferred();
setTimeout(d.getTestCallback(function(){
t.assertEqual(msg, pane1.domNode.innerHTML)
}), 1500);
return d;
} -- will be removed in version: 2.0
Hover over HTML elements in the main page. Click to hold selection.