-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
Copy pathHTMLHelpers.baseline
30 lines (30 loc) · 1.01 KB
/
HTMLHelpers.baseline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<a name="undefined">foo</a>
<big>foo</big>
<blink>foo</blink>
<b>foo</b>
<tt>foo</tt>
<font color="#FF00FF">foo</font>
<font size="12">foo</font>
<i>foo</i>
<small>foo</small>
<strike>foo</strike>
<sub>foo</sub>
<sup>foo</sup>
<a name=""">foo</a>
<a name="<">foo</a>
<a name="aaa"bbbccc">foo</a>
*** Running test #1 (test01): Check that String.prototype.x.call throws a TypeError on null or undefined
trying: anchor: String.prototype.anchor.call
trying: big: String.prototype.big.call
trying: blink: String.prototype.blink.call
trying: bold: String.prototype.bold.call
trying: fixed: String.prototype.fixed.call
trying: fontcolor: String.prototype.fontcolor.call
trying: fontsize: String.prototype.fontsize.call
trying: italics: String.prototype.italics.call
trying: small: String.prototype.small.call
trying: strike: String.prototype.strike.call
trying: sub: String.prototype.sub.call
trying: sup: String.prototype.sup.call
PASSED
Summary of tests: total executed: 1; passed: 1; failed: 0