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

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

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-expected.txt
diff --git a/LayoutTests/fast/dom/Document/xml-document-focus-expected.txt b/LayoutTests/fast/dom/Document/xml-document-focus-expected.txt
index 987e547bcf83ef25461298a8a90e4b3ee8d3ed17..7ec88b457b10f3040917f783f0c68a3c3b38da98 100644
--- a/LayoutTests/fast/dom/Document/xml-document-focus-expected.txt
+++ b/LayoutTests/fast/dom/Document/xml-document-focus-expected.txt
@@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.__proto__ is not HTMLDocument.prototype
-PASS document.__proto__ is Document.prototype
+PASS document.__proto__ is XMLDocument.prototype
PASS document.hasFocus() is true
PASS document.activeElement is document.body
PASS document.activeElement is testElement

Powered by Google App Engine
This is Rietveld 408576698