| Index: third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html b/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html
|
| index a591ee4b12a493ad1c34939d8a8eb8016882a85c..3e971964a9c9e96d7205340d2e25aa264fc372f6 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove.html
|
| @@ -9,7 +9,7 @@
|
| transform:rotate(50deg);
|
| }
|
| </style>
|
| - <script src="resources/text-based-repaint.js" type="text/javascript"></script>
|
| + <script src="resources/repaint.js" type="text/javascript"></script>
|
| <script>
|
| function repaintTest() {
|
| document.getElementById('rel').classList.remove('rotated');
|
|
|