Index: LayoutTests/fast/dom/wrapper-classes.html |
diff --git a/LayoutTests/fast/dom/wrapper-classes.html b/LayoutTests/fast/dom/wrapper-classes.html |
index ca7f5fcc654d33025ee2ebafdf69c9decf1f308c..d2b98a1a3032996b842a839f410b657e2684ff40 100644 |
--- a/LayoutTests/fast/dom/wrapper-classes.html |
+++ b/LayoutTests/fast/dom/wrapper-classes.html |
@@ -205,7 +205,7 @@ function runTest() |
testTag("html", "HTMLHtmlElement"); |
testTag("i", "HTMLElement"); |
testTag("iframe", "HTMLIFrameElement"); |
- testTag("image", "HTMLElement"); |
+ testTag("image", "HTMLUnknownElement"); |
testTag("img", "HTMLImageElement"); |
testTag("input", "HTMLInputElement"); |
testTag("ins", "HTMLModElement"); |