| Index: runtime/observatory/tests/ui/log.txt
|
| diff --git a/runtime/observatory/tests/ui/log.txt b/runtime/observatory/tests/ui/log.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0f6491709b53ac02f17e7c9945ac40ceadc1b04b
|
| --- /dev/null
|
| +++ b/runtime/observatory/tests/ui/log.txt
|
| @@ -0,0 +1,6 @@
|
| +0. Run dart --observe log.dart
|
| +1. Visit main isolate's logging page.
|
| +2. You should see 'INFO MESSAGE' and 'FINE MESSAGE'.
|
| +3. Adjust the level to be 'INFO' and see that 'FINE' messages are hidden.
|
| +4. Adjust the level to be 'FINE' and see that all messages are displayed.
|
| +5. Adjust the level to be 'SHOUT' and see that no messages are displayed.
|
|
|