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

Unified Diff: LayoutTests/inspector/elements/elements-panel-selection-on-refresh-expected.txt

Issue 208223002: DevTools: [Elements] Restore selected shadow DOM elements on reload (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/elements-panel-selection-on-refresh-expected.txt
diff --git a/LayoutTests/inspector/elements/elements-panel-selection-on-refresh-expected.txt b/LayoutTests/inspector/elements/elements-panel-selection-on-refresh-expected.txt
index b7756b1f4c21d6e85b8eef1ef97aaebfc1704c4c..a75a45d960b4c515a7ca5bbceccb490ed28ec199 100644
--- a/LayoutTests/inspector/elements/elements-panel-selection-on-refresh-expected.txt
+++ b/LayoutTests/inspector/elements/elements-panel-selection-on-refresh-expected.txt
@@ -1,5 +1,25 @@
Tests that elements panel preserves selected node on page refresh.
+
+Running: setup
pfeldman 2014/03/21 15:02:52 You want a new test for this.
apavlov 2014/03/21 15:26:46 Done.
+
+Running: testOrdinaryElement
+Page reloaded.
+Selected node: 'p'
+
+Running: testAuthorShadowRoot
+Page reloaded.
+Selected node: '#shadow-root'
+
+Running: testUserAgentShadowRoot
+Page reloaded.
+Selected node: '#shadow-root (user-agent)'
+
+Running: testAuthorShadowRootChild
+Page reloaded.
+Selected node: 'input'
+
+Running: testUserAgentShadowRootChild
Page reloaded.
-Selected element should be 'P', was: 'P'
+Selected node: 'div'

Powered by Google App Engine
This is Rietveld 408576698