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