| Index: chrome/test/data/webui/i18n_behavior_test.html
|
| diff --git a/chrome/test/data/webui/i18n_behavior_test.html b/chrome/test/data/webui/i18n_behavior_test.html
|
| index 18eda268153068d874594bb3c351b7c40f441a8f..e79ef725ce107f2583368287722beea3b6f916c3 100644
|
| --- a/chrome/test/data/webui/i18n_behavior_test.html
|
| +++ b/chrome/test/data/webui/i18n_behavior_test.html
|
| @@ -7,7 +7,7 @@
|
|
|
| var allowedByDefault = '<a href="https://google.com">Google!</a>';
|
| var text = 'I\'m just text, nobody should have a problem with me!';
|
| -var nonBreakingSpace = 'A\u00a0B'; // 0xa0 is a unicode nbsp.
|
| +var nonBreakingSpace = 'A\u00a0B\u00a0C'; // \u00a0 is a unicode nbsp.
|
|
|
| function setUpPage() {
|
| loadTimeData.data = {
|
|
|