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

Unified Diff: tracing/tracing/ui/base/ui_test.html

Issue 1925993003: [polymer] Replaces lots of HTMLUnknownElements with HTMLDivElements (Closed) Base URL: git@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/base/ui_test.html
diff --git a/tracing/tracing/ui/base/ui_test.html b/tracing/tracing/ui/base/ui_test.html
index bd5fedf897ba61e41180cff40d9d457b9c9706b4..0a7e0d3651c97af152ce5c46f849f5694289e8ee 100644
--- a/tracing/tracing/ui/base/ui_test.html
+++ b/tracing/tracing/ui/base/ui_test.html
@@ -191,7 +191,7 @@ tr.b.unittest.testSuite(function() {
var svgNS = 'http://www.w3.org/2000/svg';
var cls = tr.ui.b.define('svg', undefined, svgNS);
cls.prototype = {
- __proto__: HTMLUnknownElement.prototype,
+ __proto__: HTMLDivElement.prototype,
decorate: function() {
this.setAttribute('width', 200);
@@ -215,7 +215,7 @@ tr.b.unittest.testSuite(function() {
var svgNS = 'http://www.w3.org/2000/svg';
var cls = tr.ui.b.define('svg', undefined, svgNS);
cls.prototype = {
- __proto__: HTMLUnknownElement.prototype,
+ __proto__: HTMLDivElement.prototype,
decorate: function() {
this.setAttribute('width', 200);
« no previous file with comments | « tracing/tracing/ui/base/quad_stack_view.html ('k') | tracing/tracing/ui/extras/about_tracing/profiling_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698