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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt

Issue 1952553002: [DevTools] Auto completion for proxy uses proxy target object (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-property-descriptors-to-native
Patch Set: Created 4 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/console-cd-completions-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt
index 3d663b22cbf2eced8bde1a5c65a7788c5647eb56..7c937948a0153859c324233feb8fccdd1443df2d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-cd-completions-expected.txt
@@ -1,10 +1,14 @@
Test that completions in the context of an iframe with a different origin will result in names of its global variables. Test passes if all global variables are found among completions AND there are NO console messages. Bug 65457.
+myGlob completions:
myGlobalVar
myGlobalFunction
myIFrame completions:
self
top
window
+proxy completions:
+a
+window.counter = 0

Powered by Google App Engine
This is Rietveld 408576698