Chromium Code Reviews| Index: LayoutTests/editing/execCommand/indent-images-3.html |
| diff --git a/LayoutTests/editing/execCommand/indent-images-3.html b/LayoutTests/editing/execCommand/indent-images-3.html |
| index 12f9adbbd2e64af3749d163f62b27f94f1fb31d0..c61f7473d6b54fc8c0dff2f7bcc1ac9162002ef2 100644 |
| --- a/LayoutTests/editing/execCommand/indent-images-3.html |
| +++ b/LayoutTests/editing/execCommand/indent-images-3.html |
| @@ -10,11 +10,11 @@ if (window.testRunner) |
| while (script = document.querySelector('script')) |
| script.parentNode.removeChild(script); |
| -getSelection().setPosition(document.getElementsByTagName('div')[0], 2); |
| +getSelection().setPosition(document.getElementsByTagName('span')[0], 2); |
| document.execCommand('indent'); |
| Markup.description('This test indents insides a document with exactly two image elements.\n' |
| -+ 'Indentation should fail because the root editable element is inline.'); |
| ++ 'Indentation should success even if the root editable element is inline.'); |
|
Yuta Kitamura
2014/04/16 01:52:26
nit: success -> succeed
yoichio
2014/04/16 03:17:02
Done.
|
| Markup.dump(document.body); |
| </script> |