Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html b/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html |
| deleted file mode 100644 |
| index e8443a8ad44403940eb32d76a2913fa2d89419d6..0000000000000000000000000000000000000000 |
| --- a/third_party/WebKit/LayoutTests/http/tests/security/xss-DENIED-htmlelelment-with-iframe-proto.html |
| +++ /dev/null |
| @@ -1,23 +0,0 @@ |
| -<html> |
| -<head> |
| -<script src="resources/cross-frame-access.js"></script> |
| -</head> |
| -<body> |
| -<iframe src="http://localhost:8000/security/resources/iframe-with-element.html" style=""> |
|
Yuki
2016/11/09 07:06:43
It seems you can delete http/tests/security/resour
|
| -</iframe> |
| -<pre id="console"></pre> |
| -<script> |
| -if (window.testRunner) |
| - testRunner.dumpAsText(); |
| - |
| -log("Tests that making other frame window a prototype doesn't expose that window subframe"); |
| - |
| -targetWindow = frames[0]; |
| - |
| -window.onload = function() { |
| - __proto__ = targetWindow; |
| - shouldThrowException('targetWindow.myinput'); |
| -} |
| -</script> |
| -</body> |
| -</html> |