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' |