| Index: third_party/WebKit/LayoutTests/animations/min-max-content-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/min-max-content-crash.html b/third_party/WebKit/LayoutTests/animations/min-max-content-crash.html
|
| index 206c2daf819a0345eabe5aefe7146c4bc5fd2f29..5e582887fb00147918d03583486a8825396523c2 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/min-max-content-crash.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/min-max-content-crash.html
|
| @@ -15,6 +15,7 @@
|
| </style>
|
| <div id="target"></div>
|
| <script>
|
| +// Example change.
|
| var async_handle = async_test('This test passes if it does not crash');
|
| requestAnimationFrame(function() {
|
| async_handle.done();
|
|
|