Index: LayoutTests/inspector/console/console-format.html |
diff --git a/LayoutTests/inspector/console/console-format.html b/LayoutTests/inspector/console/console-format.html |
index 81a10da15a389e826740cb2376b944289f438455..82ee8ffc69a38744b7732ada0954dbe0454de7f3 100644 |
--- a/LayoutTests/inspector/console/console-format.html |
+++ b/LayoutTests/inspector/console/console-format.html |
@@ -66,7 +66,8 @@ function onload() |
regex1, regex2, str, str2, error, errorWithMessage, node, func, multilinefunc, num, linkify, |
null, undefined, valuelessAttribute, valuedAttribute, existingAttribute, throwingLengthGetter, |
NaN, Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, array, {}, [function() {}], bar, svg, |
- objectWithNonEnumerables, negZero, Object.create(null), Object, Object.prototype, arrayLikeFunction |
+ objectWithNonEnumerables, negZero, Object.create(null), Object, Object.prototype, arrayLikeFunction, |
+ new Number(42), new String("abc") |
]; |
runTest(); |