| Index: LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
|
| diff --git a/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html b/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
|
| index 054764c58c3f4cf4c67e8a4dba757f62ee5fc225..de1e46f386529618e509dd14c4491f2a50a7b697 100644
|
| --- a/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
|
| +++ b/LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html
|
| @@ -18,5 +18,5 @@ function boom() {
|
| }
|
| window.onload = boom;
|
| </script>
|
| -<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 didn't CRASH.</div>
|
|
|