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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css-generated-content/quotes-lang-expected.html

Issue 1854503002: Add meta charset tag to unlabelled utf-8 files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop two more files unaffected by utf-8 label Created 4 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2 <meta charset="utf-8">
3 <style> 3 <style>
4 /* This css is from http://www.whatwg.org/specs/web-apps/current-work/multip age/rendering.html#quotes */ 4 /* This css is from http://www.whatwg.org/specs/web-apps/current-work/multip age/rendering.html#quotes */
5 5
6 :root:lang(af), :not(:lang(af)) > :lang(af) { quotes: '\20 1c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */ 6 :root:lang(af), :not(:lang(af)) > :lang(af) { quotes: '\20 1c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
7 :root:lang(agq), :not(:lang(agq)) > :lang(agq) { quotes: '\20 1e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */ 7 :root:lang(agq), :not(:lang(agq)) > :lang(agq) { quotes: '\20 1e' '\201d' '\201a' '\2019' } /* „ ” ‚ ’ */
8 :root:lang(ak), :not(:lang(ak)) > :lang(ak) { quotes: '\20 1c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */ 8 :root:lang(ak), :not(:lang(ak)) > :lang(ak) { quotes: '\20 1c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
9 :root:lang(am), :not(:lang(am)) > :lang(am) { quotes: '\00 ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */ 9 :root:lang(am), :not(:lang(am)) > :lang(am) { quotes: '\00 ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
10 :root:lang(ar), :not(:lang(ar)) > :lang(ar) { quotes: '\20 1d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */ 10 :root:lang(ar), :not(:lang(ar)) > :lang(ar) { quotes: '\20 1d' '\201c' '\2019' '\2018' } /* ” “ ’ ‘ */
11 :root:lang(asa), :not(:lang(asa)) > :lang(asa) { quotes: '\20 1c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */ 11 :root:lang(asa), :not(:lang(asa)) > :lang(asa) { quotes: '\20 1c' '\201d' '\2018' '\2019' } /* “ ” ‘ ’ */
12 :root:lang(az-Cyrl), :not(:lang(az-Cyrl)) > :lang(az-Cyrl) { quotes: '\00 ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */ 12 :root:lang(az-Cyrl), :not(:lang(az-Cyrl)) > :lang(az-Cyrl) { quotes: '\00 ab' '\00bb' '\2039' '\203a' } /* « » ‹ › */
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 <q lang="vai-Latn"><q>vai-Latn</q></q> 302 <q lang="vai-Latn"><q>vai-Latn</q></q>
303 <q lang="vi"><q>vi</q></q> 303 <q lang="vi"><q>vi</q></q>
304 <q lang="vun"><q>vun</q></q> 304 <q lang="vun"><q>vun</q></q>
305 <q lang="xh"><q>xh</q></q> 305 <q lang="xh"><q>xh</q></q>
306 <q lang="xog"><q>xog</q></q> 306 <q lang="xog"><q>xog</q></q>
307 <q lang="yav"><q>yav</q></q> 307 <q lang="yav"><q>yav</q></q>
308 <q lang="yo"><q>yo</q></q> 308 <q lang="yo"><q>yo</q></q>
309 <q lang="zh"><q>zh</q></q> 309 <q lang="zh"><q>zh</q></q>
310 <q lang="zh-Hant"><q>zh-Hant</q></q> 310 <q lang="zh-Hant"><q>zh-Hant</q></q>
311 <q lang="zu"><q>zu</q></q> 311 <q lang="zu"><q>zu</q></q>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698