| Index: LayoutTests/svg/repaint/buffered-rendering-static-image.html
|
| diff --git a/LayoutTests/svg/repaint/buffered-rendering-static-image.html b/LayoutTests/svg/repaint/buffered-rendering-static-image.html
|
| index 4d226b01fe5a9882dbb0a4d9477917f598adce08..0878fd22f9d9cc843d5033fb7d222a8162285080 100644
|
| --- a/LayoutTests/svg/repaint/buffered-rendering-static-image.html
|
| +++ b/LayoutTests/svg/repaint/buffered-rendering-static-image.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <script src="../../fast/repaint/resources/repaint.js"></script>
|
| + <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| document.getElementById('behindStatic').setAttribute('fill', 'green');
|
| @@ -11,7 +11,7 @@
|
| }
|
| </script>
|
| </head>
|
| -<body onload="runRepaintTest()">
|
| +<body onload="forceStyleRecalc();repaintTest();">
|
| Test for WK104207: This test passes if there are 4 green squares each with a smooth black circle in the top-left corner.<br/>
|
| <svg xmlns="http://www.w3.org/2000/svg" width="400" height="450">
|
| <!-- Test invalidating content behind the static content. -->
|
|
|