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

Unified Diff: ManualTests/qt/qtplugin.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/plugin-sibling-frame-include.html ('k') | ManualTests/qt/qtplugin-scrolling.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/qt/qtplugin.html
diff --git a/ManualTests/qt/qtplugin.html b/ManualTests/qt/qtplugin.html
deleted file mode 100644
index 631ce63fd552bc652785c100f956ef03b1e67d8e..0000000000000000000000000000000000000000
--- a/ManualTests/qt/qtplugin.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
-<body>
-Image:<br/>
- <img src="qrc:/webkit/inspector/Images/largerResourcesButtonGlyph.png" width="80" height="80"/>
- <br/>
-
-<!-- visible progressbar -->
-<div>
-QT progress bar:
-<object type="application/x-qt-plugin" classid="QProgressBar" name="progressbar1" height=30></object>
-</div>
-
-<!-- should not be visible -->
-<div style="visibility: hidden;">
-You should not see this:
-<object type="application/x-qt-plugin" classid="QProgressBar" name="progressbar2" height=30></object>
-</div>
-
-<script>
-function display(){
- if (++document.progressbar1.value != 100)
-setTimeout("display()", 50)
-}
-display();
-</script>
-</body>
-</html>
« no previous file with comments | « ManualTests/qt/plugin-sibling-frame-include.html ('k') | ManualTests/qt/qtplugin-scrolling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698