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

Side by Side Diff: LayoutTests/plugins/applet-codebase-crash.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 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 <html>
3 <head>
4 <body>
5 <script src="../resources/run-after-layout-and-paint.js"></script>
6 </script>
7 <applet code="index.html" codebase="http://%A1{A+;">
8 PASS if no crash
9 <script>
10 runAfterLayoutAndPaint(function() {}, true);
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698