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> |