| Index: LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
|
| diff --git a/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html b/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
|
| index 86b1fa7af9d5c25ba349c36d345aaef7e9f60fa8..a78700d372f17712f8662d6c7334f195f59675d5 100644
|
| --- a/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
|
| +++ b/LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html
|
| @@ -37,7 +37,7 @@
|
| function doTest()
|
| {
|
| var pre = document.getElementById('console');
|
| - var testDescription = 'This test ensures that RenderLayer::scrollsWithRespectTo ' +
|
| + var testDescription = 'This test ensures that Layer::scrollsWithRespectTo ' +
|
| 'always works even with transformed fixed-position layers.\n\n';
|
| var text = document.createTextNode(testDescription);
|
| pre.appendChild(text);
|
|
|