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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadowdom-for-applet-with-content.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Hopefully all the tests Created 5 years, 4 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 <body>
3 <applet archive="non-exsitent.jar">
4 <param name="param1" value="value1">
5 <div>Use awesome</div> <span>HotJava!</span>
6 </applet>
7 <script>
8 document.querySelector('applet').createShadowRoot().innerHTML = "[<content selec t='span'></content>]";
9 </script>
10 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698