Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Jank Example | |
| 2 | |
| 3 This directory contains a simple application whose sole purpose is to | |
| 4 misbehave and produce broken behavior. Buttons in the application trigger | |
| 5 various functions such as stalling or crashing the app. | |
| 6 | |
| 7 ## USAGE | |
| 8 | |
| 9 out/Debug/mojo_shell "mojo:launcher mojo:jank_view" | |
| OLD | NEW |