With that, we can avoid fractional scroll offsets in the test document. Differential Revision: https://phabricator.services.mozilla.com/D258101
22 lines
601 B
HTML
22 lines
601 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!--
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=1305579
|
|
-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test for Bug 1305579</title>
|
|
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<script src="/tests/SimpleTest/paint_listener.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
|
|
</head>
|
|
<body>
|
|
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1305579">Mozilla Bug 1305579</a>
|
|
<script>
|
|
SimpleTest.waitForExplicitFinish();
|
|
|
|
window.open("file_scroll_position_iframe.html", "_blank");
|
|
</script>
|
|
</body>
|
|
</html>
|