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

Unified Diff: Source/core/html/HTMLTagNames.in

Issue 37513002: Create a HTMLUnknownElement when using createElement('image') (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: correct test and expected results Created 7 years, 2 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 | « LayoutTests/fast/dom/wrapper-classes-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLTagNames.in
diff --git a/Source/core/html/HTMLTagNames.in b/Source/core/html/HTMLTagNames.in
index 1967015f5cc76dc339307ea8b4e3e3cb724c3c7b..7ba60944b2add78dca97db65ee7635eb8f83446b 100644
--- a/Source/core/html/HTMLTagNames.in
+++ b/Source/core/html/HTMLTagNames.in
@@ -66,7 +66,7 @@ hr interfaceName=HTMLHRElement
html
i interfaceName=HTMLElement
iframe interfaceName=HTMLIFrameElement
-image interfaceName=HTMLElement
+image interfaceName=HTMLUnknownElement
img interfaceName=HTMLImageElement, constructorNeedsFormElement
input constructorNeedsFormElement, constructorNeedsCreatedByParser
ins interfaceName=HTMLModElement
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698