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