Chromium Code Reviews

Unified Diff: LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html

Issue 516273002: Move plugin placeholder style to CSS, and allow it to bypass main world CSP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove excess inline style from js Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html
diff --git a/LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html b/LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..7b617ee18b7cff2c8132a1c1d01cff0c40c855c4
--- /dev/null
+++ b/LayoutTests/fast/plugins/plugin-placeholder-csp-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+
+<link rel="stylesheet" href="plugin-placeholder.css">
+
+<div class="plugin">
+ <div class="plugin-placeholder">
+ <div class="plugin-placeholder-content">
+ <div class="plugin-placeholder-message">
+ This box should be styled despite CSP.
+ </div>
+ </div>
+ </div>
+</div>

Powered by Google App Engine