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

Unified Diff: tests/html/cssstyledeclaration_test.dart

Issue 451563005: "Reverting 38996" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/cssstyledeclaration_test.dart
diff --git a/tests/html/cssstyledeclaration_test.dart b/tests/html/cssstyledeclaration_test.dart
index b146085a835939d848b3f2017af25b50bce50a1b..f506c5c9840e3be515f83ac26b35eb0468db0631 100644
--- a/tests/html/cssstyledeclaration_test.dart
+++ b/tests/html/cssstyledeclaration_test.dart
@@ -150,11 +150,4 @@ main() {
elements = document.queryAll('li');
expect(elements.style.borderLeftWidth, equals('10px'));
});
-
- test('supports property', () {
- expect(document.body.style.supportsProperty('bogus-property'), false);
- expect(document.body.style.supportsProperty('background'), true);
- expect(document.body.style.supportsProperty('borderBottomWidth'), true);
- expect(document.body.style.supportsProperty('animation'), true);
- });
}
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698