| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html
|
| deleted file mode 100644
|
| index ec8ca9485050a62060d8ff64fd478c198c603e1d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <meta http-equiv="Content-Security-Policy" content="object-src 'none'">
|
| - <script>
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| - </script>
|
| -</head>
|
| -<body>
|
| - <p>This test ensures that objects inside SVG foreignobject elements are beholden
|
| - to the same policy as the rest of the document. This test passes if there is
|
| - a console message saying the plugin was blocked.</p>
|
| - <svg>
|
| - <foreignObject>
|
| - <object xmlns="http://www.w3.org/1999/xhtml" data="/plugins/resources/mock-plugin.pl" />
|
| - </foreignObject>
|
| - </svg>
|
| -</body>
|
| -</html>
|
|
|