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

Unified Diff: tests/html/input_element_test.dart

Issue 12310068: Removing DateTimeInputElement. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/input_element_test.dart
diff --git a/tests/html/input_element_test.dart b/tests/html/input_element_test.dart
index 8f63658a8db044fa92b02e76cc8bc40402ad19d6..cee9804ac6d27888e93df77e002b6571bd3943da 100644
--- a/tests/html/input_element_test.dart
+++ b/tests/html/input_element_test.dart
@@ -39,12 +39,6 @@ main() {
});
});
- group('supported_datetime', () {
- test('supported', () {
- expect(DateTimeInputElement.supported, true);
- });
- });
-
group('supported_date', () {
test('supported', () {
expect(DateInputElement.supported, true);
@@ -117,11 +111,6 @@ main() {
check(new PasswordInputElement(), 'password');
});
- test('datetime', () {
- check(new DateTimeInputElement(), 'datetime',
- DateTimeInputElement.supported);
- });
-
test('date', () {
check(new DateInputElement(), 'date', DateInputElement.supported);
});
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/templates/html/impl/impl_HTMLInputElement.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698