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

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

Issue 973623002: Fix serialization of content property to always quote (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add another method Created 5 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 unified diff | Download patch
OLDNEW
1 This tests that the attribute in no namespace with no prefix and with the litera l localname "xml:lang" is ignored in HTML. See bug 67586. 1 This tests that the attribute in no namespace with no prefix and with the litera l localname "xml:lang" is ignored in HTML. See bug 67586.
2 2
3 PASS languageOfNode('m1') is "auto" 3 PASS languageOfNode('m1') is "auto"
4 PASS languageOfNode('n1') is "ko" 4 PASS languageOfNode('n1') is "'ko'"
5 PASS languageOfNode('o1') is "ar" 5 PASS languageOfNode('o1') is "'ar'"
6 PASS languageOfNode('o2') is "ar" 6 PASS languageOfNode('o2') is "'ar'"
7 PASS successfullyParsed is true 7 PASS successfullyParsed is true
8 8
9 TEST COMPLETE 9 TEST COMPLETE
10 10
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698