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

Unified Diff: LayoutTests/inspector/elements/undo-dom-edits.html

Issue 467233002: DevTools: Make sure ElementsTreeOutline is correctly rendered when element's hasChildren state chan… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 4 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/undo-dom-edits.html
diff --git a/LayoutTests/inspector/elements/undo-dom-edits.html b/LayoutTests/inspector/elements/undo-dom-edits.html
index 1c062c4be85237b9d650de8c3d4003c7135f45bf..29b52c30276f9e52ea49b3a131d9cdd8bdca76af 100644
--- a/LayoutTests/inspector/elements/undo-dom-edits.html
+++ b/LayoutTests/inspector/elements/undo-dom-edits.html
@@ -10,7 +10,13 @@ function test()
function testSetUp(next)
{
- InspectorTest.expandElementsTree(next);
+ InspectorTest.addResult("Setting up");
+ InspectorTest.expandElementsTree(callback);
+
+ function callback()
+ {
+ InspectorTest.expandElementsTree(next);
+ }
}
testSuite.push(testSetUp);

Powered by Google App Engine
This is Rietveld 408576698