Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: LayoutTests/inspector/elements/shadow-dom-modify-chardata.html

Issue 16561003: DevTools: Inspect element mode does not select element in ShadowDOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
]);
}

Powered by Google App Engine
This is Rietveld 408576698