| Index: LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| diff --git a/LayoutTests/svg/custom/pending-resource-after-removal.xhtml b/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| index e2f398e5af307c3639942698ca513e5c2f449617..5444d8db4ffff71b9dbf7d46427840fbebf11d1a 100644
|
| --- a/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| +++ b/LayoutTests/svg/custom/pending-resource-after-removal.xhtml
|
| @@ -55,7 +55,7 @@ function repaintTest() {
|
| }
|
| </script>
|
| <body onload="runRepaintAndPixelTest()">
|
| -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px">
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%">
|
| <defs id="defs"></defs>
|
| <rect id="shape" width="200" height="200"></rect>
|
| </svg>
|
|
|