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 upwrench frame saving producing incorrect results #1402
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I open this in servo with -Zwr-record
And then replay it in wrench, it renders correctly. However if I tell it to save the results to json/yaml, the results are incorrect and attempting to
showthem produces something different.There's two problems:
the outer document and inner document show up as seperate frames (weird/confusing, but usable)
several bounds get changed. For instance the inner document produces this:
Note that the bounds describe a 284x0 rectangle, where it should actually be 300x150. The 8x8 offset should also presumably be 0x0.