| Index: third_party/WebKit/LayoutTests/svg/custom/font-platformDestroy-crash.svg
|
| diff --git a/third_party/WebKit/LayoutTests/svg/custom/font-platformDestroy-crash.svg b/third_party/WebKit/LayoutTests/svg/custom/font-platformDestroy-crash.svg
|
| index 632ae948fc40eeda111e4765ddb235d4a96e6353..01cb0436ded0d3914bc460803992904f4e3021c2 100644
|
| --- a/third_party/WebKit/LayoutTests/svg/custom/font-platformDestroy-crash.svg
|
| +++ b/third_party/WebKit/LayoutTests/svg/custom/font-platformDestroy-crash.svg
|
| @@ -29,7 +29,7 @@
|
| var parent = style.parentNode;
|
|
|
| for (var t = 0; t < 50; t++) {
|
| - parent.offsetTop;
|
| + parent.clientTop;
|
| parent.removeChild(style);
|
| parent.appendChild(style);
|
| }
|
|
|