Index: third_party/WebKit/LayoutTests/editing/inserting/replace-at-visible-boundary.html |
diff --git a/third_party/WebKit/LayoutTests/editing/inserting/replace-at-visible-boundary.html b/third_party/WebKit/LayoutTests/editing/inserting/replace-at-visible-boundary.html |
index c7626fb2ddb3eb4f36fe02a944344cd3ba4f97df..5caaea1d6e3b7bfe33ceda86425fe847929e66f9 100644 |
--- a/third_party/WebKit/LayoutTests/editing/inserting/replace-at-visible-boundary.html |
+++ b/third_party/WebKit/LayoutTests/editing/inserting/replace-at-visible-boundary.html |
@@ -23,7 +23,7 @@ |
fail("Image should be adjacent to the bold node."); |
// Now try inserting HTML over the image. |
- execSetSelectionCommand(image, 0, image, 1); |
+ execSetSelectionCommand(image, 0, image, 0); |
document.execCommand("inserthtml", false, "<span id='red' style='color:red'>red text</span>"); |
// Verify that the red text isn't in the bold tag. |