gecko-dev/layout/reftests/scrolling/iframe-deferred-anchor.xhtml
Neil Rashbrook 516c8a2d2a Test for bug 1054289 r=smaug
--HG--
rename : layout/reftests/scrolling/deferred-anchor-ref.xhtml => layout/reftests/scrolling/iframe-deferred-anchor.xhtml
2014-08-29 20:35:00 +01:00

14 lines
401 B
HTML

<?xml version="1.0"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>document.location.hash = "#d";</script>
</head>
<body style="margin: 0;">
<div style="height: 50px; width: 50px; background-color: red;"/>
<div style="height: 1000px;"/>
<div id="d" style="height: 50px; width: 50px; background-color: green;"/>
<div style="height: 1000px;"/>
</body>
</html>