Index: LayoutTests/fast/js/string-fontcolor-expected.txt |
diff --git a/LayoutTests/fast/js/string-fontcolor-expected.txt b/LayoutTests/fast/js/string-fontcolor-expected.txt |
index 4f35d4bb37f859c89ae24b96a20e96416c3ca6fa..9ca14cae7a4af056289dcda1c3c5ddc62b583d41 100644 |
--- a/LayoutTests/fast/js/string-fontcolor-expected.txt |
+++ b/LayoutTests/fast/js/string-fontcolor-expected.txt |
@@ -9,8 +9,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>" |
-PASS String.prototype.fontcolor.call(undefined) threw exception TypeError: Type error. |
-PASS String.prototype.fontcolor.call(null) threw exception TypeError: Type error. |
+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>. |
PASS String.prototype.fontcolor.length is 1 |
PASS successfullyParsed is true |