| Index: third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp b/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp
|
| index 7d758470347e9d59a6d324814ad14c42d1646bba..d7e76390d6e8dd98e781e17d41b522eb47d3ab95 100644
|
| --- a/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp
|
| @@ -57,6 +57,7 @@ String ContentAfterPastingHTML(DummyPageHolder* page_holder,
|
|
|
| // Make the body editable, and put the caret in it.
|
| body->setAttribute(HTMLNames::contenteditableAttr, "true");
|
| + body->focus();
|
| frame.GetDocument()->UpdateStyleAndLayout();
|
| frame.Selection().SetSelection(
|
| SelectionInDOMTree::Builder().SelectAllChildren(*body).Build());
|
|
|