mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
layout: Add support for <object>
with image data URLs (#32069)
This is enough support for `<object>` to get Acid2 working. Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
a77c15ee16
commit
f379041597
8 changed files with 76 additions and 9 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3091,6 +3091,7 @@ dependencies = [
|
|||
"bitflags 2.5.0",
|
||||
"canvas_traits",
|
||||
"cssparser",
|
||||
"data-url",
|
||||
"embedder_traits",
|
||||
"euclid",
|
||||
"fnv",
|
||||
|
@ -3119,6 +3120,7 @@ dependencies = [
|
|||
"style_traits",
|
||||
"unicode-script",
|
||||
"unicode-segmentation",
|
||||
"url",
|
||||
"webrender_api",
|
||||
"xi-unicode",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue