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

Unified Diff: LayoutTests/inspector/timeline/timeline-node-reference.html

Issue 461323003: DevTools: Make Timeline tests use only model records (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
Index: LayoutTests/inspector/timeline/timeline-node-reference.html
diff --git a/LayoutTests/inspector/timeline/timeline-node-reference.html b/LayoutTests/inspector/timeline/timeline-node-reference.html
index cc7b3e8a2b6a398106f17ad6e430206be29b9c8e..fd73e937a3d7eb04c5a92f8bb8fdc81b3991b685 100644
--- a/LayoutTests/inspector/timeline/timeline-node-reference.html
+++ b/LayoutTests/inspector/timeline/timeline-node-reference.html
@@ -45,7 +45,7 @@ function test()
function onTimelineRecorded(records)
{
- var layoutRecord = InspectorTest.findPresentationRecord("Layout");
+ var layoutRecord = InspectorTest.findFirstTimelineRecord("Layout");
WebInspector.notifications.addEventListener(WebInspector.NotificationService.Events.SelectedNodeChanged, onSelectedNodeChanged);
clickValueLink(layoutRecord, "Layout root");
}
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-network-received-data.html ('k') | LayoutTests/inspector/timeline/timeline-paint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698