Auto merge of #25916 - ferjm:canvas.layout.2020, r=nox

Render HTML <canvas> elements on layout 2020

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #25885
- [X] There are tests for these changes
This commit is contained in:
bors-servo 2020-03-06 07:24:03 -05:00 committed by GitHub
commit 85ed7d3883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
190 changed files with 1644 additions and 44 deletions

1
Cargo.lock generated
View file

@ -2908,6 +2908,7 @@ version = "0.0.1"
dependencies = [
"app_units",
"atomic_refcell",
"canvas_traits",
"cssparser",
"embedder_traits",
"euclid",