| Index: third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special.html
|
| index 4749b200b085da6a4d5271f64eea7b64b0dc74ae..f87c816472fb0f81dcf1fecec983fb33c1f38792 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/properties-special.html
|
| @@ -10,6 +10,7 @@ function onload()
|
| console.dir(Object(true));
|
| console.dir((function(a,b) { return a + b; }));
|
| console.dir((function(a,b) { return a + b; }).bind({}, 2));
|
| + console.dir((function*() { yeild [1,2,3] }));
|
| runTest();
|
| }
|
|
|
|
|