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

Unified Diff: LayoutTests/plugins/applet-codebase-crash.html

Issue 1079953002: Better handling of broken applet codebase (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | LayoutTests/plugins/applet-codebase-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/plugins/applet-codebase-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698