equal
deleted
inserted
replaced
|
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 |