| Index: chrome/test/data/extensions/api_test/executescript/http204/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/executescript/http204/background.js b/chrome/test/data/extensions/api_test/executescript/http204/background.js
|
| index e79a2ebe51270dc94155b33626f919dace3936bc..e5c76f37c3eb799d1c90f5e7203bdfe24d62bc94 100644
|
| --- a/chrome/test/data/extensions/api_test/executescript/http204/background.js
|
| +++ b/chrome/test/data/extensions/api_test/executescript/http204/background.js
|
| @@ -48,7 +48,7 @@ chrome.test.getConfig(function(config) {
|
| function startTest(tabId) {
|
| // The default font color of any document.
|
| var kDefaultColor = getComputedStyle(document.body).color;
|
| - var kExpectedFontFamily = '\'expected font-family\'';
|
| + var kExpectedFontFamily = '"expected font-family"';
|
| var kExpectedColor = 'rgb(123, 123, 123)';
|
|
|
| // The page has a child frame containing a HTTP 204 page.
|
|
|