Chromium Code Reviews| Index: tests/html/typing_test.dart |
| =================================================================== |
| --- tests/html/typing_test.dart (revision 12507) |
| +++ tests/html/typing_test.dart (working copy) |
| @@ -21,6 +21,7 @@ |
| 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) { |