Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / console-show-all-messages-expected.txt
1 CONSOLE MESSAGE: line 6: message from page!
2 CONSOLE MESSAGE: line 2: message from iframe!
3 Tests that console shows messages only from specific context when show all checkbox is unchecked.
4
5
6
7 Running: testInitialState
8 message from page!
9 message from iframe!
10
11 Running: testPageOnlyMessages
12 message from page!
13
14 Running: testFrameOnlyMessages
15 message from iframe!
16
17 Running: testAllMessagesWithFrameContext
18 message from page!
19 message from iframe!
20