| Index: chrome/test/data/webui/about_invalidations_browsertest.js
|
| diff --git a/chrome/test/data/webui/about_invalidations_browsertest.js b/chrome/test/data/webui/about_invalidations_browsertest.js
|
| index 5c61401533f6883fc6712bef98e1f132f8176579..cb4c36f40c3c89a50b531a0e9f374627635899d6 100644
|
| --- a/chrome/test/data/webui/about_invalidations_browsertest.js
|
| +++ b/chrome/test/data/webui/about_invalidations_browsertest.js
|
| @@ -6,7 +6,7 @@
|
| * TestFixture for Invalidations WebUI testing.
|
| * @extends {testing.Test}
|
| * @constructor
|
| - **/
|
| + */
|
| function InvalidationsWebUITest() {}
|
|
|
| InvalidationsWebUITest.prototype = {
|
| @@ -14,7 +14,7 @@ InvalidationsWebUITest.prototype = {
|
|
|
| /**
|
| * Browse to the Invalidations page.
|
| - **/
|
| + */
|
| browsePreload: 'chrome://invalidations',
|
| runAccessibilityChecks: false,
|
| accessibilityIssuesAreErrors: false
|
|
|