From 5da0af97c5976e1df49be60b0af147921e22f863 Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Sat, 26 Jan 2013 21:28:15 +1100 Subject: [PATCH] Bug 828962 - Don't let xml:space="preserve" affect . r=longsonr --- layout/reftests/svg/reftest.list | 1 + layout/svg/svg.css | 1 + 2 files changed, 2 insertions(+) diff --git a/layout/reftests/svg/reftest.list b/layout/reftests/svg/reftest.list index 227653f9c7f..79ca6154c08 100644 --- a/layout/reftests/svg/reftest.list +++ b/layout/reftests/svg/reftest.list @@ -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 diff --git a/layout/svg/svg.css b/layout/svg/svg.css index e4b49c8141e..f53f5a2976b 100644 --- a/layout/svg/svg.css +++ b/layout/svg/svg.css @@ -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) {