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

Unified Diff: LayoutTests/fast/plugins/plugin-placeholder.css

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder-csp.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/plugins/plugin-placeholder.css
diff --git a/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html b/LayoutTests/fast/plugins/plugin-placeholder.css
similarity index 51%
copy from LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html
copy to LayoutTests/fast/plugins/plugin-placeholder.css
index e86128d715075169a259eebb32ab5a9d084236fa..d69f197cb61d73b712240a5352803a136285c2d5 100644
--- a/LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html
+++ b/LayoutTests/fast/plugins/plugin-placeholder.css
@@ -1,6 +1,3 @@
-<!DOCTYPE html>
-
-<style>
.plugin {
display: block;
width: 300px;
@@ -21,14 +18,3 @@
text-align: center;
margin: auto;
}
-</style>
-
-<div class="plugin">
- <div class="plugin-placeholder">
- <div class="plugin-placeholder-content">
- <div class="plugin-placeholder-message">
- Sorry, but your plugin couldn't be loaded.
- </div>
- </div>
- </div>
-</div>
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder-csp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698