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

Unified Diff: tracing/tracing/ui/analysis/single_cpu_slice_sub_view_test.html

Issue 1914243003: Replace instances of shadowRoot with root. (Closed) Base URL: https://github.com/catapult-project/catapult.git@polymer10-migration
Patch Set: Created 4 years, 8 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: tracing/tracing/ui/analysis/single_cpu_slice_sub_view_test.html
diff --git a/tracing/tracing/ui/analysis/single_cpu_slice_sub_view_test.html b/tracing/tracing/ui/analysis/single_cpu_slice_sub_view_test.html
index 8d5a7c43e4e151c2595cb2d98f20d46a1c516bcf..c4e43946aeff9ed03a130cf10e6039e20c984f72 100644
--- a/tracing/tracing/ui/analysis/single_cpu_slice_sub_view_test.html
+++ b/tracing/tracing/ui/analysis/single_cpu_slice_sub_view_test.html
@@ -56,7 +56,7 @@ tr.b.unittest.testSuite(function() {
assert.equal(thread.timeSlices[0], e.selection[0]);
didSelectionChangeHappen = true;
});
- view.shadowRoot.querySelector('tr-ui-a-analysis-link').click();
+ view.root.querySelector('tr-ui-a-analysis-link').click();
assert.isTrue(didSelectionChangeHappen);
});

Powered by Google App Engine
This is Rietveld 408576698