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

Unified Diff: utils/tests/css/src/DeclarationTest.dart

Issue 9949019: Fixed bb break. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed CSS test. Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/css/src/DeclarationTest.dart
diff --git a/utils/tests/css/src/DeclarationTest.dart b/utils/tests/css/src/DeclarationTest.dart
index 0b1b41c5b449bbf4193f99d3926afa5fa2df7cba..6eb132104fda7d9ccd908395d77c735089934c57 100644
--- a/utils/tests/css/src/DeclarationTest.dart
+++ b/utils/tests/css/src/DeclarationTest.dart
@@ -70,7 +70,7 @@ class DeclarationTest {
".more {\n" +
" color: #ff0000;\n" +
" color: #aabbcc;\n" +
- " color: #ff;\n" +
+ " color: #0ff;\n" +
" background-image: url(http://test.jpeg);\n" +
" background-image: url(http://double_quote.html);\n" +
" background-image: url(http://single_quote.html);\n" +
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698