| Index: LayoutTests/platform/chromium/plugins/plugin-inside-iframe.html
|
| diff --git a/LayoutTests/platform/chromium/plugins/plugin-inside-iframe.html b/LayoutTests/platform/chromium/plugins/plugin-inside-iframe.html
|
| deleted file mode 100644
|
| index e4d60818484d3a529adc228c3e1435d3c5a6ddfb..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/plugins/plugin-inside-iframe.html
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| -<head>
|
| -</head>
|
| -<body>
|
| -<iframe frameborder="0" width="200" height="200" src="resources/plugin-page.html"></iframe>
|
| -<script>
|
| - if (!window.testRunner) {
|
| - document.write("This test does not work in manual mode.");
|
| - } else {
|
| - testRunner.dumpAsText();
|
| - }
|
| -</script>
|
| -<div>This tests that we do not crash by putting a plugin inside an iframe.</div>
|
| -</body>
|
| -</html>
|
|
|