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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location-expected.txt

Issue 2867133002: DevTools: Let the drawer tabs be reordered (Closed)
Patch Set: showView 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-unit/view-location-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0bbce416c3f5b84f22da52f8b1a4c8d053c4a9b4
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/view-location-expected.txt
@@ -0,0 +1,18 @@
+Creating new TabbedLocation
+[]
+Appending three views
+["first","second","third"]
+Creating new TabbedLocation
+["first","second","third"]
+Re-order tabs
+["third","first","second"]
+Creating new TabbedLocation
+["third","first","second"]
+["third","first","second","fourth"]
+Creating new TabbedLocation
+["third","first","second","fourth"]
+Closing second tab
+["third","first","fourth"]
+Creating new TabbedLocation
+["third","first","fourth"]
+

Powered by Google App Engine
This is Rietveld 408576698