mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #8728 - dzbarsky:reset_bitmpa, r=dzbarsky
Reset canvas state when changing bitmap dimensions Ran http://mxr.mozilla.org/servo/source/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-canvas-element/initial.reset.2dstate.html?force=1#88 to confirm that this code is being executed, but the test still fails because the font isn't implemented and the expando doesn't get reset. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8728) <!-- Reviewable:end -->
This commit is contained in:
commit
2bb34feb3e
4 changed files with 103 additions and 2 deletions
|
@ -5271,6 +5271,12 @@
|
|||
"url": "/_mozilla/mozilla/calc.html"
|
||||
}
|
||||
],
|
||||
"mozilla/canvas.initial.reset.2dstate.html": [
|
||||
{
|
||||
"path": "mozilla/canvas.initial.reset.2dstate.html",
|
||||
"url": "/_mozilla/mozilla/canvas.initial.reset.2dstate.html"
|
||||
}
|
||||
],
|
||||
"mozilla/caption.html": [
|
||||
{
|
||||
"path": "mozilla/caption.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue