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

Unified Diff: LayoutTests/editing/selection/deleteFromDocument-scoped-dispatch-event-crash.html

Issue 199383004: Postpone mutation event dispatch in Selection.deleteFromDocument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Scoping Range event Created 6 years, 9 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/editing/selection/deleteFromDocument-scoped-dispatch-event-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/selection/deleteFromDocument-scoped-dispatch-event-crash.html
diff --git a/LayoutTests/editing/execCommand/window-open-insert-list-crash.html b/LayoutTests/editing/selection/deleteFromDocument-scoped-dispatch-event-crash.html
similarity index 80%
copy from LayoutTests/editing/execCommand/window-open-insert-list-crash.html
copy to LayoutTests/editing/selection/deleteFromDocument-scoped-dispatch-event-crash.html
index c51bb88469d20a6fcae79475adbceef35f262dc2..1d2ea86d7104ae0b21e2fb77fae6295786867050 100644
--- a/LayoutTests/editing/execCommand/window-open-insert-list-crash.html
+++ b/LayoutTests/editing/selection/deleteFromDocument-scoped-dispatch-event-crash.html
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
-<title>Crash issue 338542</title>
+<title>Crash issue 339186</title>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
-description('Should not crash if we load a test case from crbug.com/338542.');
+description('Should not crash if we load a test case from crbug.com/339186.');
window.jsTestIsAsync = true;
window.addEventListener('message', didReceiveMessage, false);
var iframe = document.createElement('iframe');
-iframe.src = 'resources/window-open-insert-list-crash-iframe.html';
+iframe.src = 'resources/deleteFromDocument-scoped-dispatch-event-crash-iframe.html';
document.body.appendChild(iframe);
function didReceiveMessage(event)
« no previous file with comments | « no previous file | LayoutTests/editing/selection/deleteFromDocument-scoped-dispatch-event-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698