diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-options-util.js | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/test/test-options-util.js b/test/test-options-util.js index 255b6a27..0feeb21c 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -503,6 +503,9 @@ function createProfileOptionsUpdatedTestData1() {              enableSearchPageMonitor: false,              autoSearchContent: true,              maximumSearchLength: 1000 +        }, +        accessibility: { +            forceGoogleDocsHtmlRendering: false          }      };  } @@ -590,7 +593,7 @@ function createOptionsUpdatedTestData1() {              }          ],          profileCurrent: 0, -        version: 13, +        version: 14,          global: {              database: {                  prefixWildcardsSupported: false |