Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / console / console-message-format-expected.txt
1 CONSOLE MESSAGE: line 9: Message format number %i, %d and %f
2 CONSOLE MESSAGE: line 10: Message %s for %s
3 CONSOLE MESSAGE: line 11: Object %o
4 CONSOLE MESSAGE: line 12: Floating as integers: %d %i
5 CONSOLE MESSAGE: line 13: Floating as is: %f
6 CONSOLE MESSAGE: line 14: Non-numbers as numbers: %d %i %f
7 CONSOLE MESSAGE: line 15: String as is: %s
8 CONSOLE MESSAGE: line 16: Object as string: %s
9 Tests that console logging uses proper message formatting.
10
11 console-message-format.html:9 Message format number 1, 2 and 3.5
12 console-message-format.html:10 Message format for string
13 console-message-format.html:11 Object Object
14 console-message-format.html:12 Floating as integers: 42 42
15 console-message-format.html:13 Floating as is: 42.5
16 console-message-format.html:14 Non-numbers as numbers: NaN NaN NaN
17 console-message-format.html:15 String as is: string
18 console-message-format.html:16 Object as string: #document
19