Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: LayoutTests/inspector/console/console-format.html

Issue 317703003: DevTools: Show internal properties in object preview in console. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixed tests Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-format-es6.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-format-es6.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698