| | Script » | 1 | waitForLoad(1);  | | | 2 |   | | | 3 | // setStepWaitTime(1000);  | | | 4 |   | | | 5 | // i-tree,DIV  | | | 6 | click('0,PID_SFeatureBrowser: Main Tree',[0,1,0,1,0,0,0], 'left');  | | | 7 |   | | | 8 | // i-label TT-highlight,DIV  | | | 9 | assert('0,PID_Slabel1',undefined, 'equals', 'DIV( c:i-label){A plain label without caption.}');  | Equals assert OK! | | 10 |   | | | 11 | // i-label TT-highlight,DIV  | | | 12 | assert('0,PID_Slabel3',undefined, 'equals', 'DIV( c:i-label){This text has <b>HTML</b> formatting.<br/>A plain <i>Label</i> will show the markup, while a <u>XHTML-mode</u> <i>Label</i> will show the formatted text.}');  | Equals assert OK! | | 13 |   | | | 14 | // i-label TT-highlight,DIV  | | | 15 | assert('0,PID_Slabel5',undefined, 'equals', 'DIV( c:i-label){This text has linebreaks._n__n_They will show up in a preformatted Label,_n_but not in a _plain_ Label._n__n_ This is an indented row. _n_ Same indentation here.}');  | Equals assert OK! | | 16 |   | | | 17 | // i-orderedlayout,DIV  | | | 18 | assert('0,PID_SPlain w/ caption + tooltip',[1,0,0,0,0,0,0], 'equals', 'SPAN(){Label caption}');  | Equals assert OK! | | 19 |   | | | 20 | // i-label TT-highlight,DIV  | | | 21 | assert('0,PID_Slabel2',undefined, 'equals', 'DIV( c:i-label){A plain label with caption.}');  | Equals assert OK! | | 22 |   | | | 23 | // i-label TT-highlight,DIV  | | | 24 | assert('0,PID_Slabel4',undefined, 'equals', 'DIV( c:i-label){This text has B(){HTML} formatting.BR()A plain I(){Label} will show the markup, while a U(){XHTML-mode} I(){Label} will show the formatted text.}');  | Equals assert OK! | | 25 |   | | | 26 | // i-label,DIV  | | | 27 | assert('0,PID_Slabel6',[0], 'equals', 'PRE(){This text has linebreaks._n__n_They will show up in a preformatted Label,_n_but not in a _plain_ Label._n__n_ This is an indented row. _n_ Same indentation here.}');  | Equals assert OK! | |