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

Unified Diff: tests/html/element_types_test.dart

Issue 23151005: Move _HTMLElement to HtmlElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen dart:html Created 7 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/scripts/generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/element_types_test.dart
diff --git a/tests/html/element_types_test.dart b/tests/html/element_types_test.dart
index 2638d3ad00b053a2ff4435d881e561a21b866bde..960bb168a26e7d1d3ad90d1a60f77afec93ef6c6 100644
--- a/tests/html/element_types_test.dart
+++ b/tests/html/element_types_test.dart
@@ -116,7 +116,7 @@ main() {
check('form', () => new FormElement() is FormElement);
check('head', () => new HeadElement() is HeadElement);
check('hr', () => new HRElement() is HRElement);
- check('html', () => new HtmlElement() is HtmlElement);
+ check('html', () => new HtmlHtmlElement() is HtmlHtmlElement);
check('h1', () => new HeadingElement.h1() is HeadingElement);
check('h2', () => new HeadingElement.h2() is HeadingElement);
check('h3', () => new HeadingElement.h3() is HeadingElement);
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698