| Index: LayoutTests/editing/execCommand/format-block-crash.html
|
| diff --git a/LayoutTests/editing/execCommand/window-open-insert-list-crash.html b/LayoutTests/editing/execCommand/format-block-crash.html
|
| similarity index 82%
|
| copy from LayoutTests/editing/execCommand/window-open-insert-list-crash.html
|
| copy to LayoutTests/editing/execCommand/format-block-crash.html
|
| index c51bb88469d20a6fcae79475adbceef35f262dc2..881a6d825320d1a326b41802abcf516e9c6860b9 100644
|
| --- a/LayoutTests/editing/execCommand/window-open-insert-list-crash.html
|
| +++ b/LayoutTests/editing/execCommand/format-block-crash.html
|
| @@ -1,19 +1,19 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| -<title>Crash issue 338542</title>
|
| +<title>FormatBlock crash</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/345005.');
|
|
|
| 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/format-block-crash-iframe.html';
|
| document.body.appendChild(iframe);
|
|
|
| function didReceiveMessage(event)
|
|
|