mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 828962 - Don't let xml:space="preserve" affect <foreignObject>. r=longsonr
This commit is contained in:
parent
be721c746e
commit
5da0af97c5
@ -295,6 +295,7 @@ fuzzy-if(cocoaWidget&&layersGPUAccelerated,1,3) == text-layout-06.svg text-layou
|
||||
== text-style-01c.svg text-style-01-ref.svg
|
||||
== text-style-01d.svg text-style-01-ref.svg
|
||||
== text-style-01e.svg text-style-01-ref.svg
|
||||
== text-white-space-01.svg text-white-space-01-ref.svg
|
||||
== thin-stroke-01.svg pass.svg
|
||||
== zero-stroke-01.svg pass.svg
|
||||
== tspan-dxdy-01.svg tspan-dxdy-ref.svg
|
||||
|
@ -35,6 +35,7 @@ foreignObject {
|
||||
margin: 0 ! important;
|
||||
padding: 0 ! important;
|
||||
border-width: 0 ! important;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
@media all and (-moz-is-resource-document) {
|
||||
|
Loading…
Reference in New Issue
Block a user