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

Unified Diff: LayoutTests/fast/dom/Document/xml-document-focus.xml

Issue 144063004: Add support for DOM4's XMLDocument interface (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove FIXME about XMLDocument.load() Created 6 years, 11 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
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');
« no previous file with comments | « LayoutTests/fast/dom/Document/clone-node-expected.txt ('k') | LayoutTests/fast/dom/Document/xml-document-focus-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698