Skip to content
Snippets Groups Projects
Commit 2bdce707 authored by Kartikaya Gupta's avatar Kartikaya Gupta
Browse files

Bug 1191886 - Change a couple of scrollbar async-repositioning tests so they...

Bug 1191886 - Change a couple of scrollbar async-repositioning tests so they don't get tripped up by rounding error. r=botond

--HG--
extra : commitid : 9l1enEaFhZu
parent 136c2d72
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<html class="reftest-wait"><head>
<meta name="viewport" content="width=device-width">
</head>
<body onload="scrollTo(450,10000); document.documentElement.classList.remove('reftest-wait')">
<body onload="scrollTo(450,8000); document.documentElement.classList.remove('reftest-wait')">
<div style="width: 9000px; height: 20000px; background: white;"></div>
</body>
</html>
......
......@@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width">
<style> html { direction: rtl; } </style>
</head>
<body onload="scrollTo(-450,10000); document.documentElement.classList.remove('reftest-wait')">
<body onload="scrollTo(-450,8000); document.documentElement.classList.remove('reftest-wait')">
<div style="width: 9000px; height: 20000px; background: white;"></div>
</body>
</html>
......
<!DOCTYPE html>
<html class="reftest-wait"
reftest-async-scroll
reftest-async-scroll-x="-440" reftest-async-scroll-y="9999"><head>
reftest-async-scroll-x="-440" reftest-async-scroll-y="7999"><head>
<meta name="viewport" content="width=device-width">
<style> html { direction: rtl; } </style>
</head>
......
<!DOCTYPE html>
<html class="reftest-wait"
reftest-async-scroll
reftest-async-scroll-x="449" reftest-async-scroll-y="9999"><head>
reftest-async-scroll-x="449" reftest-async-scroll-y="7999"><head>
<meta name="viewport" content="width=device-width">
</head>
<!-- Doing scrollTo(1,1) is to activate the left/up arrows in the scrollbars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment