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

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

Issue 698533003: Implement support for closing shadow DOM plugin placeholders. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: mkwst comments 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <link rel="stylesheet" href="plugin-placeholder.css"> 3 <link rel="stylesheet" href="plugin-placeholder.css">
4 4
5 <div class="plugin"> 5 <div class="plugin">
6 <div class="plugin-placeholder"> 6 <div class="plugin-placeholder">
7 <div class="plugin-placeholder-content"> 7 <div class="plugin-placeholder-content">
8 <div class="plugin-placeholder-message"> 8 <div class="plugin-placeholder-message">
9 Sorry, but your plugin couldn't be loaded. 9 Sorry, but your plugin couldn't be loaded.
10 </div> 10 </div>
11 </div> 11 </div>
12 </div> 12 </div>
13 </div> 13 </div>
14
15 <div class="plugin">
16 <div class="plugin-placeholder">
17 <div class="plugin-placeholder-content">
18 <div class="plugin-placeholder-message">
19 Sorry, but your plugin couldn't be loaded.
20 </div>
21 <button>Close</button>
22 </div>
23 </div>
24 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/plugins/plugin-placeholder-structured.html ('k') | Source/core/html/shadow/PluginPlaceholderElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698