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

Unified Diff: LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html

Issue 143173003: Remove unused feature ElementSetAttributeNodeNS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed failing test case expectation Created 6 years, 10 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/xss-DENIED-iframe-src-alias.html
diff --git a/LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html b/LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html
index f5cb37fda23fdbac1f1915b0244d797a82de5970..04928ef6a4e65224d44ed69fd3b6f9d2d06cf4d1 100644
--- a/LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html
+++ b/LayoutTests/http/tests/security/xss-DENIED-iframe-src-alias.html
@@ -30,11 +30,6 @@ window.onload = function()
a.nodeValue = alertMsg("setAttributeNode");
iFrame.setAttributeNode(a);
},
- function(iFrame) {
- var a = document.createAttribute('src');
- a.nodeValue = alertMsg("setAttributeNodeNS");
- iFrame.setAttributeNodeNS(a);
- },
// Child manipulation methods
function(iFrame) {
var src = iFrame.attributes['src'];

Powered by Google App Engine
This is Rietveld 408576698