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

Side by Side Diff: ManualTests/gtk/plugin-resize-scroll.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/gtk/paste-richtext-from-firefox.html ('k') | ManualTests/gtk/resources/cell.cur » ('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 html, body {
5 background-color: blue;
6 color: white;
7 }
8 #spacer {
9 width: 100%;
10 height: 1000px;
11 background-color: yellow;
12 }
13 </style>
14 </script>
15 </head>
16 <body>
17 <p>
18 Resize the browser, ensure that the plugin resizes and does not prod uce a greyish border.
19 Scroll the view, ensure that plugin scrolls out of view.
20 </p>
21
22 <embed id="embed" height="100" style="width: 100%" pbgcolor="green"
23 src="http://www.tizag.com/pics/example.swf" type="application/x-sh ockwave-flash"/>
24
25 <div id="spacer"><p>content</p></div>
26 </body>
27 </html>
28
OLDNEW
« no previous file with comments | « ManualTests/gtk/paste-richtext-from-firefox.html ('k') | ManualTests/gtk/resources/cell.cur » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698