| Index: LayoutTests/fast/plugins/empty-url-object.html
|
| diff --git a/LayoutTests/fast/frames/sandboxed-iframe-noscript.html b/LayoutTests/fast/plugins/empty-url-object.html
|
| similarity index 64%
|
| copy from LayoutTests/fast/frames/sandboxed-iframe-noscript.html
|
| copy to LayoutTests/fast/plugins/empty-url-object.html
|
| index 89552398182a42d2083cf0dddd25954fc4648de9..c717630af46740b2a2d4c6b0966ded4e91e5d12e 100644
|
| --- a/LayoutTests/fast/frames/sandboxed-iframe-noscript.html
|
| +++ b/LayoutTests/fast/plugins/empty-url-object.html
|
| @@ -1,15 +1,13 @@
|
| <!DOCTYPE html>
|
| <html>
|
| -<head>
|
| +<body>
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.dumpChildFramesAsText();
|
| }
|
| </script>
|
| -</head>
|
| -<body>
|
| -<iframe sandbox src="data:text/html,<noscript>PASS</noscript>">
|
| -</iframe>
|
| +This text should only appear once.
|
| +<object data="" type="text/plain"></object>
|
| </body>
|
| </html>
|
|
|