| Index: third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html b/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
|
| index 87327325683a4c4cead42b9f0c1f338c6dc053fb..c90b4a3c743553484f8ec45ada600b09bea66df0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/frames/resources/sandboxed-iframe-about-blank.html
|
| @@ -4,10 +4,8 @@
|
| <body>
|
| <iframe src="about:blank" sandbox>
|
| </iframe>
|
| - <embed id="plugin"
|
| - type="application/x-webkit-test-netscape"
|
| - src="data:text/plain,"
|
| - style="width:0; height:0">
|
| - </embed>
|
| + <script>
|
| + parent.testPassed("Container frame is able to run script.");
|
| + </script>
|
| </body>
|
| </html>
|
|
|