| Index: tests/html/request_animation_frame_test.dart
|
| ===================================================================
|
| --- tests/html/request_animation_frame_test.dart (revision 14156)
|
| +++ tests/html/request_animation_frame_test.dart (working copy)
|
| @@ -21,7 +21,8 @@
|
| window.requestAnimationFrame(
|
| expectAsync1((timestamp2) {
|
| // Not monotonic on Safari and IE.
|
| - // Expect.isTrue(timestamp2 > timestamp1, 'timestamps ordered');
|
| + // expect(timestamp2, greaterThan(timestamp1),
|
| + // reason: 'timestamps ordered');
|
| }));
|
| }));
|
| });
|
|
|