Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2288)

Unified Diff: chrome/test/data/extensions/api_test/executescript/http204/background.js

Issue 1778743003: Make <custom-ident> not insert quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win_chromium_rel_ng Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/animations-csstext.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/animations-csstext.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698