| Index: LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
|
| diff --git a/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html b/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
|
| index 53d823bc97dff650dfcad7a953ec1d73f2b6ac36..25983eeb8db14b53c2a7d51298da27780181ea81 100644
|
| --- a/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
|
| +++ b/LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html
|
| @@ -3,7 +3,7 @@
|
| .c11:nth-child(2n) { opacity: 0.1; }
|
| .c11:nth-last-child(odd) { overflow: scroll; }
|
| </style>
|
| -<div>This test checks that RenderLayer doesn't crash because it is missing a ScrollableArea.</div>
|
| +<div>This test checks that Layer doesn't crash because it is missing a ScrollableArea.</div>
|
| <div>This test has passed if it doesn't crash.</div>
|
| <script>
|
| if (window.testRunner)
|
|
|