| Index: Source/core/html/HTMLFormControlElementTest.cpp
|
| diff --git a/Source/core/html/HTMLFormControlElementTest.cpp b/Source/core/html/HTMLFormControlElementTest.cpp
|
| index db83f73a127ae24b1298c1c28349a41380980d34..af4caac7110229ba3deca263b243ee058c3c6748 100644
|
| --- a/Source/core/html/HTMLFormControlElementTest.cpp
|
| +++ b/Source/core/html/HTMLFormControlElementTest.cpp
|
| @@ -41,7 +41,7 @@ void HTMLFormControlElementTest::SetUp()
|
| TEST_F(HTMLFormControlElementTest, customValidationMessageTextDirection)
|
| {
|
| document().documentElement()->setInnerHTML("<body><input required id=input></body>", ASSERT_NO_EXCEPTION);
|
| - document().view()->updateLayoutAndStyleIfNeededRecursive();
|
| + document().view()->updateLayoutAndStyleForPainting();
|
|
|
| HTMLInputElement* input = toHTMLInputElement(document().getElementById("input"));
|
| input->setCustomValidity(String::fromUTF8("\xD8\xB9\xD8\xB1\xD8\xA8\xD9\x89"));
|
|
|