Home | History | Annotate | Download | only in javascript

Lines Matching full:dotest

38 function doTest(name, props) {
81 doTest("border", ["s", "b", "d", "i", "u", "nonesuch"]);
82 doTest("display", ["visible", "hidden", "noPrint", "noView", "nonesuch"]);
83 doTest("font", ["Times", "TimesB", "TimesI", "TimesBI", "Helv", "HelvB",
87 doTest("highlight", ["n", "i", "p", "o", "nonesuch"]);
88 doTest("position", ["textOnly", "iconOnly", "iconTextV", "textIconV",
91 doTest("scaleHow", ["proportional", "anamorphic", "nonesuch"]);
92 doTest("scaleWhen", ["always", "never", "tooBig", "tooSmall", "nonesuch"]);
93 doTest("style", ["ch", "cr", "di", "ci", "st", "sq", "nonesuch"]);
94 doTest("zoomtype", ["none", "fitP", "fitW", "fitH", "fitV", "pref", "refW",