Index: LayoutTests/inspector/timeline/timeline-network-resource.html |
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource.html b/LayoutTests/inspector/timeline/timeline-network-resource.html |
index a02c36ac43c70ea5f941025b89ae5e2f58071fad..ac94bf2ea0b6f732c82d1f810093299d22e8abda 100644 |
--- a/LayoutTests/inspector/timeline/timeline-network-resource.html |
+++ b/LayoutTests/inspector/timeline/timeline-network-resource.html |
@@ -46,7 +46,7 @@ function test() |
else if (record.type() === WebInspector.TimelineModel.RecordType.ResourceFinish) |
printFinish(record._record); |
- if (record.parent && record.parent.type() === WebInspector.TimelineModel.RecordType.Root && !record.isBackground) { |
+ if (record.parent && record.parent.type() === WebInspector.TimelineModel.RecordType.Root) { |
if (lastRecordStartTime) |
InspectorTest.assertGreaterOrEqual(record.startTime(), lastRecordStartTime, "Top level records order violation"); |
lastRecordStartTime = record.startTime(); |