| Index: chrome/test/data/webui/settings/system_page_tests.js
|
| diff --git a/chrome/test/data/webui/settings/system_page_tests.js b/chrome/test/data/webui/settings/system_page_tests.js
|
| index 7de7af1e8a75be267b218cad7c0c703ad08c74ae..969860490f01a2186f90ab5de56b130fe22a772a 100644
|
| --- a/chrome/test/data/webui/settings/system_page_tests.js
|
| +++ b/chrome/test/data/webui/settings/system_page_tests.js
|
| @@ -38,6 +38,7 @@ cr.define('settings_system_page', function() {
|
| var systemPage;
|
|
|
| setup(function() {
|
| + PolymerTest.clearBody();
|
| lifetimeBrowserProxy = new settings.TestLifetimeBrowserProxy();
|
| settings.LifetimeBrowserProxyImpl.instance_ = lifetimeBrowserProxy;
|
| settings.SystemPageBrowserProxyImpl.instance_ =
|
|
|