| Index: LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
|
| diff --git a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
|
| index d6eae517571777f847a93aa0c1d56ce527520fb5..7fa3c34d96f58a33b8f824c493f30ea496998d68 100644
|
| --- a/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
|
| +++ b/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html
|
| @@ -9,7 +9,7 @@
|
|
|
| <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| <script>
|
| -// Test that moving a RenderLayer that is squashed relative to its squashing container repaints correctly.
|
| +// Test that moving a Layer that is squashed relative to its squashing container repaints correctly.
|
| // In particular, the repaint rect needs to be recorded in the correct position relative to the squashing GraphicsLayer.
|
| function repaintTest()
|
| {
|
| @@ -17,4 +17,4 @@ function repaintTest()
|
| }
|
|
|
| runRepaintTest();
|
| -</script>
|
| +</script>
|
|
|