Rebaseline webkit test expectations after r22938.
TBR=rossberg@chromium.org Review URL: https://codereview.chromium.org/446883002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22941 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
1c2810cc61
commit
a1ee057ff7
@ -32,8 +32,8 @@ PASS '_'.anchor(0x2A) is "<a name=\"42\">_</a>"
|
||||
PASS '_'.anchor('"') is "<a name=\""\">_</a>"
|
||||
PASS '_'.anchor('" href="http://www.evil.com') is "<a name=\"" href="http://www.evil.com\">_</a>"
|
||||
PASS String.prototype.anchor.call(0x2A, 0x2A) is "<a name=\"42\">42</a>"
|
||||
FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Was <a name="undefined">undefined</a>.
|
||||
FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Was <a name="undefined">null</a>.
|
||||
FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.anchor called on null or undefined.
|
||||
FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.anchor called on null or undefined.
|
||||
PASS String.prototype.anchor.length is 1
|
||||
PASS successfullyParsed is true
|
||||
|
||||
|
@ -32,8 +32,8 @@ PASS '_'.fontcolor(0x2A) is "<font color=\"42\">_</font>"
|
||||
PASS '_'.fontcolor('"') is "<font color=\""\">_</font>"
|
||||
PASS '_'.fontcolor('" size="2px') is "<font color=\"" size="2px\">_</font>"
|
||||
PASS String.prototype.fontcolor.call(0x2A, 0x2A) is "<font color=\"42\">42</font>"
|
||||
FAIL String.prototype.fontcolor.call(undefined) should throw TypeError: Type error. Was <font color="undefined">undefined</font>.
|
||||
FAIL String.prototype.fontcolor.call(null) should throw TypeError: Type error. Was <font color="undefined">null</font>.
|
||||
FAIL String.prototype.fontcolor.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontcolor called on null or undefined.
|
||||
FAIL String.prototype.fontcolor.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontcolor called on null or undefined.
|
||||
PASS String.prototype.fontcolor.length is 1
|
||||
PASS successfullyParsed is true
|
||||
|
||||
|
@ -33,8 +33,8 @@ PASS '_'.fontsize(0x2A) is "<font size=\"42\">_</font>"
|
||||
PASS '_'.fontsize('"') is "<font size=\""\">_</font>"
|
||||
PASS '_'.fontsize('" color="b') is "<font size=\"" color="b\">_</font>"
|
||||
PASS String.prototype.fontsize.call(0x2A, 0x2A) is "<font size=\"42\">42</font>"
|
||||
FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Was <font size="undefined">undefined</font>.
|
||||
FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Was <font size="undefined">null</font>.
|
||||
FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontsize called on null or undefined.
|
||||
FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontsize called on null or undefined.
|
||||
PASS String.prototype.fontsize.length is 1
|
||||
PASS successfullyParsed is true
|
||||
|
||||
|
@ -33,8 +33,8 @@ PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
|
||||
PASS '_'.link('"') is "<a href=\""\">_</a>"
|
||||
PASS '_'.link('" target="_blank') is "<a href=\"" target="_blank\">_</a>"
|
||||
PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
|
||||
FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Was <a href="undefined">undefined</a>.
|
||||
FAIL String.prototype.link.call(null) should throw TypeError: Type error. Was <a href="undefined">null</a>.
|
||||
FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.link called on null or undefined.
|
||||
FAIL String.prototype.link.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.link called on null or undefined.
|
||||
PASS String.prototype.link.length is 1
|
||||
PASS successfullyParsed is true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user