Index: LayoutTests/plugins/applet-codebase-crash.html |
diff --git a/LayoutTests/plugins/applet-codebase-crash.html b/LayoutTests/plugins/applet-codebase-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e2e1184292889f06f5f5ade835b399c4dc91e74a |
--- /dev/null |
+++ b/LayoutTests/plugins/applet-codebase-crash.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<body> |
+<script src="../resources/run-after-display.js"></script> |
+</script> |
+<applet code="index.html" codebase="http://%A1{A+;"> |
+PASS if no crash |
+<script> |
+ runAfterDisplay(function() {}, true); |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+</script> |