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

Unified Diff: LayoutTests/inspector/console/console-native-function-expected.txt

Issue 23861007: DevTools: Fix console output for native functions like Math.random (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 3 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
Index: LayoutTests/inspector/console/console-native-function-expected.txt
diff --git a/LayoutTests/inspector/console/console-native-function-expected.txt b/LayoutTests/inspector/console/console-native-function-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..35000c2114b60da4a8652cdace0daef2dd509fb1
--- /dev/null
+++ b/LayoutTests/inspector/console/console-native-function-expected.txt
@@ -0,0 +1,5 @@
+Tests that console dumps native function without exception.
+
+Math.random
+function random() { [native code] }
+
« no previous file with comments | « LayoutTests/inspector/console/console-native-function.html ('k') | Source/devtools/front_end/ConsoleView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698