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

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

Issue 2866363003: DevTools: format keys in object previews using sans serif. (Closed)
Patch Set: removed the test Created 3 years, 7 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: third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
index a9813806df72f53c9f78893995763826771f32af..35501668cdac7bf5f72482e83d83717880fb7eac 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-native-function-expected.txt
@@ -1,7 +1,7 @@
Tests that console dumps native function without exception.
Math.random
-function random() { [native code] }
+ƒ random() { [native code] }
document.appendChild
-function appendChild() { [native code] }
+ƒ appendChild() { [native code] }

Powered by Google App Engine
This is Rietveld 408576698