Chromium Code Reviews| Index: LayoutTests/fast/plugins/plugin-placeholder.css |
| diff --git a/LayoutTests/fast/plugins/plugin-placeholder.css b/LayoutTests/fast/plugins/plugin-placeholder.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d69f197cb61d73b712240a5352803a136285c2d5 |
| --- /dev/null |
| +++ b/LayoutTests/fast/plugins/plugin-placeholder.css |
| @@ -0,0 +1,20 @@ |
| +.plugin { |
| + display: block; |
| + width: 300px; |
| + height: 150px; |
| +} |
| + |
| +.plugin-placeholder { |
| + 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; |
| +} |