Chromium Code Reviews| Index: tests/html/cross_frame_test.dart |
| diff --git a/tests/html/cross_frame_test.dart b/tests/html/cross_frame_test.dart |
| index 4021de42eb89c76b719c8c416ca69856ceebaf3b..1fb54ad913ee95fc7f3c42ad7c266102bb6daccf 100644 |
| --- a/tests/html/cross_frame_test.dart |
| +++ b/tests/html/cross_frame_test.dart |
| @@ -49,7 +49,6 @@ main() { |
| expect(frameHistory is! LocalHistory); |
| // Valid methods. |
| - frameHistory.back(); |
| frameHistory.forward(); |
| expect(() => frameHistory.length, throws); |