mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Don't send empty canvases to WebRender
If any dimension of a canvas is 0, don't try to render it as it causes problems inside webrender.
This commit is contained in:
parent
e66ab111a6
commit
61fb84d6a0
5 changed files with 34 additions and 0 deletions
|
@ -14591,6 +14591,13 @@
|
|||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"zero_size_canvas_crash.html": [
|
||||
"45eb9b559e8d6105baca5ab4d336de520d33b36b",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
]
|
||||
},
|
||||
"webxr": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue