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

Unified Diff: LayoutTests/fast/dom/beforeload/object-beforeload-crash-main.html

Issue 14329005: UpdateWidget() can fire beforeload event synchronously blowing away RenderArena and its associated … (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Incorporate Dominicc's comments Created 7 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/fast/dom/beforeload/object-beforeload-crash-main-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/beforeload/object-beforeload-crash-main.html
diff --git a/LayoutTests/fast/dom/beforeload/object-beforeload-crash-main.html b/LayoutTests/fast/dom/beforeload/object-beforeload-crash-main.html
new file mode 100755
index 0000000000000000000000000000000000000000..fea2f55880de7ef6fb479b58c165433c05f03b14
--- /dev/null
+++ b/LayoutTests/fast/dom/beforeload/object-beforeload-crash-main.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+Test passes if it does not crash.
+<head>
+<script>
+if (testRunner) {
+ testRunner.dumpAsText();
+ testRunner.waitUntilDone();
+}
+
+function finish(event) {
+ if (testRunner)
+ testRunner.notifyDone();
+}
+</script>
+</head>
+<body>
+<iframe src="resources/object-beforeload-crash.html"></iframe>
+</body>
+</html>
« no previous file with comments | « no previous file | LayoutTests/fast/dom/beforeload/object-beforeload-crash-main-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698