Index: LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html |
diff --git a/LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html b/LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html |
deleted file mode 100644 |
index 178dae3e94f569ac7519e980e1b3b2bcddf6daf4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-iframe-src-setAttributeNodeNS.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <script src="resources/javascriptURL-execution-context.js"></script> |
- <script> |
- function setter(frame, url) { |
- var newNode = document.createAttribute('src'); |
- newNode.value = url; |
- frame.setAttributeNodeNS(newNode); |
- } |
- </script> |
-</head> |
-<body> |
- <p>This test passes as long as the word 'FAIL' and an accompanying message do not appear in the subframe.</p> |
- <pre id='console'></pre> |
- <iframe id='aFrame' src='http://localhost:8000/security/resources/cross-frame-iframe.html'></iframe> |
-</body> |
-</html> |