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

Side by Side 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, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 .plugin {
2 display: block;
3 width: 300px;
4 height: 150px;
5 }
6
7 .plugin-placeholder {
8 all: initial;
9 width: 100%;
10 height: 100%;
11 overflow: hidden;
12 display: flex;
13 align-items: center;
14 background-color: gray;
15 font: 12px -webkit-control;
16 }
17
18 .plugin-placeholder-content {
19 text-align: center;
20 margin: auto;
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698