| Index: third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html b/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html
|
| index b6ae8334585285a61a7e5adf784a242cb78ef59e..5192511abbc29dbba3c00d1ab7d2f02b30d68b65 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny.html
|
| @@ -19,4 +19,4 @@
|
| </script>
|
|
|
| <p>There should be no content in the iframe below</p>
|
| -<iframe style="width:500px; height:500px" src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny.cgi" onload="checkIfDone()"></iframe>
|
| +<iframe style="width:500px; height:500px" src="http://127.0.0.1:8000/security/XFrameOptions/resources/x-frame-options-deny.cgi" onload="checkIfDone()" onerror="checkIfDone()"></iframe>
|
|
|