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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ManualTests/qt/qtplugin.html ('k') | ManualTests/qt/tap-highlighting.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <style>
4 #spacer {
5 width: 100%;
6 height: 1000px;
7 background-color: yellow;
8 }
9 </style>
10 </head>
11 <body>
12
13 <p>
14 Scroll the page, ensure that the two labels move nicely along with the rest of the document.
15 </p>
16
17 <div>
18 <object type="application/x-qt-plugin" classid="alien_QLabel" name="label1" heig ht="30"></object>
19 </div>
20
21 <div>
22 <object type="application/x-qt-plugin" classid="QLabel" name="label2" height="30 "></object>
23 </div>
24
25 <div id="spacer"><p>&nbsp;</p></div>
26
27 <script>
28 document.label1.setText("Label one");
29 document.label2.setText("Label two");
30 </script>
31 </body>
32 </html>
OLDNEW
« 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