Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: ManualTests/qt/qtplugin-scrolling.html

Issue 18045005: Remove qt and gtk manual tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ManualTests/qt/qtplugin.html ('k') | ManualTests/qt/tap-highlighting.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>&nbsp;</p></div>
-
-<script>
-document.label1.setText("Label one");
-document.label2.setText("Label two");
-</script>
-</body>
-</html>
« no previous file with comments | « ManualTests/qt/qtplugin.html ('k') | ManualTests/qt/tap-highlighting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698