Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMonkey sprites out of place in Evil Ad demo #18860
Open
Comments
|
In the most recent nightly build it appears that moving the cursor over the monkey sprites causes them to move back down to where they are supposed to be. The ad also initially shows up as scrollable. |
|
I don't know if this really helps at all but with-ad.html can be reduced to: <!DOCTYPE html>
<html>
<body>
<iframe id="ad" src="ad.html" width="728" height="90" sandbox="allow-scripts" scrolling="no"></iframe>
</body>
</html> |
|
I bisected this regression and it first occurred in the 2017-08-19 Servo nightly build. |
|
The ad is no longer scrollable but the monkey sprites are still out of place. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I believe the monkey sprites are supposed to be contained within the ad box. Tested with latest nightly build in Windows 10.