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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-tabs-order-expected.txt

Issue 2460513003: DevTools: [Persistence] tabs should not change order during reload (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/http/tests/inspector/persistence/persistence-tabbed-editor-tabs-order-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-tabs-order-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-tabs-order-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9c454ddabcde04aa987969eb5b6a623fe3ab801b
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-tabbed-editor-tabs-order-expected.txt
@@ -0,0 +1,18 @@
+Verify that tabbed editor doesn't shuffle tabs when bindings are dropped and then re-added during reload.
+
+
+Running: waitForBindings
+
+Running: openNetworkFiles
+initial tabs:
+ 1: foo.js
+ 2: bar.js
+ 3: baz.js [selected]
+
+Running: reloadPage
+Page reloaded.
+Tabs after reload:
+ 1: foo.js
+ 2: bar.js
+ 3: baz.js [selected]
+

Powered by Google App Engine
This is Rietveld 408576698