utils_test.js
No description.

File Location

/goog/html/utils_test.js


Public Protected Private

Global Functions

makeHtml_(tagcontentopt_copiesopt_tabIndexopt_id) string
Constructs the HTML of an element from the given tag and content.
Arguments:
tag : goog.dom.TagName
The HTML tagName for the element.
content : string
The content.
opt_copies : number=
Optional number of copies to make.
opt_tabIndex : number=
Optional tabIndex to give the element.
opt_id : string=
Optional id to give the element.
Returns: string  The HTML of an element from the given tag and content.
code »
tearDown()
No description.
code »
testComplex()
No description.
code »
testInteresting()
No description.
code »
testStripAllHtmlTagsAttribute()
No description.
code »
testStripAllHtmlTagsDouble()
No description.
code »
testStripAllHtmlTagsSingle()
No description.
code »

Global Variables

FAILURE_MESSAGE :
No description.
Code »
STRIP :
No description.
Code »
result :
No description.
Code »

Directory html

File Reference