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

Side by Side Diff: ManualTests/qt/plugin-iframe.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/numpad-enter-key.html ('k') | ManualTests/qt/plugin-painting.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 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 Scroll the view, ensure that plugin scrolls in sync with the view.
19 </p>
20
21 <iframe src="plugin-sibling-frame-include.html" width="200" height="200"
22 frameborder="0" scrolling="auto" name="myInlineFrame"></iframe>
23 <div id="spacer"><p>content</p></div>
24 </body>
25 </html>
26
OLDNEW
« no previous file with comments | « ManualTests/qt/numpad-enter-key.html ('k') | ManualTests/qt/plugin-painting.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698