| Index: LayoutTests/editing/undo/crash-redo-with-iframes.html
|
| diff --git a/LayoutTests/editing/undo/crash-redo-with-iframes.html b/LayoutTests/editing/undo/crash-redo-with-iframes.html
|
| index 52478ffc1a0a0ebb63da7a21588c3f314d93992e..ab6f7fd4d10241f58ce2824d36f0a49f7253c0cf 100644
|
| --- a/LayoutTests/editing/undo/crash-redo-with-iframes.html
|
| +++ b/LayoutTests/editing/undo/crash-redo-with-iframes.html
|
| @@ -27,7 +27,6 @@ sample.appendChild(iframe3);
|
| document.execCommand('SelectAll');
|
| document.execCommand('CreateLink', false, 'foobar');
|
| iframe1.contentWindow.document.write('0123456789');
|
| -iframe1.contentWindow.document.close();
|
| document.execCommand('Undo');
|
|
|
| var iframe4 = document.createElement('iframe');
|
|
|