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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-context-selector-expected.txt

Issue 2849583006: [DevTools] Disable contexts in console selector on pause (Closed)
Patch Set: tests Created 3 years, 8 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/console/console-context-selector-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-context-selector-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/console-context-selector-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b5ca162f40402e374f709f35d2553cffb25c1f8d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-context-selector-expected.txt
@@ -0,0 +1,60 @@
+Tests console execution context selector.
+
+Console context selector:
+* top
+ ____myframe (data:text/html,chro…)
+ ____⚙ worker-pause.js
+
+Selected worker
+Console context selector:
+ top
+ ____myframe (data:text/html,chro…)
+* ____⚙ worker-pause.js
+
+Selected iframe
+Console context selector:
+ top
+* ____myframe (data:text/html,chro…)
+ ____⚙ worker-pause.js
+
+Paused in main
+Console context selector:
+* top
+ ____myframe (data:text/html,chro…) [disabled]
+ ____⚙ worker-pause.js
+
+Resumed
+Console context selector:
+* top
+ ____myframe (data:text/html,chro…)
+ ____⚙ worker-pause.js
+
+Paused in worker
+Console context selector:
+ top
+ ____myframe (data:text/html,chro…)
+* ____⚙ worker-pause.js
+
+Resumed
+Console context selector:
+ top
+ ____myframe (data:text/html,chro…)
+* ____⚙ worker-pause.js
+
+Paused in iframe
+Console context selector:
+ top [disabled]
+* ____myframe (data:text/html,chro…)
+ ____⚙ worker-pause.js
+
+Resumed
+Console context selector:
+ top
+* ____myframe (data:text/html,chro…)
+ ____⚙ worker-pause.js
+
+Destroyed iframe
+Console context selector:
+* top
+ ____⚙ worker-pause.js
+

Powered by Google App Engine
This is Rietveld 408576698