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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-selection-on-reload-expected.txt

Issue 2873843003: [DevTools] Restore tree selection after reload (Closed)
Patch Set: [DevTools] Restore tree selection after reload Created 3 years, 7 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/http/tests/inspector/resources/resources-panel-selection-on-reload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-selection-on-reload-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-selection-on-reload-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..718376f42d4c946217b2cf3085c64b3991758f64
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resources/resources-panel-selection-on-reload-expected.txt
@@ -0,0 +1,62 @@
+CONSOLE MESSAGE: line 112: InspectorTest.IndexedDB_callback1
+Tests Application Panel response to a main frame navigation.
+
+Initial state:
+Application
+ Manifest
+ Service Workers
+ Clear storage
+Storage
+ Local Storage
+ http://127.0.0.1:8000
+ Session Storage
+ http://127.0.0.1:8000
+ IndexedDB
+ Database1 - http://127.0.0.1:8000
+ Web SQL
+ database-for-test
+ Cookies
+ http://127.0.0.1:8000
+Cache
+ Cache Storage
+ Application Cache
+Frames
+ top
+ Scripts
+ console-test.js
+ indexeddb-test.js
+ inspector-test.js
+ resources-test.js
+ resources-panel-selection-on-reload.html
+Selection: ["cookies://http://127.0.0.1:8000","category://Cookies"]
+Visible view is a cookie view: true
+Page reloaded.
+After navigation:
+Application
+ Manifest
+ Service Workers
+ Clear storage
+Storage
+ Local Storage
+ http://127.0.0.1:8000
+ Session Storage
+ http://127.0.0.1:8000
+ IndexedDB
+ Database1 - http://127.0.0.1:8000
+ Web SQL
+ Cookies
+ http://127.0.0.1:8000
+Cache
+ Cache Storage
+ Application Cache
+Frames
+ top
+ Scripts
+ console-test.js
+ indexeddb-test.js
+ inspector-test.js
+ resources-test.js
+ resources-panel-selection-on-reload.html
+Selection: ["cookies://http://127.0.0.1:8000","category://Cookies"]
+Visible view is a cookie view: true
+

Powered by Google App Engine
This is Rietveld 408576698