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

Unified Diff: ManualTests/qt/control_paiting_with_transforms.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/gtk/resources/long_cell.cur ('k') | ManualTests/qt/double-tap-overscroll.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ManualTests/qt/control_paiting_with_transforms.html
diff --git a/ManualTests/qt/control_paiting_with_transforms.html b/ManualTests/qt/control_paiting_with_transforms.html
deleted file mode 100644
index 06004748cc3b714b7dc093dc11a19484c0d27214..0000000000000000000000000000000000000000
--- a/ManualTests/qt/control_paiting_with_transforms.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
- <script>
- var d = 0;
-
- function rotate() {
- d+=1;
- document.getElementById('text_rotate').style.webkitTransform = "rotate(" + d + "deg)";
- document.getElementById('button_rotate').style.webkitTransform = "rotate(" + (360 - d) + "deg)";
- setTimeout('rotate()', 10);
- }
- </script>
-</head>
-<body>
- <p>This tests the quality of the control drawing, while transform is applied.<br>
- Click on the button and check for quality regression, while rotating.</p>
- <input type='button' value='rotate' onclick='rotate();'>
- <input id='text_rotate'; style='position:absolute; left:300px; top:100px; -webkit-transform: rotate(0deg);' type='text' value=''>
- <input id='button_rotate'; style='position:absolute; left:300px; top:300px; -webkit-transform: rotate(0deg);' type='button' value=' '>
-</body>
-</html>
-
-
« no previous file with comments | « ManualTests/gtk/resources/long_cell.cur ('k') | ManualTests/qt/double-tap-overscroll.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698