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

Unified Diff: LayoutTests/http/tests/security/document-all.html

Issue 1019773006: use non-masking, string interceptors in generated bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix test Created 5 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/document-all-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/document-all.html
diff --git a/LayoutTests/http/tests/security/document-all.html b/LayoutTests/http/tests/security/document-all.html
index 153a169386a9262ec8791024e853bfa37e3f59e8..7e084b242c4c54e51ace5625005694a17b5e831a 100644
--- a/LayoutTests/http/tests/security/document-all.html
+++ b/LayoutTests/http/tests/security/document-all.html
@@ -21,7 +21,7 @@ window.onload = function()
window.name = "alert";
obj = document.all;
obj.__proto__ = parent;
- alert(obj.alert.constructor("return document.body.innerHTML")());
+ alert(obj.alert === this);
} + ")()</scr" + "ipt>";
}
}
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/document-all-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698