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

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

Issue 1303233007: Blink Plugins: Remove Shadow DOM plugin placeholder tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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: LayoutTests/fast/plugins/plugin-placeholder.css
diff --git a/LayoutTests/fast/plugins/plugin-placeholder.css b/LayoutTests/fast/plugins/plugin-placeholder.css
deleted file mode 100644
index 41c05fc77d963f41d604ad8d797cb0891af397b7..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/plugins/plugin-placeholder.css
+++ /dev/null
@@ -1,21 +0,0 @@
-.plugin {
- display: block;
- width: 300px;
- height: 150px;
-}
-
-.plugin-placeholder {
- all: initial;
- width: 100%;
- height: 100%;
- overflow: hidden;
- display: flex;
- align-items: center;
- background-color: gray;
- font: 12px -webkit-control;
-}
-
-.plugin-placeholder-content {
- text-align: center;
- margin: auto;
-}

Powered by Google App Engine
This is Rietveld 408576698