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

Side by Side Diff: LayoutTests/fast/plugins/plugin-placeholder-structured-expected.html

Issue 522783002: Add a custom element to own structure of shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-structured.html ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <style>
4 .plugin {
5 display: block;
6 width: 300px;
7 height: 150px;
8 }
9
10 .plugin-placeholder {
11 width: 100%;
12 height: 100%;
13 overflow: hidden;
14 display: flex;
15 align-items: center;
16 background-color: gray;
17 font: 12px -webkit-control;
18 }
19
20 .plugin-placeholder-content {
21 text-align: center;
22 margin: auto;
23 }
24 </style>
25
26 <div class="plugin">
27 <div class="plugin-placeholder">
28 <div class="plugin-placeholder-content">
29 <div class="plugin-placeholder-message">
30 Sorry, but your plugin couldn't be loaded.
31 </div>
32 </div>
33 </div>
34 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-structured.html ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698