HTMLHelpers.baseline 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <a name="undefined">foo</a>
  2. <big>foo</big>
  3. <blink>foo</blink>
  4. <b>foo</b>
  5. <tt>foo</tt>
  6. <font color="#FF00FF">foo</font>
  7. <font size="12">foo</font>
  8. <i>foo</i>
  9. <small>foo</small>
  10. <strike>foo</strike>
  11. <sub>foo</sub>
  12. <sup>foo</sup>
  13. <a name="&quot;">foo</a>
  14. <a name="<">foo</a>
  15. <a name="aaa&quot;bbbccc">foo</a>
  16. *** Running test #1 (test01): Check that String.prototype.x.call throws a TypeError on null or undefined
  17. trying: anchor: String.prototype.anchor.call
  18. trying: big: String.prototype.big.call
  19. trying: blink: String.prototype.blink.call
  20. trying: bold: String.prototype.bold.call
  21. trying: fixed: String.prototype.fixed.call
  22. trying: fontcolor: String.prototype.fontcolor.call
  23. trying: fontsize: String.prototype.fontsize.call
  24. trying: italics: String.prototype.italics.call
  25. trying: small: String.prototype.small.call
  26. trying: strike: String.prototype.strike.call
  27. trying: sub: String.prototype.sub.call
  28. trying: sup: String.prototype.sup.call
  29. PASSED
  30. Summary of tests: total executed: 1; passed: 1; failed: 0