Index: LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html |
diff --git a/LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html b/LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html |
deleted file mode 100644 |
index 940fdbf02aefbd4cb2e012c4240e3e67c866ae3a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/http/tests/security/javascriptURL/javascriptURL-execution-context-frame-src-setAttributeNodeNS.html |
+++ /dev/null |
@@ -1,17 +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> |
-<frameset rows="10%,*"> |
- <frame id='main' src="data:text/html,<p>This test passes as long as the word 'FAIL' and an accompanying message do not appear in the frame below.</p>"> |
- <frame id='aFrame' src='http://localhost:8000/security/resources/cross-frame-iframe.html'> |
-</frameset> |
-</html> |