| Index: third_party/WebKit/LayoutTests/fast/repaint/text-line-clamp-truncation.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-line-clamp-truncation.html b/third_party/WebKit/LayoutTests/fast/repaint/text-line-clamp-truncation.html
|
| index eff193f74126183ca666b377e15cd5573cc2db90..50b45b050f618995d2f36ec819bff9e0ad3aea0c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/repaint/text-line-clamp-truncation.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/repaint/text-line-clamp-truncation.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <head>
|
| -<script src="resources/text-based-repaint.js"></script>
|
| +<script src="resources/repaint.js"></script>
|
| <script>
|
| function repaintTest() {
|
| document.getElementById('container').classList.toggle('folded');
|
| @@ -27,7 +27,7 @@ div {
|
| </style>
|
| </head>
|
|
|
| -<body onload="runRepaintAndPixelTest()">
|
| +<body onload="runRepaintTest()">
|
| <div id="container" class="folded">
|
| ___these_two_lines_should_be_identical___
|
| ___these_two_lines_should_be_identical___
|
|
|