Chromium Code Reviews| Index: tests/html/typing_test.dart |
| =================================================================== |
| --- tests/html/typing_test.dart (revision 12415) |
| +++ tests/html/typing_test.dart (working copy) |
| @@ -21,7 +21,6 @@ |
| test('StyleSheetList', () { |
| List<StyleSheet> asList = window.document.styleSheets; |
| - expect(asList is List<StyleSheet>); |
| // Check it's Iterable. |
| int counter = 0; |
| for (StyleSheet styleSheet in window.document.styleSheets) { |