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

Unified Diff: LayoutTests/fast/css/xml-lang-ignored-in-html.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/xml-lang-ignored-in-html.html
diff --git a/LayoutTests/fast/css/xml-lang-ignored-in-html.html b/LayoutTests/fast/css/xml-lang-ignored-in-html.html
index 34089443f173f7ba24f85a86575499e0faae5bb2..187d3e2d58496ffd8305f2c58192da98db6ca3ad 100644
--- a/LayoutTests/fast/css/xml-lang-ignored-in-html.html
+++ b/LayoutTests/fast/css/xml-lang-ignored-in-html.html
@@ -15,9 +15,9 @@ function languageOfNode(id) {
return window.getComputedStyle(element).webkitLocale;
}
shouldBeEqualToString("languageOfNode('m1')", "auto");
-shouldBeEqualToString("languageOfNode('n1')", "'ko'");
-shouldBeEqualToString("languageOfNode('o1')", "'ar'");
-shouldBeEqualToString("languageOfNode('o2')", "'ar'");
+shouldBeEqualToString("languageOfNode('n1')", '"ko"');
+shouldBeEqualToString("languageOfNode('o1')", '"ar"');
+shouldBeEqualToString("languageOfNode('o2')", '"ar"');
var successfullyParsed = true;
</script>
« no previous file with comments | « LayoutTests/fast/css/parsing-text-emphasis-expected.txt ('k') | LayoutTests/fast/css/xml-lang-ignored-in-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698