Index: ManualTests/qt/plugin-iframe.html |
diff --git a/ManualTests/qt/plugin-iframe.html b/ManualTests/qt/plugin-iframe.html |
deleted file mode 100644 |
index ee838ba2003188331fa09de2c4965a9388737418..0000000000000000000000000000000000000000 |
--- a/ManualTests/qt/plugin-iframe.html |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-<html> |
- <head> |
- <style> |
- html, body { |
- background-color: blue; |
- color: white; |
- } |
- #spacer { |
- width: 100%; |
- height: 1000px; |
- background-color: yellow; |
- } |
- </style> |
- </script> |
- </head> |
- <body> |
- <p> |
- Scroll the view, ensure that plugin scrolls in sync with the view. |
- </p> |
- |
- <iframe src="plugin-sibling-frame-include.html" width="200" height="200" |
- frameborder="0" scrolling="auto" name="myInlineFrame"></iframe> |
- <div id="spacer"><p>content</p></div> |
- </body> |
-</html> |
- |