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

Unified Diff: LayoutTests/editing/execCommand/insert-image-changing-visibility-crash.html

Issue 183893018: Check VisualPosition.isNull() after DOM mutation in ReplaceSelectionCommand (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update Created 6 years, 10 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/execCommand/insert-image-changing-visibility-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/editing/execCommand/insert-image-changing-visibility-crash.html
diff --git a/LayoutTests/editing/execCommand/format-block-crash.html b/LayoutTests/editing/execCommand/insert-image-changing-visibility-crash.html
similarity index 82%
copy from LayoutTests/editing/execCommand/format-block-crash.html
copy to LayoutTests/editing/execCommand/insert-image-changing-visibility-crash.html
index 881a6d825320d1a326b41802abcf516e9c6860b9..afb7f867a86cf2f02ecf74be4d78ac28f1ef48d5 100644
--- a/LayoutTests/editing/execCommand/format-block-crash.html
+++ b/LayoutTests/editing/execCommand/insert-image-changing-visibility-crash.html
@@ -1,19 +1,19 @@
<!DOCTYPE html>
<html>
<head>
-<title>FormatBlock crash</title>
+<title>Issue 348283</title>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<script>
-description('Should not crash if we load a test case from crbug.com/345005.');
+description('Should not crash if we load a test case from crbug.com/348283.');
window.jsTestIsAsync = true;
window.addEventListener('message', didReceiveMessage, false);
var iframe = document.createElement('iframe');
-iframe.src = 'resources/format-block-crash-iframe.html';
+iframe.src = 'resources/insert-image-changing-visibility-crash-iframe.html';
document.body.appendChild(iframe);
function didReceiveMessage(event)
« no previous file with comments | « no previous file | LayoutTests/editing/execCommand/insert-image-changing-visibility-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698