| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-recalculate-styles.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-recalculate-styles.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-recalculate-styles.html
|
| index 1458e2553378ae1df530c0e4c70cb057be69992b..df024b832fb70803d355dbb33e7a69d993f1fb7f 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-recalculate-styles.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-recalculate-styles.html
|
| @@ -11,18 +11,13 @@
|
|
|
| <script>
|
|
|
| -function forceStyle()
|
| +function performActions()
|
| {
|
| var element = document.createElement("div");
|
| element.className = "test-style";
|
| element.innerHTML = "<span>Test data</span>";
|
| document.querySelector('section > div').appendChild(element);
|
| var unused = element.offsetWidth;
|
| -}
|
| -
|
| -function performActions()
|
| -{
|
| - wrapCallFunctionForTimeline(forceStyle);
|
| }
|
|
|
| function test()
|
|
|