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

Side by Side Diff: LayoutTests/fast/plugins/plugin-placeholder-structured.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: 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <!-- The message inserted below should be shown with some suitable style. -->
4 <object type="application/x-fake-plugin"></object>
5
6 <script>
7 var plugin = document.querySelector("object");
8 internals.forcePluginPlaceholder(plugin, { message: "Sorry, but your plugin coul dn't be loaded. Here, have a <a href=\"#\">link</a>." });
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698