| 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);
|
|
|