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

Unified Diff: LayoutTests/inspector/elements/undo-dom-edits-2.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-2.html
diff --git a/LayoutTests/inspector/elements/undo-dom-edits-2.html b/LayoutTests/inspector/elements/undo-dom-edits-2.html
index 40786c1b3380886fd9d9ea5c97b29484f29031ef..f794b0133abb8f6ae2a7d6cfa9a9694b0da30995 100644
--- a/LayoutTests/inspector/elements/undo-dom-edits-2.html
+++ b/LayoutTests/inspector/elements/undo-dom-edits-2.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);
« no previous file with comments | « LayoutTests/inspector/elements/undo-dom-edits.html ('k') | LayoutTests/inspector/elements/undo-dom-edits-2-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698