Index: LayoutTests/fast/dom/wrapper-classes.html |
diff --git a/LayoutTests/fast/dom/wrapper-classes.html b/LayoutTests/fast/dom/wrapper-classes.html |
index d460b6bb5431c9099ae9841c4399726d435e1b27..d9841be1da6de9830655d26e3a458f124ca928bb 100644 |
--- a/LayoutTests/fast/dom/wrapper-classes.html |
+++ b/LayoutTests/fast/dom/wrapper-classes.html |
@@ -93,7 +93,7 @@ function runTest() |
debug('XML'); |
debug(''); |
- test("xmlDocument", "Document"); |
+ test("xmlDocument", "XMLDocument"); |
test("xmlDocument.createCDATASection()", "CDATASection"); |
test("xmlDocument.createElementNS('x', 'x', 'x')", "Element"); |
test("xmlDocument.createProcessingInstruction('x', '')", "ProcessingInstruction"); |