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

Unified Diff: LayoutTests/fast/css/content-language-late.html

Issue 1090423007: Serialize <string> with double quotes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 8 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
Index: LayoutTests/fast/css/content-language-late.html
diff --git a/LayoutTests/fast/css/content-language-late.html b/LayoutTests/fast/css/content-language-late.html
index b3c548d35ce91d8ddaaa1e0eb02d30b2cf1ad3d7..fc813dba029cff319fb5e0a3f9008a3a19f6f663 100644
--- a/LayoutTests/fast/css/content-language-late.html
+++ b/LayoutTests/fast/css/content-language-late.html
@@ -20,8 +20,8 @@ function languageOfNode(id) {
var element = document.getElementById(id);
return window.getComputedStyle(element).webkitLocale;
}
-shouldBeEqualToString("languageOfNode('x')", "'ja-JP'");
-shouldBeEqualToString("languageOfNode('y')", "'ar'");
+shouldBeEqualToString("languageOfNode('x')", '"ja-JP"');
+shouldBeEqualToString("languageOfNode('y')", '"ar"');
</script>
<meta http-equiv="content-language" content="ja-JP">
</body>
« no previous file with comments | « LayoutTests/fast/css/content-language-empty-expected.txt ('k') | LayoutTests/fast/css/content-language-late-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698