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] } |
+ |