| Index: tests/html/css_rule_list_test.dart
|
| ===================================================================
|
| --- tests/html/css_rule_list_test.dart (revision 12589)
|
| +++ tests/html/css_rule_list_test.dart (working copy)
|
| @@ -1,15 +0,0 @@
|
| -#library('CSSRuleListTest');
|
| -#import('../../pkg/unittest/unittest.dart');
|
| -#import('../../pkg/unittest/html_config.dart');
|
| -#import('dart:html');
|
| -
|
| -main() {
|
| -
|
| - useHtmlConfiguration();
|
| -
|
| - test("ClientRectList test", () {
|
| - var sheet = document.styleSheets[0];
|
| - List<CSSRule> rulesList = sheet.cssRules;
|
| - Expect.isTrue(rulesList is List<CSSRule>);
|
| - });
|
| -}
|
|
|