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

Side by Side Diff: LayoutTests/fast/plugins/plugin-placeholder.css

Issue 669883003: Prevent inherited style from propagating into a plugin placeholder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder-inherit.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .plugin { 1 .plugin {
2 display: block; 2 display: block;
3 width: 300px; 3 width: 300px;
4 height: 150px; 4 height: 150px;
5 } 5 }
6 6
7 .plugin-placeholder { 7 .plugin-placeholder {
8 all: initial;
8 width: 100%; 9 width: 100%;
9 height: 100%; 10 height: 100%;
10 overflow: hidden; 11 overflow: hidden;
11 display: flex; 12 display: flex;
12 align-items: center; 13 align-items: center;
13 background-color: gray; 14 background-color: gray;
14 font: 12px -webkit-control; 15 font: 12px -webkit-control;
15 } 16 }
16 17
17 .plugin-placeholder-content { 18 .plugin-placeholder-content {
18 text-align: center; 19 text-align: center;
19 margin: auto; 20 margin: auto;
20 } 21 }
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/plugins/plugin-placeholder-inherit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698