| Index: third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-execution-contexts-events.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-execution-contexts-events.html b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-execution-contexts-events.html
|
| index 5d14ffd3096db161f58e7468ac957bc5bf22283d..f79329b8730a5d61dd235da3422f1876853796d2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-execution-contexts-events.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/runtime/runtime-execution-contexts-events.html
|
| @@ -19,6 +19,7 @@ function createCraftedFrame()
|
| frame.id = "crafted-iframe";
|
| document.body.appendChild(frame);
|
| frame.contentDocument.write("<div>crafted</div>");
|
| + frame.contentDocument.close();
|
| }
|
|
|
| function test()
|
|
|