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

Unified Diff: LayoutTests/fast/css/xml-lang-ignored-in-html-expected.txt

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-expected.txt
diff --git a/LayoutTests/fast/css/xml-lang-ignored-in-html-expected.txt b/LayoutTests/fast/css/xml-lang-ignored-in-html-expected.txt
index 932896bda84c4646ba1fd1474a1653f18d68ad06..ec171a76757de5e6e6ddf169b4e66c798345c483 100644
--- a/LayoutTests/fast/css/xml-lang-ignored-in-html-expected.txt
+++ b/LayoutTests/fast/css/xml-lang-ignored-in-html-expected.txt
@@ -1,9 +1,9 @@
This tests that the attribute in no namespace with no prefix and with the literal localname "xml:lang" is ignored in HTML. See bug 67586.
PASS languageOfNode('m1') is "auto"
-PASS languageOfNode('n1') is "'ko'"
-PASS languageOfNode('o1') is "'ar'"
-PASS languageOfNode('o2') is "'ar'"
+PASS languageOfNode('n1') is "\"ko\""
+PASS languageOfNode('o1') is "\"ar\""
+PASS languageOfNode('o2') is "\"ar\""
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/css/xml-lang-ignored-in-html.html ('k') | LayoutTests/fast/dom/hover-after-dom-delete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698