| Index: third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html
|
| index dd65d4d2225027caa537614ea4be5315d08f1d67..0d4bc0b9ce7e8f874ab5a9defcc25c7d056f7cb8 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/will-change/containing-block-added.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 @@
|
| // descendant.
|
| document.getElementById("container").style.willChange = "transform";
|
| }
|
| - onload = runRepaintAndPixelTest;
|
| + onload = runRepaintTest;
|
| </script>
|
| </head>
|
|
|
|
|