Bumping manifests a=b2g-bump
[gecko.git] / layout / reftests / scrolling / iframe-deferred-anchor.xhtml
blob1be8d8289704000c6f7e15bca49f5bf6fb9dbc0f
1 <?xml version="1.0"?>
2 <!DOCTYPE html>
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <script>document.location.hash = "#d";</script>
6 </head>
7 <body style="margin: 0;">
8 <div style="height: 50px; width: 50px; background-color: red;"/>
9 <div style="height: 1000px;"/>
10 <div id="d" style="height: 50px; width: 50px; background-color: green;"/>
11 <div style="height: 1000px;"/>
12 </body>
13 </html>