content/base/test/file_xhtmlserializer_2_latin1.xhtml

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
michael@0 3 <html xmlns="http://www.w3.org/1999/xhtml">
michael@0 4 <head>
michael@0 5 <meta http-equiv="content-type" content="text/html; charset=" />
michael@0 6 <title>Test for html serializer with entities</title>
michael@0 7 </head>
michael@0 8 <body>
michael@0 9
michael@0 10 <p>The basic set is just &nbsp; &amp; &lt; &gt; " for interoperability with older products that don't support α and friends.</p>
michael@0 11
michael@0 12 <p>latin1 &iexcl; &cent; &pound; &curren; &yen; &brvbar; &sect; &uml;
michael@0 13 &copy; &ordf; &laquo; &not; &shy; &reg; &macr; &deg; &plusmn; &sup2;
michael@0 14 &sup3; &acute;
michael@0 15 &micro; &para; &middot; &cedil; &sup1; &ordm; &raquo; &frac14; &frac12;
michael@0 16 &frac34; &iquest; &Agrave; &Aacute; &Acirc; &Atilde; &Auml; &Aring;
michael@0 17 &AElig;
michael@0 18 &Ccedil; &Egrave; &Eacute; &Ecirc; &Euml; &Igrave; &Iacute; &Icirc;
michael@0 19 &Iuml; &ETH; &Ntilde; &Ograve; &Oacute; &Ocirc; &Otilde; &Ouml; &times;
michael@0 20 &Oslash;
michael@0 21 &Ugrave; &Uacute; &Ucirc; &Uuml; &Yacute; &THORN; &szlig; &agrave;
michael@0 22 &aacute; &acirc; &atilde; &auml; &aring; &aelig; &ccedil; &egrave;
michael@0 23 &eacute; &ecirc;
michael@0 24 &euml; &igrave; &iacute; &icirc; &iuml; &eth; &ntilde; &ograve; &oacute;
michael@0 25 &ocirc; &otilde; &ouml; &divide; &oslash; &ugrave; &uacute; &ucirc;
michael@0 26 &uuml; &yacute;
michael@0 27 &thorn; &yuml; </p>
michael@0 28 <p>symbols, math.. ƒ Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ
michael@0 29 Φ Χ Ψ Ω α β γ δ ε ζ η θ ι κ λ μ ν ξ ο π ρ ς
michael@0 30 σ τ υ φ χ ψ ω ϑ ϒ ϖ • … ′ ″ ‾ ⁄ ℘ ℑ ℜ
michael@0 31 ™ ℵ ← ↑ → ↓ ↔ ↵ ⇐ ⇑ ⇒ ⇓ ⇔ ∀ ∂ ∃ ∅ ∇ ∈ ∉
michael@0 32 ∋ ∏ ∑ − ∗ √ ∝ ∞ ∠ ∧ ∨ ∩ ∪ ∫ ∴ ∼ ≅ ≈ ≠ ≡ ≤ ≥
michael@0 33 ⊂ ⊃ ⊄ ⊆ ⊇ ⊕ ⊗ ⊥ ⋅ ⌈ ⌉ ⌊ ⌋ ⟨ ⟩ ◊ ♠ ♣ ♥ ♦
michael@0 34 </p>
michael@0 35 <p> others
michael@0 36 Œ œ Š š Ÿ ˆ ˜       ‌ ‍ ‎ ‏–— ‘ ’
michael@0 37 ‚“ ” „ † ‡ ‰ ‹ › €
michael@0 38 </p>
michael@0 39
michael@0 40 </body>
michael@0 41 </html>

mercurial