| Index: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed.html b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed.html
|
| index 8f866ca2cc4efeb243ac55f486b457d4f040ae24..565b49ca75ce16b782064e2f4381a05ba00b9209 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-removed.html
|
| @@ -21,7 +21,7 @@
|
| background-color: green
|
| }
|
| </style>
|
| - <script src="../../fast/repaint/resources/text-based-repaint.js"></script>
|
| + <script src="../../fast/repaint/resources/repaint.js"></script>
|
| <script>
|
| function repaintTest()
|
| {
|
| @@ -30,7 +30,7 @@
|
| console.log('debug');
|
| document.getElementById("container").style.willChange = "top";
|
| }
|
| - onload = runRepaintAndPixelTest;
|
| + onload = runRepaintTest;
|
| </script>
|
| </head>
|
|
|
|
|