| Index: LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
|
| diff --git a/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html b/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
|
| index 7d01e4e032953374192a3c7258393b42ecd2b723..90e1ec1efbe67f74e71f007c6d229c328562284e 100644
|
| --- a/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
|
| +++ b/LayoutTests/inspector/elements/shadow-dom-modify-chardata.html
|
| @@ -34,18 +34,14 @@ function test()
|
|
|
| function testAppend(next)
|
| {
|
| + InspectorTest.evaluateInPage("typeText()", callback);
|
| +
|
| function callback()
|
| {
|
| - InspectorTest.evaluateInPage("typeText()", callback2);
|
| -
|
| - }
|
| - function callback2()
|
| - {
|
| InspectorTest.addResult("======== Type text =========");
|
| InspectorTest.dumpElementsTree(containerNode);
|
| next();
|
| }
|
| - InspectorTest.expandElementsTree(callback);
|
| }
|
| ]);
|
| }
|
|
|