Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1705)

Unified Diff: tests/html/cross_frame_test.dart

Issue 11086012: Fix test to pass on IE, FF (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698