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

Unified Diff: tests/html/css_test.dart

Issue 968613002: Fixed tests for DOMPoint support for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed css_test to run on all platforms. Created 5 years, 10 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
Index: tests/html/css_test.dart
diff --git a/tests/html/css_test.dart b/tests/html/css_test.dart
index fe2837fbfed86a15bfa4d8d549b7ec3e1a7b5b3e..bb3b9142b732fb67c9bbeb456be0a03cf145fa16 100644
--- a/tests/html/css_test.dart
+++ b/tests/html/css_test.dart
@@ -27,6 +27,7 @@ main() {
top: 0px;
background-color: red;
-webkit-transform: translate3d(250px, 100px, 0px);
+ -moz-transform: translate3d(250px, 100px, 0px);
''';
document.body.append(element);

Powered by Google App Engine
This is Rietveld 408576698