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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put-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/http/tests/security/cross-frame-access-put-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
index 6f116282c53c1920b39e55260bda61bbb2947be2..1281d536b0c1b48149bf957ccaeed742a4eb1666 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -83,7 +83,7 @@ ALERT: PASS: window.SyntaxError should be 'function SyntaxError() { [native code
ALERT: PASS: window.Text should be 'function Text() { [native code] }' and is.
ALERT: PASS: window.TypeError should be 'function TypeError() { [native code] }' and is.
ALERT: PASS: window.URIError should be 'function URIError() { [native code] }' and is.
-ALERT: PASS: window.XMLDocument should be 'function Document() { [native code] }' and is.
+ALERT: PASS: window.XMLDocument should be 'function XMLDocument() { [native code] }' and is.
ALERT: PASS: window.XMLSerializer should be 'function XMLSerializer() { [native code] }' and is.
ALERT: PASS: window.XPathEvaluator should be 'function XPathEvaluator() { [native code] }' and is.
ALERT: PASS: window.XPathResult should be 'function XPathResult() { [native code] }' and is.

Powered by Google App Engine
This is Rietveld 408576698