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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/plugins/applet-codebase-crash.html
diff --git a/LayoutTests/plugins/applet-codebase-crash.html b/LayoutTests/plugins/applet-codebase-crash.html
deleted file mode 100644
index d4b16ebaa92d96ac2afad4db21ec3ad75edd5aa5..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/applet-codebase-crash.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<body>
-<script src="../resources/run-after-layout-and-paint.js"></script>
-</script>
-<applet code="index.html" codebase="http://%A1{A+;">
-PASS if no crash
-<script>
- runAfterLayoutAndPaint(function() {}, true);
- if (window.testRunner)
- testRunner.dumpAsText();
-</script>

Powered by Google App Engine
This is Rietveld 408576698