| Index: LayoutTests/compositing/repaint/newly-composited-on-scroll.html
|
| diff --git a/LayoutTests/compositing/repaint/newly-composited-on-scroll.html b/LayoutTests/compositing/repaint/newly-composited-on-scroll.html
|
| index 56cb5657263b04bd46ebfffd4f14b0b1daf247ed..1474f1124395b1a3291664afb9443ab09ffb9caa 100644
|
| --- a/LayoutTests/compositing/repaint/newly-composited-on-scroll.html
|
| +++ b/LayoutTests/compositing/repaint/newly-composited-on-scroll.html
|
| @@ -53,7 +53,6 @@
|
| </style>
|
| </head>
|
|
|
| -<script src="../../fast/repaint/resources/repaint.js"></script>
|
| <script src="../../resources/run-after-display.js"></script>
|
|
|
| <script>
|
| @@ -74,7 +73,7 @@
|
|
|
| </script>
|
|
|
| -<body onload="runRepaintTest()">
|
| +<body onload="repaintTest()">
|
| <div id="content-container">
|
| <div id="composited"></div>
|
| <div id="positioned-2">
|
|
|