Index: LayoutTests/fast/dom/wrapper-classes-expected.txt |
diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt |
index 36e1c3e6c3204f12b9b00ba8d172ae0a42b51cc5..d146f7af0eac056d6d139290f5fbda149fe68e90 100644 |
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt |
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt |
@@ -394,10 +394,10 @@ PASS tagClassString('iframe') is "HTMLIFrameElement" |
FAIL tagPrototypeClassString('iframe') should be HTMLIFrameElementPrototype. Was Object. |
PASS tagConstructorClassString('iframe') is "Function" |
PASS tagConstructorName('iframe') is "HTMLIFrameElement" |
-PASS tagClassString('image') is "HTMLElement" |
-FAIL tagPrototypeClassString('image') should be HTMLElementPrototype. Was Object. |
+PASS tagClassString('image') is "HTMLUnknownElement" |
+FAIL tagPrototypeClassString('image') should be HTMLUnknownElementPrototype. Was Object. |
PASS tagConstructorClassString('image') is "Function" |
-PASS tagConstructorName('image') is "HTMLElement" |
+PASS tagConstructorName('image') is "HTMLUnknownElement" |
PASS tagClassString('img') is "HTMLImageElement" |
FAIL tagPrototypeClassString('img') should be HTMLImageElementPrototype. Was Object. |
PASS tagConstructorClassString('img') is "Function" |