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

Unified Diff: third_party/WebKit/LayoutTests/inspector/network/network-filmstrip-overview-showing-expected.txt

Issue 2890943003: [Devtools][Regression] Fixed network film strip sometimes errored (Closed)
Patch Set: 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/inspector/network/network-filmstrip-overview-showing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/network/network-filmstrip-overview-showing-expected.txt b/third_party/WebKit/LayoutTests/inspector/network/network-filmstrip-overview-showing-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..90daa9e428ca3b12513cccd0ad68e78e11b88ea5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/network/network-filmstrip-overview-showing-expected.txt
@@ -0,0 +1,23 @@
+Tests to make sure film strip and overview pane show if the other does not exist. http://crbug.com/723659
+
+Overview should not be showing
+Filmstrip should not be showing
+Overview Showing: false
+Filmstrip Showing: false
+
+Overview should be showing
+Filmstrip should not be showing
+Overview Showing: true
+Filmstrip Showing: false
+
+Overview should not be showing
+Filmstrip should be showing
+Overview Showing: false
+Filmstrip Showing: true
+
+Overview should be showing
+Filmstrip should be showing
+Overview Showing: true
+Filmstrip Showing: true
+
+

Powered by Google App Engine
This is Rietveld 408576698