Fix another csslib IE10 test failure.

R=sigmund@google.com

Review URL: https://codereview.chromium.org//428323003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38763 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
nweiz@google.com
2014-07-30 23:42:03 +00:00
parent 7e8801fd6b
commit 165ecfb408
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.11.0+2
* Fix another test that was failing on IE10.
## 0.11.0+1
* Fix a test that was failing on IE10.
+1 -1
View File
@@ -1,5 +1,5 @@
name: csslib
version: 0.11.0+1
version: 0.11.0+2
author: Polymer.dart Team <web-ui-dev@dartlang.org>
description: A library for parsing CSS.
homepage: https://www.dartlang.org
+1 -1
View File
@@ -1012,7 +1012,7 @@ void testHangs() {
expect(errorMessage.span, isNotNull);
expect(errorMessage.span.start.line, 7);
expect(errorMessage.span.start.column, 0);
expect(errorMessage.span.text, '');
expect(errorMessage.span.text.trim(), '');
}
main() {