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

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

Issue 8915015: Fix client/html/ElementTests when there are other elements already on the page. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: client/tests/client/html/ElementTests.dart
diff --git a/client/tests/client/html/ElementTests.dart b/client/tests/client/html/ElementTests.dart
index 6e67c3d65c26dc160aff695a54eb907c938df380..d14f0625ad562f15cc7ff80c90004c04436a95fb 100644
--- a/client/tests/client/html/ElementTests.dart
+++ b/client/tests/client/html/ElementTests.dart
@@ -53,6 +53,8 @@ void testElement() {
asyncTest('rect', 1, () {
final container = new Element.tag("div");
container.style.position = 'absolute';
+ container.style.top = '8px';
+ container.style.left = '8px';
final element = new Element.tag("div");
element.style.width = '200px';
element.style.height = '200px';
« 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