no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / async-scrolling / fixed-pos-scrolled-clip-4.html
blob6c141530ef89e76bc060905d5afe3a29783518fb
1 <!DOCTYPE html>
2 <html reftest-async-scroll
3 reftest-displayport-x="0" reftest-displayport-y="0"
4 reftest-displayport-w="800" reftest-displayport-h="2000"
5 reftest-async-scroll-x="0" reftest-async-scroll-y="20">
7 <title>This is fixed-pos-scrolled-clip-1.html in an iframe</title>
9 <style>
11 body {
12 margin: 0;
13 height: 4000px;
16 .subframe {
17 position: relative;
18 left: 10px;
19 top: 10px;
20 border: 0;
21 width: 500px;
22 height: 600px;
23 overflow: auto;
24 box-shadow: 0 0 0 2px black;
27 </style>
29 <iframe class="subframe" src="fixed-pos-scrolled-clip-1.html"></iframe>