| Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html
|
| index 68c7eb78b6980c805216cac2d9beef3c485ce4aa..7eb3ae5ddbc58ba9664c769dd272796a236df690 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-should-not-force-sync-style-recalc.html
|
| @@ -33,7 +33,7 @@ function test()
|
| function callback()
|
| {
|
| InspectorTest.printTimelineRecords("", function(record) {
|
| - if (record.type() === "UpdateLayoutTree")
|
| + if (record.type() === "UpdateStyleAndLayoutTree")
|
| InspectorTest.addResult(record.type());
|
| });
|
| InspectorTest.completeTest();
|
|
|