Index: ManualTests/qt/qtplugin-scrolling.html |
diff --git a/ManualTests/qt/qtplugin-scrolling.html b/ManualTests/qt/qtplugin-scrolling.html |
deleted file mode 100644 |
index 85038326f8d1ee01150f00d45b67113b66100284..0000000000000000000000000000000000000000 |
--- a/ManualTests/qt/qtplugin-scrolling.html |
+++ /dev/null |
@@ -1,32 +0,0 @@ |
-<html> |
-<head> |
-<style> |
- #spacer { |
- width: 100%; |
- height: 1000px; |
- background-color: yellow; |
- } |
-</style> |
-</head> |
-<body> |
- |
-<p> |
- Scroll the page, ensure that the two labels move nicely along with the rest of the document. |
-</p> |
- |
-<div> |
-<object type="application/x-qt-plugin" classid="alien_QLabel" name="label1" height="30"></object> |
-</div> |
- |
-<div> |
-<object type="application/x-qt-plugin" classid="QLabel" name="label2" height="30"></object> |
-</div> |
- |
-<div id="spacer"><p> </p></div> |
- |
-<script> |
-document.label1.setText("Label one"); |
-document.label2.setText("Label two"); |
-</script> |
-</body> |
-</html> |