| Index: third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| index 0630e0bcd64d56902327667ece2c158919b6dd4c..5aa5bded56d91a19a1a7dda4099025e3e6c47a69 100644
|
| --- a/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TextFinderTest.cpp
|
| @@ -302,7 +302,7 @@ TEST_F(TextFinderTest, ScopeTextMatchesSimple)
|
| TEST_F(TextFinderTest, ScopeTextMatchesWithShadowDOM)
|
| {
|
| document().body()->setInnerHTML("<b>FOO</b><i>foo</i>", ASSERT_NO_EXCEPTION);
|
| - RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = document().body()->createShadowRootInternal(ShadowRootType::Open, ASSERT_NO_EXCEPTION);
|
| + RefPtrWillBeRawPtr<ShadowRoot> shadowRoot = document().body()->createShadowRootInternal(ShadowRootType::V0, ASSERT_NO_EXCEPTION);
|
| shadowRoot->setInnerHTML("<content select=\"i\"></content><u>Foo</u><content></content>", ASSERT_NO_EXCEPTION);
|
| Node* textInBElement = document().body()->firstChild()->firstChild();
|
| Node* textInIElement = document().body()->lastChild()->firstChild();
|
|
|