Rubber-stamped by Brady Eidson.
[webbrowser.git] / LayoutTests / inspector / console-format-expected.txt
blobd48c966728356ec63d76424222a63f1225757696
1 CONSOLE MESSAGE: line 12: Message format number %i, %d and %f
2 CONSOLE MESSAGE: line 13: Message %s for %s
3 CONSOLE MESSAGE: line 14: Object %o
4 CONSOLE MESSAGE: line 19: test,test2,,,test4
5 CONSOLE MESSAGE: line 49: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
6 CONSOLE MESSAGE: line 50: /^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
7 CONSOLE MESSAGE: line 49: /foo\\bar\sbaz/i
8 CONSOLE MESSAGE: line 50: /foo\\bar\sbaz/i
9 CONSOLE MESSAGE: line 49: test
10 CONSOLE MESSAGE: line 50: test
11 CONSOLE MESSAGE: line 49: Error: Unknown error
12 CONSOLE MESSAGE: line 50: Error: Unknown error
13 CONSOLE MESSAGE: line 49: [object HTMLBodyElement]
14 CONSOLE MESSAGE: line 50: [object HTMLBodyElement]
15 CONSOLE MESSAGE: line 49: function () { return 1; }
16 CONSOLE MESSAGE: line 50: function () { return 1; }
17 CONSOLE MESSAGE: line 49: function () {
18         return 2;
19     }
20 CONSOLE MESSAGE: line 50: function () {
21         return 2;
22     }
23 CONSOLE MESSAGE: line 49: 0.12
24 CONSOLE MESSAGE: line 50: 0.12
25 CONSOLE MESSAGE: line 49: http://webkit.org/
26 CONSOLE MESSAGE: line 50: http://webkit.org/
27 CONSOLE MESSAGE: line 49: null
28 CONSOLE MESSAGE: line 50: 
29 CONSOLE MESSAGE: line 49: undefined
30 CONSOLE MESSAGE: line 50: 
31 Tests that console logging dumps proper messages.
33 console-format.html:12Message format number 1, 2 and 3.5
34 console-format.html:13Message format for string
35 console-format.html:14Object Object
36 console-format.html:19["test", "test2", undefined, undefined, "test4"]
37 console-format.html:49/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i
38 console-format.html:50[/^url\(\s*(?:(?:"(?:[^\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i]
39 "/^url\(\s*(?:(?:\"(?:[^\\\\"]|(?:\\[\da-f]{1,6}\s?|\.))*\"|'(?:[^\\\']|(?:\\[\da-f]{1,6}\s?|\.))*')|(?:[!#$%&*-~\w]|(?:\\[\da-f]{1,6}\s?|\.))*)\s*\)/i"
40 console-format.html:49/foo\\bar\sbaz/i
41 console-format.html:50[/foo\\bar\sbaz/i]
42 "/foo\\bar\sbaz/i"
43 console-format.html:49test
44 console-format.html:50["test"]
45 "test"
46 console-format.html:49Error: Unknown error
47 console-format.html:50[Error: Unknown error]
48 Error: Unknown error
49 console-format.html:49<body onload="onload()">
50 console-format.html:50[<body onload="onload()">]
51 "HTMLBodyElement"
52 console-format.html:49function () { return 1; }
53 console-format.html:50[function () { return 1; }]
54 "function () { return 1; }"
55 console-format.html:49function () { return 2; }
56 console-format.html:50[function () {]
57 "function () {<br> return 2;<br> }"
58 console-format.html:490.12
59 console-format.html:50[0.12]
60 "0.12"
61 console-format.html:49http://webkit.org/
62 console-format.html:50["http://webkit.org/"]
63 "http://webkit.org/"
64 console-format.html:49null
65 console-format.html:50[null]
66 "null"
67 console-format.html:49undefined
68 console-format.html:50[undefined]
69 "undefined"