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 |
+ |