| 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'];
|
|
|