Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: client/tests/client/html/DocumentFragmentTests.dart

Issue 8392023: Code review fixes for CSSStyleDeclaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/tests/client/html/CSSStyleDeclarationTests.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/tests/client/html/DocumentFragmentTests.dart
diff --git a/client/tests/client/html/DocumentFragmentTests.dart b/client/tests/client/html/DocumentFragmentTests.dart
index 13eee9643d66c87975f4b1938ab07b41d3118fe0..4a58eb9c2bef5df9a1dcbc2bab5d57073ee60c7c 100644
--- a/client/tests/client/html/DocumentFragmentTests.dart
+++ b/client/tests/client/html/DocumentFragmentTests.dart
@@ -313,6 +313,7 @@ testDocumentFragment() {
Expect.equals(0, rect.width);
});
+ // TODO(nweiz): re-enable when const is better supported in dartc and/or frog
// test('const fields are immutable', () {
// var fragment = new DocumentFragment();
// assertConstError(() => fragment.attributes['title'] = 'foo');
« no previous file with comments | « client/tests/client/html/CSSStyleDeclarationTests.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698