Index: third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-layout.html |
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-layout.html b/third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-layout.html |
index f9a3484aeef78876f10642c4749b7277b08f1c36..52ef57a18305369849a32b6601ea810682cc8be4 100644 |
--- a/third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-layout.html |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/timeline/timeline-layout.html |
@@ -25,10 +25,10 @@ function test() |
function finish(devtoolsEvents) |
{ |
var schedRecalc = InspectorTest.findEvent("ScheduleStyleRecalculation", "I"); |
- var recalcBegin = InspectorTest.findEvent("UpdateLayoutTree", "B"); |
- var recalcEnd = InspectorTest.findEvent("UpdateLayoutTree", "E"); |
- InspectorTest.log("UpdateLayoutTree frames match: " + (schedRecalc.args.data.frame === recalcBegin.args.beginData.frame)); |
- InspectorTest.log("UpdateLayoutTree elementCount > 0: " + (recalcEnd.args.elementCount > 0)); |
+ var recalcBegin = InspectorTest.findEvent("UpdateStyleAndLayoutTree", "B"); |
+ var recalcEnd = InspectorTest.findEvent("UpdateStyleAndLayoutTree", "E"); |
+ InspectorTest.log("UpdateStyleAndLayoutTree frames match: " + (schedRecalc.args.data.frame === recalcBegin.args.beginData.frame)); |
+ InspectorTest.log("UpdateStyleAndLayoutTree elementCount > 0: " + (recalcEnd.args.elementCount > 0)); |
var invalidate = InspectorTest.findEvent("InvalidateLayout", "I"); |
var layoutBegin = InspectorTest.findEvent("Layout", "B"); |