Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/object-in-svg-foreignobject.html

Issue 2805203002: Un-skipped wpt/csp/svg tests (Closed)
Patch Set: Changed loaded object Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698