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