Index: LayoutTests/fast/dom/Document/xml-document-focus.xml |
diff --git a/LayoutTests/fast/dom/Document/xml-document-focus.xml b/LayoutTests/fast/dom/Document/xml-document-focus.xml |
index 5683cff84fec82ad8a90c68009fff77ef207eacd..711ba9bbea48452847c356e1dcfda501132be92d 100644 |
--- a/LayoutTests/fast/dom/Document/xml-document-focus.xml |
+++ b/LayoutTests/fast/dom/Document/xml-document-focus.xml |
@@ -10,7 +10,7 @@ |
description("Make sure the focus management API is available to XML documents."); |
shouldNotBe('document.__proto__', 'HTMLDocument.prototype'); |
-shouldBe('document.__proto__', 'Document.prototype'); |
+shouldBe('document.__proto__', 'XMLDocument.prototype'); |
shouldBeTrue('document.hasFocus()'); |
shouldBe('document.activeElement', 'document.body'); |
var testElement = document.getElementById('testElement'); |