Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: LayoutTests/inspector/timeline/timeline-network-resource.html

Issue 334743008: Remove references to isBackground (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/inspector/timeline-test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « LayoutTests/http/tests/inspector/timeline-test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698