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

Side by Side Diff: ManualTests/qt/plugin-painting.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/plugin-iframe.html ('k') | ManualTests/qt/plugin-sibling-frame.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 xmlns="http://www.w3.org/1999/xhtml">
2
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5 <title>Flash In IFrame Test File</title>
6 </head>
7
8 <body>
9
10 <b> This manual tests verifies paging and arrow-navigating up and down a pag e of plugins doesn't result
11 in them appearing to get fused together. QtWebKit wasn't updating the po sition of the plugins
12 within the page before scheduling them for a repaint, with the result th at parts of the plugin
13 were appearing in their old position after a page scroll. This was a pro blem for
14 Qt in <a href="https://bugs.webkit.org/show_bug.cgi?id=57179">bug 57179< /a></b> <br/><br/>
15 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
16 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
17 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
18 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
19 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
20 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
21 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
22 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
23 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
24 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
25 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
26 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
27 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
28 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
29 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
30 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
31 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
32 <iframe src="../plugins/test.swf" type="application/x-shockwave-flash" style="po sition: relative; "></iframe>
33 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
34 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
35 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
36 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
37 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
38 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
39 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
40 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
41 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
42 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
43 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
44 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
45 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
46 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
47 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
48 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
49 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
50 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
51 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
52 <embed src="../plugins/test.swf" type="application/x-shockwave-flash" style="pos ition: relative; "></embed>
53
54 </body>
55
56 </html>
57
58
59
60
OLDNEW
« no previous file with comments | « ManualTests/qt/plugin-iframe.html ('k') | ManualTests/qt/plugin-sibling-frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698