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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-restore-selection-when-node-comes-later-expected.txt

Issue 2428823002: DevTools: properly restore selected DOMNode in Elements panel. (Closed)
Patch Set: fix test Created 4 years, 2 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: third_party/WebKit/LayoutTests/inspector/elements/elements-panel-restore-selection-when-node-comes-later-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-restore-selection-when-node-comes-later-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-restore-selection-when-node-comes-later-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cdbecaa26d84dd4dd1805d30b94271f3db0111b1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/elements/elements-panel-restore-selection-when-node-comes-later-expected.txt
@@ -0,0 +1,13 @@
+Verify that last selected element is restored properly later, even if it failed to do so once.
+
+
+Running: selectNode
+Selected node: 'span'
+
+Running: firstReloadWithoutNodeInDOM
+Selected node: 'body'
+
+Running: secondReloadWithNodeInDOM
+Page reloaded.
+Selected node: 'span'
+

Powered by Google App Engine
This is Rietveld 408576698