Skip to content

Commit 97265f5

Browse files
committed
normalize/reset flavored rule (i.e. the blandest thing I could think of)
1 parent 421b9d3 commit 97265f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/all-rules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050

5151
"Using a regular rule should not result in an error": function(){
52-
var result = CSSLint.verify("div { width: 100px; }", this.options);
52+
var result = CSSLint.verify("body { margin: 0; }", this.options);
5353
Assert.areEqual(0, result.messages.length);
5454
}
5555

0 commit comments

Comments
 (0)