| Index: LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| diff --git a/LayoutTests/fast/repaint/fixed-scroll-simple.html b/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| index 356f098b4ddbbe8111f90d6dc118512a0bb85b92..87b04cdf2412df86241a5c95ca3596c15862a57d 100644
|
| --- a/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| +++ b/LayoutTests/fast/repaint/fixed-scroll-simple.html
|
| @@ -13,7 +13,7 @@
|
| </script>
|
| </head>
|
| <body style="height:2000px;" onload="runRepaintTest()">
|
| - <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: RenderLayer fixed position logic needs more basic testing -->
|
| + <!-- Repaint test for https://bugs.webkit.org/show_bug.cgi?id=64650: Layer fixed position logic needs more basic testing -->
|
| <!-- You should see no red on this page. -->
|
| <div style="position: absolute; top: 200px;" class="red"></div>
|
| <div style="position: fixed; top: 100px;" class="green"></div>
|
|
|