layout/reftests/font-face/src-list-local-localized.html

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <title>Localized fullnames</title>
michael@0 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
michael@0 6
michael@0 7 <style type="text/css">
michael@0 8
michael@0 9 @font-face {
michael@0 10 font-family: testbackup;
michael@0 11 src: url(../fonts/markA.ttf);
michael@0 12 }
michael@0 13
michael@0 14 body {
michael@0 15 margin: 50px;
michael@0 16 font-size: 18px;
michael@0 17 font-family: Futura, Helvetica, Calibri, Verdana, sans-serif;
michael@0 18 }
michael@0 19
michael@0 20 table {
michael@0 21 font-family: testbackup, serif;
michael@0 22 border-collapse: collapse;
michael@0 23 margin-left: 1em;
michael@0 24 }
michael@0 25
michael@0 26 td + td {
michael@0 27 padding-left: 1em;
michael@0 28 }
michael@0 29
michael@0 30 </style>
michael@0 31
michael@0 32 <style type="text/css">
michael@0 33 @font-face { font-family: test0; src: local("#궁서체 일반체"); }
michael@0 34 .test0 { font-family: test0, testbackup; }
michael@0 35 @font-face { font-family: test1; src: local("#헤드라인A 일반체"); }
michael@0 36 .test1 { font-family: test1, testbackup; }
michael@0 37 @font-face { font-family: test2; src: local("AppleGothic 일반체"); }
michael@0 38 .test2 { font-family: test2, testbackup; }
michael@0 39 @font-face { font-family: test3; src: local("Arial Black Normal"); }
michael@0 40 .test3 { font-family: test3, testbackup; }
michael@0 41 @font-face { font-family: test4; src: local("Arial Black Standard"); }
michael@0 42 .test4 { font-family: test4, testbackup; }
michael@0 43 @font-face { font-family: test5; src: local("Arial Black normal"); }
michael@0 44 .test5 { font-family: test5, testbackup; }
michael@0 45 @font-face { font-family: test6; src: local("Arial Black obyčejné"); }
michael@0 46 .test6 { font-family: test6, testbackup; }
michael@0 47 @font-face { font-family: test7; src: local("Arial Black Обычный"); }
michael@0 48 .test7 { font-family: test7, testbackup; }
michael@0 49 @font-face { font-family: test8; src: local("Arial Black Κανονικά"); }
michael@0 50 .test8 { font-family: test8, testbackup; }
michael@0 51 @font-face { font-family: test9; src: local("Arial Corsivo"); }
michael@0 52 .test9 { font-family: test9, testbackup; }
michael@0 53 @font-face { font-family: test10; src: local("Arial Cursief"); }
michael@0 54 .test10 { font-family: test10, testbackup; }
michael@0 55 @font-face { font-family: test11; src: local("Arial Cursiva"); }
michael@0 56 .test11 { font-family: test11, testbackup; }
michael@0 57 @font-face { font-family: test12; src: local("Arial Dőlt"); }
michael@0 58 .test12 { font-family: test12, testbackup; }
michael@0 59 @font-face { font-family: test13; src: local("Arial Etzana"); }
michael@0 60 .test13 { font-family: test13, testbackup; }
michael@0 61 @font-face { font-family: test14; src: local("Arial Fet Kursiv"); }
michael@0 62 .test14 { font-family: test14, testbackup; }
michael@0 63 @font-face { font-family: test15; src: local("Arial Fet"); }
michael@0 64 .test15 { font-family: test15, testbackup; }
michael@0 65 @font-face { font-family: test16; src: local("Arial Fett Kursiv"); }
michael@0 66 .test16 { font-family: test16, testbackup; }
michael@0 67 @font-face { font-family: test17; src: local("Arial Fett"); }
michael@0 68 .test17 { font-family: test17, testbackup; }
michael@0 69 @font-face { font-family: test18; src: local("Arial Félkövér dőlt"); }
michael@0 70 .test18 { font-family: test18, testbackup; }
michael@0 71 @font-face { font-family: test19; src: local("Arial Félkövér"); }
michael@0 72 .test19 { font-family: test19, testbackup; }
michael@0 73 @font-face { font-family: test20; src: local("Arial Gras Italique"); }
michael@0 74 .test20 { font-family: test20, testbackup; }
michael@0 75 @font-face { font-family: test21; src: local("Arial Gras"); }
michael@0 76 .test21 { font-family: test21, testbackup; }
michael@0 77 @font-face { font-family: test22; src: local("Arial Grassetto Corsivo"); }
michael@0 78 .test22 { font-family: test22, testbackup; }
michael@0 79 @font-face { font-family: test23; src: local("Arial Grassetto"); }
michael@0 80 .test23 { font-family: test23, testbackup; }
michael@0 81 @font-face { font-family: test24; src: local("Arial Halvfet Kursiv"); }
michael@0 82 .test24 { font-family: test24, testbackup; }
michael@0 83 @font-face { font-family: test25; src: local("Arial Halvfet"); }
michael@0 84 .test25 { font-family: test25, testbackup; }
michael@0 85 @font-face { font-family: test26; src: local("Arial Italique"); }
michael@0 86 .test26 { font-family: test26, testbackup; }
michael@0 87 @font-face { font-family: test27; src: local("Arial Itálico"); }
michael@0 88 .test27 { font-family: test27, testbackup; }
michael@0 89 @font-face { font-family: test28; src: local("Arial Kalın İtalik"); }
michael@0 90 .test28 { font-family: test28, testbackup; }
michael@0 91 @font-face { font-family: test29; src: local("Arial Kalın"); }
michael@0 92 .test29 { font-family: test29, testbackup; }
michael@0 93 @font-face { font-family: test30; src: local("Arial Krepko poševno"); }
michael@0 94 .test30 { font-family: test30, testbackup; }
michael@0 95 @font-face { font-family: test31; src: local("Arial Krepko"); }
michael@0 96 .test31 { font-family: test31, testbackup; }
michael@0 97 @font-face { font-family: test32; src: local("Arial Kursiv"); }
michael@0 98 .test32 { font-family: test32, testbackup; }
michael@0 99 @font-face { font-family: test33; src: local("Arial Kursivoitu"); }
michael@0 100 .test33 { font-family: test33, testbackup; }
michael@0 101 @font-face { font-family: test34; src: local("Arial Kursywa"); }
michael@0 102 .test34 { font-family: test34, testbackup; }
michael@0 103 @font-face { font-family: test35; src: local("Arial Kurzíva"); }
michael@0 104 .test35 { font-family: test35, testbackup; }
michael@0 105 @font-face { font-family: test36; src: local("Arial Lihavoitu Kursivoi"); }
michael@0 106 .test36 { font-family: test36, testbackup; }
michael@0 107 @font-face { font-family: test37; src: local("Arial Lihavoitu"); }
michael@0 108 .test37 { font-family: test37, testbackup; }
michael@0 109 @font-face { font-family: test38; src: local("Arial Lodi etzana"); }
michael@0 110 .test38 { font-family: test38, testbackup; }
michael@0 111 @font-face { font-family: test39; src: local("Arial Lodia"); }
michael@0 112 .test39 { font-family: test39, testbackup; }
michael@0 113 @font-face { font-family: test40; src: local("Arial Negreta"); }
michael@0 114 .test40 { font-family: test40, testbackup; }
michael@0 115 @font-face { font-family: test41; src: local("Arial Negrita Cursiva"); }
michael@0 116 .test41 { font-family: test41, testbackup; }
michael@0 117 @font-face { font-family: test42; src: local("Arial Negrita"); }
michael@0 118 .test42 { font-family: test42, testbackup; }
michael@0 119 @font-face { font-family: test43; src: local("Arial Negrito Itálico"); }
michael@0 120 .test43 { font-family: test43, testbackup; }
michael@0 121 @font-face { font-family: test44; src: local("Arial Negrito"); }
michael@0 122 .test44 { font-family: test44, testbackup; }
michael@0 123 @font-face { font-family: test45; src: local("Arial Pogrubiona kursywa"); }
michael@0 124 .test45 { font-family: test45, testbackup; }
michael@0 125 @font-face { font-family: test46; src: local("Arial Pogrubiony"); }
michael@0 126 .test46 { font-family: test46, testbackup; }
michael@0 127 @font-face { font-family: test47; src: local("Arial Poševno"); }
michael@0 128 .test47 { font-family: test47, testbackup; }
michael@0 129 @font-face { font-family: test48; src: local("Arial Tučná kurzíva"); }
michael@0 130 .test48 { font-family: test48, testbackup; }
michael@0 131 @font-face { font-family: test49; src: local("Arial Tučné"); }
michael@0 132 .test49 { font-family: test49, testbackup; }
michael@0 133 @font-face { font-family: test50; src: local("Arial Vet Cursief"); }
michael@0 134 .test50 { font-family: test50, testbackup; }
michael@0 135 @font-face { font-family: test51; src: local("Arial Vet"); }
michael@0 136 .test51 { font-family: test51, testbackup; }
michael@0 137 @font-face { font-family: test52; src: local("Arial fed kursiv"); }
michael@0 138 .test52 { font-family: test52, testbackup; }
michael@0 139 @font-face { font-family: test53; src: local("Arial fed"); }
michael@0 140 .test53 { font-family: test53, testbackup; }
michael@0 141 @font-face { font-family: test54; src: local("Arial kursiv"); }
michael@0 142 .test54 { font-family: test54, testbackup; }
michael@0 143 @font-face { font-family: test55; src: local("Arial kurzíva"); }
michael@0 144 .test55 { font-family: test55, testbackup; }
michael@0 145 @font-face { font-family: test56; src: local("Arial nghiêng đậm"); }
michael@0 146 .test56 { font-family: test56, testbackup; }
michael@0 147 @font-face { font-family: test57; src: local("Arial nghiêng"); }
michael@0 148 .test57 { font-family: test57, testbackup; }
michael@0 149 @font-face { font-family: test58; src: local("Arial tučné kurzíva"); }
michael@0 150 .test58 { font-family: test58, testbackup; }
michael@0 151 @font-face { font-family: test59; src: local("Arial tučné"); }
michael@0 152 .test59 { font-family: test59, testbackup; }
michael@0 153 @font-face { font-family: test60; src: local("Arial İtalik"); }
michael@0 154 .test60 { font-family: test60, testbackup; }
michael@0 155 @font-face { font-family: test61; src: local("Arial đậm"); }
michael@0 156 .test61 { font-family: test61, testbackup; }
michael@0 157 @font-face { font-family: test62; src: local("Arial Έντονα Πλάγια"); }
michael@0 158 .test62 { font-family: test62, testbackup; }
michael@0 159 @font-face { font-family: test63; src: local("Arial Έντονα"); }
michael@0 160 .test63 { font-family: test63, testbackup; }
michael@0 161 @font-face { font-family: test64; src: local("Arial Πλάγια"); }
michael@0 162 .test64 { font-family: test64, testbackup; }
michael@0 163 @font-face { font-family: test65; src: local("Arial Курсив"); }
michael@0 164 .test65 { font-family: test65, testbackup; }
michael@0 165 @font-face { font-family: test66; src: local("Arial Полужирный Курсив"); }
michael@0 166 .test66 { font-family: test66, testbackup; }
michael@0 167 @font-face { font-family: test67; src: local("Arial Полужирный"); }
michael@0 168 .test67 { font-family: test67, testbackup; }
michael@0 169 @font-face { font-family: test68; src: local("Brush Script MT Πλάγια"); }
michael@0 170 .test68 { font-family: test68, testbackup; }
michael@0 171 @font-face { font-family: test69; src: local("Brush Script MT Курсив"); }
michael@0 172 .test69 { font-family: test69, testbackup; }
michael@0 173 @font-face { font-family: test70; src: local("Century Gothic Halvfet"); }
michael@0 174 .test70 { font-family: test70, testbackup; }
michael@0 175 @font-face { font-family: test71; src: local("Century Gothic Italique"); }
michael@0 176 .test71 { font-family: test71, testbackup; }
michael@0 177 @font-face { font-family: test72; src: local("Century Gothic Kalın"); }
michael@0 178 .test72 { font-family: test72, testbackup; }
michael@0 179 @font-face { font-family: test73; src: local("Century Gothic Krepko poševno"); }
michael@0 180 .test73 { font-family: test73, testbackup; }
michael@0 181 @font-face { font-family: test74; src: local("Century Gothic Krepko"); }
michael@0 182 .test74 { font-family: test74, testbackup; }
michael@0 183 @font-face { font-family: test75; src: local("Century Gothic Kursiv"); }
michael@0 184 .test75 { font-family: test75, testbackup; }
michael@0 185 @font-face { font-family: test76; src: local("Comic Sans MS Negreta"); }
michael@0 186 .test76 { font-family: test76, testbackup; }
michael@0 187 @font-face { font-family: test77; src: local("Comic Sans MS Έντονα"); }
michael@0 188 .test77 { font-family: test77, testbackup; }
michael@0 189 @font-face { font-family: test78; src: local("Courier Carregado"); }
michael@0 190 .test78 { font-family: test78, testbackup; }
michael@0 191 @font-face { font-family: test79; src: local("Courier Fet"); }
michael@0 192 .test79 { font-family: test79, testbackup; }
michael@0 193 @font-face { font-family: test80; src: local("Courier Fett"); }
michael@0 194 .test80 { font-family: test80, testbackup; }
michael@0 195 @font-face { font-family: test81; src: local("Courier Gras"); }
michael@0 196 .test81 { font-family: test81, testbackup; }
michael@0 197 @font-face { font-family: test82; src: local("Courier lihava"); }
michael@0 198 .test82 { font-family: test82, testbackup; }
michael@0 199 @font-face { font-family: test83; src: local("Courier vet"); }
michael@0 200 .test83 { font-family: test83, testbackup; }
michael@0 201 @font-face { font-family: test84; src: local("Courier‭ ‬עבה"); }
michael@0 202 .test84 { font-family: test84, testbackup; }
michael@0 203 @font-face { font-family: test85; src: local("Courier‭ ‬أسود"); }
michael@0 204 .test85 { font-family: test85, testbackup; }
michael@0 205 @font-face { font-family: test86; src: local("Courier‭ ‬برجسته"); }
michael@0 206 .test86 { font-family: test86, testbackup; }
michael@0 207 @font-face { font-family: test87; src: local("EucrosiaUPC Полужирный"); }
michael@0 208 .test87 { font-family: test87, testbackup; }
michael@0 209 @font-face { font-family: test88; src: local("Franklin Gothic Medium Kursiv"); }
michael@0 210 .test88 { font-family: test88, testbackup; }
michael@0 211 @font-face { font-family: test89; src: local("Garamond Kursywa"); }
michael@0 212 .test89 { font-family: test89, testbackup; }
michael@0 213 @font-face { font-family: test90; src: local("Garamond Kurzíva"); }
michael@0 214 .test90 { font-family: test90, testbackup; }
michael@0 215 @font-face { font-family: test91; src: local("Georgia Italique"); }
michael@0 216 .test91 { font-family: test91, testbackup; }
michael@0 217 @font-face { font-family: test92; src: local("Georgia Itálico"); }
michael@0 218 .test92 { font-family: test92, testbackup; }
michael@0 219 @font-face { font-family: test93; src: local("Georgia Kalın İtalik"); }
michael@0 220 .test93 { font-family: test93, testbackup; }
michael@0 221 @font-face { font-family: test94; src: local("HGP明朝B"); }
michael@0 222 .test94 { font-family: test94, testbackup; }
michael@0 223 @font-face { font-family: test95; src: local("HGP明朝E"); }
michael@0 224 .test95 { font-family: test95, testbackup; }
michael@0 225 @font-face { font-family: test96; src: local("HGPゴシックE"); }
michael@0 226 .test96 { font-family: test96, testbackup; }
michael@0 227 @font-face { font-family: test97; src: local("HGPゴシックM"); }
michael@0 228 .test97 { font-family: test97, testbackup; }
michael@0 229 @font-face { font-family: test98; src: local("HGP創英角ゴシックUB"); }
michael@0 230 .test98 { font-family: test98, testbackup; }
michael@0 231 @font-face { font-family: test99; src: local("HGS明朝B"); }
michael@0 232 .test99 { font-family: test99, testbackup; }
michael@0 233 @font-face { font-family: test100; src: local("HGS明朝E"); }
michael@0 234 .test100 { font-family: test100, testbackup; }
michael@0 235 @font-face { font-family: test101; src: local("HGS行書体"); }
michael@0 236 .test101 { font-family: test101, testbackup; }
michael@0 237 @font-face { font-family: test102; src: local("HGS教科書体"); }
michael@0 238 .test102 { font-family: test102, testbackup; }
michael@0 239 @font-face { font-family: test103; src: local("HGSゴシックE"); }
michael@0 240 .test103 { font-family: test103, testbackup; }
michael@0 241 @font-face { font-family: test104; src: local("HGSゴシックM"); }
michael@0 242 .test104 { font-family: test104, testbackup; }
michael@0 243 @font-face { font-family: test105; src: local("HGS創英プレゼンスEB"); }
michael@0 244 .test105 { font-family: test105, testbackup; }
michael@0 245 @font-face { font-family: test106; src: local("HG明朝B"); }
michael@0 246 .test106 { font-family: test106, testbackup; }
michael@0 247 @font-face { font-family: test107; src: local("HG正楷書体-PRO"); }
michael@0 248 .test107 { font-family: test107, testbackup; }
michael@0 249 @font-face { font-family: test108; src: local("HGゴシックE"); }
michael@0 250 .test108 { font-family: test108, testbackup; }
michael@0 251 @font-face { font-family: test109; src: local("HGゴシックM"); }
michael@0 252 .test109 { font-family: test109, testbackup; }
michael@0 253 @font-face { font-family: test110; src: local("HG丸ゴシックM-PRO"); }
michael@0 254 .test110 { font-family: test110, testbackup; }
michael@0 255 @font-face { font-family: test111; src: local("HG創英プレゼンスEB"); }
michael@0 256 .test111 { font-family: test111, testbackup; }
michael@0 257 @font-face { font-family: test112; src: local("Helvetica Carregado"); }
michael@0 258 .test112 { font-family: test112, testbackup; }
michael@0 259 @font-face { font-family: test113; src: local("Helvetica‭ ‬עבה"); }
michael@0 260 .test113 { font-family: test113, testbackup; }
michael@0 261 @font-face { font-family: test114; src: local("Helvetica‭ ‬أسود"); }
michael@0 262 .test114 { font-family: test114, testbackup; }
michael@0 263 @font-face { font-family: test115; src: local("Helvetica‭ ‬برجسته"); }
michael@0 264 .test115 { font-family: test115, testbackup; }
michael@0 265 @font-face { font-family: test116; src: local("Osaka−等幅"); }
michael@0 266 .test116 { font-family: test116, testbackup; }
michael@0 267 @font-face { font-family: test117; src: local("Thonburi Carregado"); }
michael@0 268 .test117 { font-family: test117, testbackup; }
michael@0 269 @font-face { font-family: test118; src: local("Thonburi Gras"); }
michael@0 270 .test118 { font-family: test118, testbackup; }
michael@0 271 @font-face { font-family: test119; src: local("Thonburi vet"); }
michael@0 272 .test119 { font-family: test119, testbackup; }
michael@0 273 @font-face { font-family: test120; src: local("Times Cursiva"); }
michael@0 274 .test120 { font-family: test120, testbackup; }
michael@0 275 @font-face { font-family: test121; src: local("Times Gras"); }
michael@0 276 .test121 { font-family: test121, testbackup; }
michael@0 277 @font-face { font-family: test122; src: local("Times Negrita"); }
michael@0 278 .test122 { font-family: test122, testbackup; }
michael@0 279 @font-face { font-family: test123; src: local("Times New Roman Corsivo"); }
michael@0 280 .test123 { font-family: test123, testbackup; }
michael@0 281 @font-face { font-family: test124; src: local("Times New Roman Cursief"); }
michael@0 282 .test124 { font-family: test124, testbackup; }
michael@0 283 @font-face { font-family: test125; src: local("Times New Roman Cursiva"); }
michael@0 284 .test125 { font-family: test125, testbackup; }
michael@0 285 @font-face { font-family: test126; src: local("Times New Roman Dőlt"); }
michael@0 286 .test126 { font-family: test126, testbackup; }
michael@0 287 @font-face { font-family: test127; src: local("Times New Roman Etzana"); }
michael@0 288 .test127 { font-family: test127, testbackup; }
michael@0 289 @font-face { font-family: test128; src: local("Times New Roman Fet Kursiv"); }
michael@0 290 .test128 { font-family: test128, testbackup; }
michael@0 291 @font-face { font-family: test129; src: local("Times New Roman Fet"); }
michael@0 292 .test129 { font-family: test129, testbackup; }
michael@0 293 @font-face { font-family: test130; src: local("Times New Roman Fett Kursiv"); }
michael@0 294 .test130 { font-family: test130, testbackup; }
michael@0 295 @font-face { font-family: test131; src: local("Times New Roman Fett"); }
michael@0 296 .test131 { font-family: test131, testbackup; }
michael@0 297 @font-face { font-family: test132; src: local("Times New Roman Félkövér dőlt"); }
michael@0 298 .test132 { font-family: test132, testbackup; }
michael@0 299 @font-face { font-family: test133; src: local("Times New Roman Félkövér"); }
michael@0 300 .test133 { font-family: test133, testbackup; }
michael@0 301 @font-face { font-family: test134; src: local("Times New Roman Gras Italique"); }
michael@0 302 .test134 { font-family: test134, testbackup; }
michael@0 303 @font-face { font-family: test135; src: local("Times New Roman Gras"); }
michael@0 304 .test135 { font-family: test135, testbackup; }
michael@0 305 @font-face { font-family: test136; src: local("Times New Roman Grassetto Corsivo"); }
michael@0 306 .test136 { font-family: test136, testbackup; }
michael@0 307 @font-face { font-family: test137; src: local("Times New Roman Grassetto"); }
michael@0 308 .test137 { font-family: test137, testbackup; }
michael@0 309 @font-face { font-family: test138; src: local("Times New Roman Halvfet Kursiv"); }
michael@0 310 .test138 { font-family: test138, testbackup; }
michael@0 311 @font-face { font-family: test139; src: local("Times New Roman Halvfet"); }
michael@0 312 .test139 { font-family: test139, testbackup; }
michael@0 313 @font-face { font-family: test140; src: local("Times New Roman Italique"); }
michael@0 314 .test140 { font-family: test140, testbackup; }
michael@0 315 @font-face { font-family: test141; src: local("Times New Roman Itálico"); }
michael@0 316 .test141 { font-family: test141, testbackup; }
michael@0 317 @font-face { font-family: test142; src: local("Times New Roman Kalın İtalik"); }
michael@0 318 .test142 { font-family: test142, testbackup; }
michael@0 319 @font-face { font-family: test143; src: local("Times New Roman Kalın"); }
michael@0 320 .test143 { font-family: test143, testbackup; }
michael@0 321 @font-face { font-family: test144; src: local("Times New Roman Krepko poševno"); }
michael@0 322 .test144 { font-family: test144, testbackup; }
michael@0 323 @font-face { font-family: test145; src: local("Times New Roman Krepko"); }
michael@0 324 .test145 { font-family: test145, testbackup; }
michael@0 325 @font-face { font-family: test146; src: local("Times New Roman Kursiv"); }
michael@0 326 .test146 { font-family: test146, testbackup; }
michael@0 327 @font-face { font-family: test147; src: local("Times New Roman Kursivoitu"); }
michael@0 328 .test147 { font-family: test147, testbackup; }
michael@0 329 @font-face { font-family: test148; src: local("Times New Roman Kurzíva"); }
michael@0 330 .test148 { font-family: test148, testbackup; }
michael@0 331 @font-face { font-family: test149; src: local("Times New Roman Lihavoitu Kursivoi"); }
michael@0 332 .test149 { font-family: test149, testbackup; }
michael@0 333 @font-face { font-family: test150; src: local("Times New Roman Lihavoitu"); }
michael@0 334 .test150 { font-family: test150, testbackup; }
michael@0 335 @font-face { font-family: test151; src: local("Times New Roman Lodi etzana"); }
michael@0 336 .test151 { font-family: test151, testbackup; }
michael@0 337 @font-face { font-family: test152; src: local("Times New Roman Lodia"); }
michael@0 338 .test152 { font-family: test152, testbackup; }
michael@0 339 @font-face { font-family: test153; src: local("Times New Roman Negreta cursiva"); }
michael@0 340 .test153 { font-family: test153, testbackup; }
michael@0 341 @font-face { font-family: test154; src: local("Times New Roman Negreta"); }
michael@0 342 .test154 { font-family: test154, testbackup; }
michael@0 343 @font-face { font-family: test155; src: local("Times New Roman Negrita Cursiva"); }
michael@0 344 .test155 { font-family: test155, testbackup; }
michael@0 345 @font-face { font-family: test156; src: local("Times New Roman Negrita"); }
michael@0 346 .test156 { font-family: test156, testbackup; }
michael@0 347 @font-face { font-family: test157; src: local("Times New Roman Negrito Itálico"); }
michael@0 348 .test157 { font-family: test157, testbackup; }
michael@0 349 @font-face { font-family: test158; src: local("Times New Roman Negrito"); }
michael@0 350 .test158 { font-family: test158, testbackup; }
michael@0 351 @font-face { font-family: test159; src: local("Times New Roman Pogrubiona kursywa"); }
michael@0 352 .test159 { font-family: test159, testbackup; }
michael@0 353 @font-face { font-family: test160; src: local("Times New Roman Pogrubiona"); }
michael@0 354 .test160 { font-family: test160, testbackup; }
michael@0 355 @font-face { font-family: test161; src: local("Times New Roman Poševno"); }
michael@0 356 .test161 { font-family: test161, testbackup; }
michael@0 357 @font-face { font-family: test162; src: local("Times New Roman Tučná kurzíva"); }
michael@0 358 .test162 { font-family: test162, testbackup; }
michael@0 359 @font-face { font-family: test163; src: local("Times New Roman Tučné"); }
michael@0 360 .test163 { font-family: test163, testbackup; }
michael@0 361 @font-face { font-family: test164; src: local("Times New Roman Vet Cursief"); }
michael@0 362 .test164 { font-family: test164, testbackup; }
michael@0 363 @font-face { font-family: test165; src: local("Times New Roman Vet"); }
michael@0 364 .test165 { font-family: test165, testbackup; }
michael@0 365 @font-face { font-family: test166; src: local("Times New Roman cursiva"); }
michael@0 366 .test166 { font-family: test166, testbackup; }
michael@0 367 @font-face { font-family: test167; src: local("Times New Roman fed kursiv"); }
michael@0 368 .test167 { font-family: test167, testbackup; }
michael@0 369 @font-face { font-family: test168; src: local("Times New Roman fed"); }
michael@0 370 .test168 { font-family: test168, testbackup; }
michael@0 371 @font-face { font-family: test169; src: local("Times New Roman kursiv"); }
michael@0 372 .test169 { font-family: test169, testbackup; }
michael@0 373 @font-face { font-family: test170; src: local("Times New Roman kursywa"); }
michael@0 374 .test170 { font-family: test170, testbackup; }
michael@0 375 @font-face { font-family: test171; src: local("Times New Roman kurzíva"); }
michael@0 376 .test171 { font-family: test171, testbackup; }
michael@0 377 @font-face { font-family: test172; src: local("Times New Roman nghiêng đậm"); }
michael@0 378 .test172 { font-family: test172, testbackup; }
michael@0 379 @font-face { font-family: test173; src: local("Times New Roman nghiêng"); }
michael@0 380 .test173 { font-family: test173, testbackup; }
michael@0 381 @font-face { font-family: test174; src: local("Times New Roman tučné kurzíva"); }
michael@0 382 .test174 { font-family: test174, testbackup; }
michael@0 383 @font-face { font-family: test175; src: local("Times New Roman tučné"); }
michael@0 384 .test175 { font-family: test175, testbackup; }
michael@0 385 @font-face { font-family: test176; src: local("Times New Roman İtalik"); }
michael@0 386 .test176 { font-family: test176, testbackup; }
michael@0 387 @font-face { font-family: test177; src: local("Times New Roman đậm"); }
michael@0 388 .test177 { font-family: test177, testbackup; }
michael@0 389 @font-face { font-family: test178; src: local("Times New Roman Έντονα Πλάγια"); }
michael@0 390 .test178 { font-family: test178, testbackup; }
michael@0 391 @font-face { font-family: test179; src: local("Times New Roman Έντονα"); }
michael@0 392 .test179 { font-family: test179, testbackup; }
michael@0 393 @font-face { font-family: test180; src: local("Times New Roman Πλάγια"); }
michael@0 394 .test180 { font-family: test180, testbackup; }
michael@0 395 @font-face { font-family: test181; src: local("Times New Roman Курсив"); }
michael@0 396 .test181 { font-family: test181, testbackup; }
michael@0 397 @font-face { font-family: test182; src: local("Times New Roman Полужирный Курсив"); }
michael@0 398 .test182 { font-family: test182, testbackup; }
michael@0 399 @font-face { font-family: test183; src: local("Times New Roman Полужирный"); }
michael@0 400 .test183 { font-family: test183, testbackup; }
michael@0 401 @font-face { font-family: test184; src: local("Times grassetto"); }
michael@0 402 .test184 { font-family: test184, testbackup; }
michael@0 403 @font-face { font-family: test185; src: local("Verdana Corsivo"); }
michael@0 404 .test185 { font-family: test185, testbackup; }
michael@0 405 @font-face { font-family: test186; src: local("Verdana Cursief"); }
michael@0 406 .test186 { font-family: test186, testbackup; }
michael@0 407 @font-face { font-family: test187; src: local("Verdana Cursiva"); }
michael@0 408 .test187 { font-family: test187, testbackup; }
michael@0 409 @font-face { font-family: test188; src: local("Verdana Dőlt"); }
michael@0 410 .test188 { font-family: test188, testbackup; }
michael@0 411 @font-face { font-family: test189; src: local("Verdana Etzana"); }
michael@0 412 .test189 { font-family: test189, testbackup; }
michael@0 413 @font-face { font-family: test190; src: local("Verdana Fet Kursiv"); }
michael@0 414 .test190 { font-family: test190, testbackup; }
michael@0 415 @font-face { font-family: test191; src: local("Verdana Fet"); }
michael@0 416 .test191 { font-family: test191, testbackup; }
michael@0 417 @font-face { font-family: test192; src: local("Verdana Fett Kursiv"); }
michael@0 418 .test192 { font-family: test192, testbackup; }
michael@0 419 @font-face { font-family: test193; src: local("Verdana Fett"); }
michael@0 420 .test193 { font-family: test193, testbackup; }
michael@0 421 @font-face { font-family: test194; src: local("Verdana Félkövér dőlt"); }
michael@0 422 .test194 { font-family: test194, testbackup; }
michael@0 423 @font-face { font-family: test195; src: local("Verdana Félkövér"); }
michael@0 424 .test195 { font-family: test195, testbackup; }
michael@0 425 @font-face { font-family: test196; src: local("Verdana Gras Italique"); }
michael@0 426 .test196 { font-family: test196, testbackup; }
michael@0 427 @font-face { font-family: test197; src: local("Verdana Gras"); }
michael@0 428 .test197 { font-family: test197, testbackup; }
michael@0 429 @font-face { font-family: test198; src: local("Verdana Grassetto Corsivo"); }
michael@0 430 .test198 { font-family: test198, testbackup; }
michael@0 431 @font-face { font-family: test199; src: local("Verdana Grassetto"); }
michael@0 432 .test199 { font-family: test199, testbackup; }
michael@0 433 @font-face { font-family: test200; src: local("Verdana Halvfet Kursiv"); }
michael@0 434 .test200 { font-family: test200, testbackup; }
michael@0 435 @font-face { font-family: test201; src: local("Verdana Halvfet"); }
michael@0 436 .test201 { font-family: test201, testbackup; }
michael@0 437 @font-face { font-family: test202; src: local("Verdana Italique"); }
michael@0 438 .test202 { font-family: test202, testbackup; }
michael@0 439 @font-face { font-family: test203; src: local("Verdana Itálico"); }
michael@0 440 .test203 { font-family: test203, testbackup; }
michael@0 441 @font-face { font-family: test204; src: local("Verdana Kalın İtalik"); }
michael@0 442 .test204 { font-family: test204, testbackup; }
michael@0 443 @font-face { font-family: test205; src: local("Verdana Kalın"); }
michael@0 444 .test205 { font-family: test205, testbackup; }
michael@0 445 @font-face { font-family: test206; src: local("Verdana Krepko poševno"); }
michael@0 446 .test206 { font-family: test206, testbackup; }
michael@0 447 @font-face { font-family: test207; src: local("Verdana Krepko"); }
michael@0 448 .test207 { font-family: test207, testbackup; }
michael@0 449 @font-face { font-family: test208; src: local("Verdana Kursiv"); }
michael@0 450 .test208 { font-family: test208, testbackup; }
michael@0 451 @font-face { font-family: test209; src: local("Verdana Kursivoitu"); }
michael@0 452 .test209 { font-family: test209, testbackup; }
michael@0 453 @font-face { font-family: test210; src: local("Verdana Kursywa"); }
michael@0 454 .test210 { font-family: test210, testbackup; }
michael@0 455 @font-face { font-family: test211; src: local("Verdana Kurzíva"); }
michael@0 456 .test211 { font-family: test211, testbackup; }
michael@0 457 @font-face { font-family: test212; src: local("Verdana Lihavoitu Kursivoi"); }
michael@0 458 .test212 { font-family: test212, testbackup; }
michael@0 459 @font-face { font-family: test213; src: local("Verdana Lihavoitu"); }
michael@0 460 .test213 { font-family: test213, testbackup; }
michael@0 461 @font-face { font-family: test214; src: local("Verdana Lodi etzana"); }
michael@0 462 .test214 { font-family: test214, testbackup; }
michael@0 463 @font-face { font-family: test215; src: local("Verdana Lodia"); }
michael@0 464 .test215 { font-family: test215, testbackup; }
michael@0 465 @font-face { font-family: test216; src: local("Verdana Negreta cursiva"); }
michael@0 466 .test216 { font-family: test216, testbackup; }
michael@0 467 @font-face { font-family: test217; src: local("Verdana Negreta"); }
michael@0 468 .test217 { font-family: test217, testbackup; }
michael@0 469 @font-face { font-family: test218; src: local("Verdana Negrita Cursiva"); }
michael@0 470 .test218 { font-family: test218, testbackup; }
michael@0 471 @font-face { font-family: test219; src: local("Verdana Negrita"); }
michael@0 472 .test219 { font-family: test219, testbackup; }
michael@0 473 @font-face { font-family: test220; src: local("Verdana Negrito Itálico"); }
michael@0 474 .test220 { font-family: test220, testbackup; }
michael@0 475 @font-face { font-family: test221; src: local("Verdana Negrito"); }
michael@0 476 .test221 { font-family: test221, testbackup; }
michael@0 477 @font-face { font-family: test222; src: local("Verdana Pogrubiona kursywa"); }
michael@0 478 .test222 { font-family: test222, testbackup; }
michael@0 479 @font-face { font-family: test223; src: local("Verdana Pogrubiony"); }
michael@0 480 .test223 { font-family: test223, testbackup; }
michael@0 481 @font-face { font-family: test224; src: local("Verdana Poševno"); }
michael@0 482 .test224 { font-family: test224, testbackup; }
michael@0 483 @font-face { font-family: test225; src: local("Verdana Tučná kurzíva"); }
michael@0 484 .test225 { font-family: test225, testbackup; }
michael@0 485 @font-face { font-family: test226; src: local("Verdana Tučné"); }
michael@0 486 .test226 { font-family: test226, testbackup; }
michael@0 487 @font-face { font-family: test227; src: local("Verdana Vet Cursief"); }
michael@0 488 .test227 { font-family: test227, testbackup; }
michael@0 489 @font-face { font-family: test228; src: local("Verdana Vet"); }
michael@0 490 .test228 { font-family: test228, testbackup; }
michael@0 491 @font-face { font-family: test229; src: local("Verdana fed kursiv"); }
michael@0 492 .test229 { font-family: test229, testbackup; }
michael@0 493 @font-face { font-family: test230; src: local("Verdana fed"); }
michael@0 494 .test230 { font-family: test230, testbackup; }
michael@0 495 @font-face { font-family: test231; src: local("Verdana kursiv"); }
michael@0 496 .test231 { font-family: test231, testbackup; }
michael@0 497 @font-face { font-family: test232; src: local("Verdana kurzíva"); }
michael@0 498 .test232 { font-family: test232, testbackup; }
michael@0 499 @font-face { font-family: test233; src: local("Verdana tučné kurzíva"); }
michael@0 500 .test233 { font-family: test233, testbackup; }
michael@0 501 @font-face { font-family: test234; src: local("Verdana tučné"); }
michael@0 502 .test234 { font-family: test234, testbackup; }
michael@0 503 @font-face { font-family: test235; src: local("Verdana İtalik"); }
michael@0 504 .test235 { font-family: test235, testbackup; }
michael@0 505 @font-face { font-family: test236; src: local("Verdana Έντονα Πλάγια"); }
michael@0 506 .test236 { font-family: test236, testbackup; }
michael@0 507 @font-face { font-family: test237; src: local("Verdana Έντονα"); }
michael@0 508 .test237 { font-family: test237, testbackup; }
michael@0 509 @font-face { font-family: test238; src: local("Verdana Πλάγια"); }
michael@0 510 .test238 { font-family: test238, testbackup; }
michael@0 511 @font-face { font-family: test239; src: local("Verdana Курсив"); }
michael@0 512 .test239 { font-family: test239, testbackup; }
michael@0 513 @font-face { font-family: test240; src: local("Verdana Полужирный Курсив"); }
michael@0 514 .test240 { font-family: test240, testbackup; }
michael@0 515 @font-face { font-family: test241; src: local("Verdana Полужирный"); }
michael@0 516 .test241 { font-family: test241, testbackup; }
michael@0 517 @font-face { font-family: test242; src: local("儷宋 Pro"); }
michael@0 518 .test242 { font-family: test242, testbackup; }
michael@0 519 @font-face { font-family: test243; src: local("儷黑 Pro"); }
michael@0 520 .test243 { font-family: test243, testbackup; }
michael@0 521 @font-face { font-family: test244; src: local("MS 明朝"); }
michael@0 522 .test244 { font-family: test244, testbackup; }
michael@0 523 @font-face { font-family: test245; src: local("MS P明朝"); }
michael@0 524 .test245 { font-family: test245, testbackup; }
michael@0 525 @font-face { font-family: test246; src: local("MS ゴシック"); }
michael@0 526 .test246 { font-family: test246, testbackup; }
michael@0 527 @font-face { font-family: test247; src: local("MS Pゴシック"); }
michael@0 528 .test247 { font-family: test247, testbackup; }
michael@0 529 @font-face { font-family: test248; src: local("仿宋"); }
michael@0 530 .test248 { font-family: test248, testbackup; }
michael@0 531 @font-face { font-family: test249; src: local("楷体"); }
michael@0 532 .test249 { font-family: test249, testbackup; }
michael@0 533 @font-face { font-family: test250; src: local("굴림"); }
michael@0 534 .test250 { font-family: test250, testbackup; }
michael@0 535 @font-face { font-family: test251; src: local("궁서"); }
michael@0 536 .test251 { font-family: test251, testbackup; }
michael@0 537 @font-face { font-family: test252; src: local("돋움"); }
michael@0 538 .test252 { font-family: test252, testbackup; }
michael@0 539 @font-face { font-family: test253; src: local("바탕"); }
michael@0 540 .test253 { font-family: test253, testbackup; }
michael@0 541 @font-face { font-family: test254; src: local("標楷體"); }
michael@0 542 .test254 { font-family: test254, testbackup; }
michael@0 543 @font-face { font-family: test255; src: local("細明體"); }
michael@0 544 .test255 { font-family: test255, testbackup; }
michael@0 545 @font-face { font-family: test256; src: local("굴림체"); }
michael@0 546 .test256 { font-family: test256, testbackup; }
michael@0 547 @font-face { font-family: test257; src: local("바탕체"); }
michael@0 548 .test257 { font-family: test257, testbackup; }
michael@0 549 @font-face { font-family: test258; src: local("細明體-ExtB"); }
michael@0 550 .test258 { font-family: test258, testbackup; }
michael@0 551 @font-face { font-family: test259; src: local("細明體_HKSCS"); }
michael@0 552 .test259 { font-family: test259, testbackup; }
michael@0 553 @font-face { font-family: test260; src: local("メイリオ ボールド イタリック"); }
michael@0 554 .test260 { font-family: test260, testbackup; }
michael@0 555 @font-face { font-family: test261; src: local("メイリオ ボールド"); }
michael@0 556 .test261 { font-family: test261, testbackup; }
michael@0 557 @font-face { font-family: test262; src: local("メイリオ"); }
michael@0 558 .test262 { font-family: test262, testbackup; }
michael@0 559 @font-face { font-family: test263; src: local("华文仿宋"); }
michael@0 560 .test263 { font-family: test263, testbackup; }
michael@0 561 @font-face { font-family: test264; src: local("华文细黑"); }
michael@0 562 .test264 { font-family: test264, testbackup; }
michael@0 563 @font-face { font-family: test265; src: local("华文黑体"); }
michael@0 564 .test265 { font-family: test265, testbackup; }
michael@0 565 @font-face { font-family: test266; src: local("微软雅黑"); }
michael@0 566 .test266 { font-family: test266, testbackup; }
michael@0 567 @font-face { font-family: test267; src: local("新細明體"); }
michael@0 568 .test267 { font-family: test267, testbackup; }
michael@0 569 @font-face { font-family: test268; src: local("新細明體-ExtB"); }
michael@0 570 .test268 { font-family: test268, testbackup; }
michael@0 571 @font-face { font-family: test269; src: local("微軟正黑體 Bold"); }
michael@0 572 .test269 { font-family: test269, testbackup; }
michael@0 573 @font-face { font-family: test270; src: local("רעננה"); }
michael@0 574 .test270 { font-family: test270, testbackup; }
michael@0 575 @font-face { font-family: test271; src: local("微軟正黑體"); }
michael@0 576 .test271 { font-family: test271, testbackup; }
michael@0 577 @font-face { font-family: test272; src: local("蘋果儷中黑"); }
michael@0 578 .test272 { font-family: test272, testbackup; }
michael@0 579 @font-face { font-family: test273; src: local("蘋果儷細宋"); }
michael@0 580 .test273 { font-family: test273, testbackup; }
michael@0 581 @font-face { font-family: test274; src: local("ヒラギノ角ゴ Pro W3"); }
michael@0 582 .test274 { font-family: test274, testbackup; }
michael@0 583 @font-face { font-family: test275; src: local("ヒラギノ丸ゴ Pro W4"); }
michael@0 584 .test275 { font-family: test275, testbackup; }
michael@0 585 @font-face { font-family: test276; src: local("ヒラギノ明朝 Pro W6"); }
michael@0 586 .test276 { font-family: test276, testbackup; }
michael@0 587 @font-face { font-family: test277; src: local("ヒラギノ丸ゴ ProN W4"); }
michael@0 588 .test277 { font-family: test277, testbackup; }
michael@0 589 @font-face { font-family: test278; src: local("רעננה‭ ‬Bold"); }
michael@0 590 .test278 { font-family: test278, testbackup; }
michael@0 591 </style>
michael@0 592
michael@0 593 </head>
michael@0 594 <body>
michael@0 595
michael@0 596 <h4>The letter A should not appear below independent of locale:</h4>
michael@0 597
michael@0 598 <p>(Mouse over to see local name used)</p>
michael@0 599
michael@0 600 <table>
michael@0 601 <tr>
michael@0 602 <td class="test0" title="#궁서체 일반체">AA</td>
michael@0 603 <td class="test1" title="#헤드라인A 일반체">AA</td>
michael@0 604 <td class="test2" title="AppleGothic 일반체">AA</td>
michael@0 605 <td class="test3" title="Arial Black Normal">AA</td>
michael@0 606 <td class="test4" title="Arial Black Standard">AA</td>
michael@0 607 <td class="test5" title="Arial Black normal">AA</td>
michael@0 608 <td class="test6" title="Arial Black obyčejné">AA</td>
michael@0 609 <td class="test7" title="Arial Black Обычный">AA</td>
michael@0 610 <td class="test8" title="Arial Black Κανονικά">AA</td>
michael@0 611 <td class="test9" title="Arial Corsivo">AA</td>
michael@0 612 </tr>
michael@0 613 <tr>
michael@0 614 <td class="test10" title="Arial Cursief">AA</td>
michael@0 615 <td class="test11" title="Arial Cursiva">AA</td>
michael@0 616 <td class="test12" title="Arial Dőlt">AA</td>
michael@0 617 <td class="test13" title="Arial Etzana">AA</td>
michael@0 618 <td class="test14" title="Arial Fet Kursiv">AA</td>
michael@0 619 <td class="test15" title="Arial Fet">AA</td>
michael@0 620 <td class="test16" title="Arial Fett Kursiv">AA</td>
michael@0 621 <td class="test17" title="Arial Fett">AA</td>
michael@0 622 <td class="test18" title="Arial Félkövér dőlt">AA</td>
michael@0 623 <td class="test19" title="Arial Félkövér">AA</td>
michael@0 624 </tr>
michael@0 625 <tr>
michael@0 626 <td class="test20" title="Arial Gras Italique">AA</td>
michael@0 627 <td class="test21" title="Arial Gras">AA</td>
michael@0 628 <td class="test22" title="Arial Grassetto Corsivo">AA</td>
michael@0 629 <td class="test23" title="Arial Grassetto">AA</td>
michael@0 630 <td class="test24" title="Arial Halvfet Kursiv">AA</td>
michael@0 631 <td class="test25" title="Arial Halvfet">AA</td>
michael@0 632 <td class="test26" title="Arial Italique">AA</td>
michael@0 633 <td class="test27" title="Arial Itálico">AA</td>
michael@0 634 <td class="test28" title="Arial Kalın İtalik">AA</td>
michael@0 635 <td class="test29" title="Arial Kalın">AA</td>
michael@0 636 </tr>
michael@0 637 <tr>
michael@0 638 <td class="test30" title="Arial Krepko poševno">AA</td>
michael@0 639 <td class="test31" title="Arial Krepko">AA</td>
michael@0 640 <td class="test32" title="Arial Kursiv">AA</td>
michael@0 641 <td class="test33" title="Arial Kursivoitu">AA</td>
michael@0 642 <td class="test34" title="Arial Kursywa">AA</td>
michael@0 643 <td class="test35" title="Arial Kurzíva">AA</td>
michael@0 644 <td class="test36" title="Arial Lihavoitu Kursivoi">AA</td>
michael@0 645 <td class="test37" title="Arial Lihavoitu">AA</td>
michael@0 646 <td class="test38" title="Arial Lodi etzana">AA</td>
michael@0 647 <td class="test39" title="Arial Lodia">AA</td>
michael@0 648 </tr>
michael@0 649 <tr>
michael@0 650 <td class="test40" title="Arial Negreta">AA</td>
michael@0 651 <td class="test41" title="Arial Negrita Cursiva">AA</td>
michael@0 652 <td class="test42" title="Arial Negrita">AA</td>
michael@0 653 <td class="test43" title="Arial Negrito Itálico">AA</td>
michael@0 654 <td class="test44" title="Arial Negrito">AA</td>
michael@0 655 <td class="test45" title="Arial Pogrubiona kursywa">AA</td>
michael@0 656 <td class="test46" title="Arial Pogrubiony">AA</td>
michael@0 657 <td class="test47" title="Arial Poševno">AA</td>
michael@0 658 <td class="test48" title="Arial Tučná kurzíva">AA</td>
michael@0 659 <td class="test49" title="Arial Tučné">AA</td>
michael@0 660 </tr>
michael@0 661 <tr>
michael@0 662 <td class="test50" title="Arial Vet Cursief">AA</td>
michael@0 663 <td class="test51" title="Arial Vet">AA</td>
michael@0 664 <td class="test52" title="Arial fed kursiv">AA</td>
michael@0 665 <td class="test53" title="Arial fed">AA</td>
michael@0 666 <td class="test54" title="Arial kursiv">AA</td>
michael@0 667 <td class="test55" title="Arial kurzíva">AA</td>
michael@0 668 <td class="test56" title="Arial nghiêng đậm">AA</td>
michael@0 669 <td class="test57" title="Arial nghiêng">AA</td>
michael@0 670 <td class="test58" title="Arial tučné kurzíva">AA</td>
michael@0 671 <td class="test59" title="Arial tučné">AA</td>
michael@0 672 </tr>
michael@0 673 <tr>
michael@0 674 <td class="test60" title="Arial İtalik">AA</td>
michael@0 675 <td class="test61" title="Arial đậm">AA</td>
michael@0 676 <td class="test62" title="Arial Έντονα Πλάγια">AA</td>
michael@0 677 <td class="test63" title="Arial Έντονα">AA</td>
michael@0 678 <td class="test64" title="Arial Πλάγια">AA</td>
michael@0 679 <td class="test65" title="Arial Курсив">AA</td>
michael@0 680 <td class="test66" title="Arial Полужирный Курсив">AA</td>
michael@0 681 <td class="test67" title="Arial Полужирный">AA</td>
michael@0 682 <td class="test68" title="Brush Script MT Πλάγια">AA</td>
michael@0 683 <td class="test69" title="Brush Script MT Курсив">AA</td>
michael@0 684 </tr>
michael@0 685 <tr>
michael@0 686 <td class="test70" title="Century Gothic Halvfet">AA</td>
michael@0 687 <td class="test71" title="Century Gothic Italique">AA</td>
michael@0 688 <td class="test72" title="Century Gothic Kalın">AA</td>
michael@0 689 <td class="test73" title="Century Gothic Krepko poševno">AA</td>
michael@0 690 <td class="test74" title="Century Gothic Krepko">AA</td>
michael@0 691 <td class="test75" title="Century Gothic Kursiv">AA</td>
michael@0 692 <td class="test76" title="Comic Sans MS Negreta">AA</td>
michael@0 693 <td class="test77" title="Comic Sans MS Έντονα">AA</td>
michael@0 694 <td class="test78" title="Courier Carregado">AA</td>
michael@0 695 <td class="test79" title="Courier Fet">AA</td>
michael@0 696 </tr>
michael@0 697 <tr>
michael@0 698 <td class="test80" title="Courier Fett">AA</td>
michael@0 699 <td class="test81" title="Courier Gras">AA</td>
michael@0 700 <td class="test82" title="Courier lihava">AA</td>
michael@0 701 <td class="test83" title="Courier vet">AA</td>
michael@0 702 <td class="test84" title="Courier‭ ‬עבה">AA</td>
michael@0 703 <td class="test85" title="Courier‭ ‬أسود">AA</td>
michael@0 704 <td class="test86" title="Courier‭ ‬برجسته">AA</td>
michael@0 705 <td class="test87" title="EucrosiaUPC Полужирный">AA</td>
michael@0 706 <td class="test88" title="Franklin Gothic Medium Kursiv">AA</td>
michael@0 707 <td class="test89" title="Garamond Kursywa">AA</td>
michael@0 708 </tr>
michael@0 709 <tr>
michael@0 710 <td class="test90" title="Garamond Kurzíva">AA</td>
michael@0 711 <td class="test91" title="Georgia Italique">AA</td>
michael@0 712 <td class="test92" title="Georgia Itálico">AA</td>
michael@0 713 <td class="test93" title="Georgia Kalın İtalik">AA</td>
michael@0 714 <td class="test94" title="HGP明朝B">AA</td>
michael@0 715 <td class="test95" title="HGP明朝E">AA</td>
michael@0 716 <td class="test96" title="HGPゴシックE">AA</td>
michael@0 717 <td class="test97" title="HGPゴシックM">AA</td>
michael@0 718 <td class="test98" title="HGP創英角ゴシックUB">AA</td>
michael@0 719 <td class="test99" title="HGS明朝B">AA</td>
michael@0 720 </tr>
michael@0 721 <tr>
michael@0 722 <td class="test100" title="HGS明朝E">AA</td>
michael@0 723 <td class="test101" title="HGS行書体">AA</td>
michael@0 724 <td class="test102" title="HGS教科書体">AA</td>
michael@0 725 <td class="test103" title="HGSゴシックE">AA</td>
michael@0 726 <td class="test104" title="HGSゴシックM">AA</td>
michael@0 727 <td class="test105" title="HGS創英プレゼンスEB">AA</td>
michael@0 728 <td class="test106" title="HG明朝B">AA</td>
michael@0 729 <td class="test107" title="HG正楷書体-PRO">AA</td>
michael@0 730 <td class="test108" title="HGゴシックE">AA</td>
michael@0 731 <td class="test109" title="HGゴシックM">AA</td>
michael@0 732 </tr>
michael@0 733 <tr>
michael@0 734 <td class="test110" title="HG丸ゴシックM-PRO">AA</td>
michael@0 735 <td class="test111" title="HG創英プレゼンスEB">AA</td>
michael@0 736 <td class="test112" title="Helvetica Carregado">AA</td>
michael@0 737 <td class="test113" title="Helvetica‭ ‬עבה">AA</td>
michael@0 738 <td class="test114" title="Helvetica‭ ‬أسود">AA</td>
michael@0 739 <td class="test115" title="Helvetica‭ ‬برجسته">AA</td>
michael@0 740 <td class="test116" title="Osaka−等幅">AA</td>
michael@0 741 <td class="test117" title="Thonburi Carregado">AA</td>
michael@0 742 <td class="test118" title="Thonburi Gras">AA</td>
michael@0 743 <td class="test119" title="Thonburi vet">AA</td>
michael@0 744 </tr>
michael@0 745 <tr>
michael@0 746 <td class="test120" title="Times Cursiva">AA</td>
michael@0 747 <td class="test121" title="Times Gras">AA</td>
michael@0 748 <td class="test122" title="Times Negrita">AA</td>
michael@0 749 <td class="test123" title="Times New Roman Corsivo">AA</td>
michael@0 750 <td class="test124" title="Times New Roman Cursief">AA</td>
michael@0 751 <td class="test125" title="Times New Roman Cursiva">AA</td>
michael@0 752 <td class="test126" title="Times New Roman Dőlt">AA</td>
michael@0 753 <td class="test127" title="Times New Roman Etzana">AA</td>
michael@0 754 <td class="test128" title="Times New Roman Fet Kursiv">AA</td>
michael@0 755 <td class="test129" title="Times New Roman Fet">AA</td>
michael@0 756 </tr>
michael@0 757 <tr>
michael@0 758 <td class="test130" title="Times New Roman Fett Kursiv">AA</td>
michael@0 759 <td class="test131" title="Times New Roman Fett">AA</td>
michael@0 760 <td class="test132" title="Times New Roman Félkövér dőlt">AA</td>
michael@0 761 <td class="test133" title="Times New Roman Félkövér">AA</td>
michael@0 762 <td class="test134" title="Times New Roman Gras Italique">AA</td>
michael@0 763 <td class="test135" title="Times New Roman Gras">AA</td>
michael@0 764 <td class="test136" title="Times New Roman Grassetto Corsivo">AA</td>
michael@0 765 <td class="test137" title="Times New Roman Grassetto">AA</td>
michael@0 766 <td class="test138" title="Times New Roman Halvfet Kursiv">AA</td>
michael@0 767 <td class="test139" title="Times New Roman Halvfet">AA</td>
michael@0 768 </tr>
michael@0 769 <tr>
michael@0 770 <td class="test140" title="Times New Roman Italique">AA</td>
michael@0 771 <td class="test141" title="Times New Roman Itálico">AA</td>
michael@0 772 <td class="test142" title="Times New Roman Kalın İtalik">AA</td>
michael@0 773 <td class="test143" title="Times New Roman Kalın">AA</td>
michael@0 774 <td class="test144" title="Times New Roman Krepko poševno">AA</td>
michael@0 775 <td class="test145" title="Times New Roman Krepko">AA</td>
michael@0 776 <td class="test146" title="Times New Roman Kursiv">AA</td>
michael@0 777 <td class="test147" title="Times New Roman Kursivoitu">AA</td>
michael@0 778 <td class="test148" title="Times New Roman Kurzíva">AA</td>
michael@0 779 <td class="test149" title="Times New Roman Lihavoitu Kursivoi">AA</td>
michael@0 780 </tr>
michael@0 781 <tr>
michael@0 782 <td class="test150" title="Times New Roman Lihavoitu">AA</td>
michael@0 783 <td class="test151" title="Times New Roman Lodi etzana">AA</td>
michael@0 784 <td class="test152" title="Times New Roman Lodia">AA</td>
michael@0 785 <td class="test153" title="Times New Roman Negreta cursiva">AA</td>
michael@0 786 <td class="test154" title="Times New Roman Negreta">AA</td>
michael@0 787 <td class="test155" title="Times New Roman Negrita Cursiva">AA</td>
michael@0 788 <td class="test156" title="Times New Roman Negrita">AA</td>
michael@0 789 <td class="test157" title="Times New Roman Negrito Itálico">AA</td>
michael@0 790 <td class="test158" title="Times New Roman Negrito">AA</td>
michael@0 791 <td class="test159" title="Times New Roman Pogrubiona kursywa">AA</td>
michael@0 792 </tr>
michael@0 793 <tr>
michael@0 794 <td class="test160" title="Times New Roman Pogrubiona">AA</td>
michael@0 795 <td class="test161" title="Times New Roman Poševno">AA</td>
michael@0 796 <td class="test162" title="Times New Roman Tučná kurzíva">AA</td>
michael@0 797 <td class="test163" title="Times New Roman Tučné">AA</td>
michael@0 798 <td class="test164" title="Times New Roman Vet Cursief">AA</td>
michael@0 799 <td class="test165" title="Times New Roman Vet">AA</td>
michael@0 800 <td class="test166" title="Times New Roman cursiva">AA</td>
michael@0 801 <td class="test167" title="Times New Roman fed kursiv">AA</td>
michael@0 802 <td class="test168" title="Times New Roman fed">AA</td>
michael@0 803 <td class="test169" title="Times New Roman kursiv">AA</td>
michael@0 804 </tr>
michael@0 805 <tr>
michael@0 806 <td class="test170" title="Times New Roman kursywa">AA</td>
michael@0 807 <td class="test171" title="Times New Roman kurzíva">AA</td>
michael@0 808 <td class="test172" title="Times New Roman nghiêng đậm">AA</td>
michael@0 809 <td class="test173" title="Times New Roman nghiêng">AA</td>
michael@0 810 <td class="test174" title="Times New Roman tučné kurzíva">AA</td>
michael@0 811 <td class="test175" title="Times New Roman tučné">AA</td>
michael@0 812 <td class="test176" title="Times New Roman İtalik">AA</td>
michael@0 813 <td class="test177" title="Times New Roman đậm">AA</td>
michael@0 814 <td class="test178" title="Times New Roman Έντονα Πλάγια">AA</td>
michael@0 815 <td class="test179" title="Times New Roman Έντονα">AA</td>
michael@0 816 </tr>
michael@0 817 <tr>
michael@0 818 <td class="test180" title="Times New Roman Πλάγια">AA</td>
michael@0 819 <td class="test181" title="Times New Roman Курсив">AA</td>
michael@0 820 <td class="test182" title="Times New Roman Полужирный Курсив">AA</td>
michael@0 821 <td class="test183" title="Times New Roman Полужирный">AA</td>
michael@0 822 <td class="test184" title="Times grassetto">AA</td>
michael@0 823 <td class="test185" title="Verdana Corsivo">AA</td>
michael@0 824 <td class="test186" title="Verdana Cursief">AA</td>
michael@0 825 <td class="test187" title="Verdana Cursiva">AA</td>
michael@0 826 <td class="test188" title="Verdana Dőlt">AA</td>
michael@0 827 <td class="test189" title="Verdana Etzana">AA</td>
michael@0 828 </tr>
michael@0 829 <tr>
michael@0 830 <td class="test190" title="Verdana Fet Kursiv">AA</td>
michael@0 831 <td class="test191" title="Verdana Fet">AA</td>
michael@0 832 <td class="test192" title="Verdana Fett Kursiv">AA</td>
michael@0 833 <td class="test193" title="Verdana Fett">AA</td>
michael@0 834 <td class="test194" title="Verdana Félkövér dőlt">AA</td>
michael@0 835 <td class="test195" title="Verdana Félkövér">AA</td>
michael@0 836 <td class="test196" title="Verdana Gras Italique">AA</td>
michael@0 837 <td class="test197" title="Verdana Gras">AA</td>
michael@0 838 <td class="test198" title="Verdana Grassetto Corsivo">AA</td>
michael@0 839 <td class="test199" title="Verdana Grassetto">AA</td>
michael@0 840 </tr>
michael@0 841 <tr>
michael@0 842 <td class="test200" title="Verdana Halvfet Kursiv">AA</td>
michael@0 843 <td class="test201" title="Verdana Halvfet">AA</td>
michael@0 844 <td class="test202" title="Verdana Italique">AA</td>
michael@0 845 <td class="test203" title="Verdana Itálico">AA</td>
michael@0 846 <td class="test204" title="Verdana Kalın İtalik">AA</td>
michael@0 847 <td class="test205" title="Verdana Kalın">AA</td>
michael@0 848 <td class="test206" title="Verdana Krepko poševno">AA</td>
michael@0 849 <td class="test207" title="Verdana Krepko">AA</td>
michael@0 850 <td class="test208" title="Verdana Kursiv">AA</td>
michael@0 851 <td class="test209" title="Verdana Kursivoitu">AA</td>
michael@0 852 </tr>
michael@0 853 <tr>
michael@0 854 <td class="test210" title="Verdana Kursywa">AA</td>
michael@0 855 <td class="test211" title="Verdana Kurzíva">AA</td>
michael@0 856 <td class="test212" title="Verdana Lihavoitu Kursivoi">AA</td>
michael@0 857 <td class="test213" title="Verdana Lihavoitu">AA</td>
michael@0 858 <td class="test214" title="Verdana Lodi etzana">AA</td>
michael@0 859 <td class="test215" title="Verdana Lodia">AA</td>
michael@0 860 <td class="test216" title="Verdana Negreta cursiva">AA</td>
michael@0 861 <td class="test217" title="Verdana Negreta">AA</td>
michael@0 862 <td class="test218" title="Verdana Negrita Cursiva">AA</td>
michael@0 863 <td class="test219" title="Verdana Negrita">AA</td>
michael@0 864 </tr>
michael@0 865 <tr>
michael@0 866 <td class="test220" title="Verdana Negrito Itálico">AA</td>
michael@0 867 <td class="test221" title="Verdana Negrito">AA</td>
michael@0 868 <td class="test222" title="Verdana Pogrubiona kursywa">AA</td>
michael@0 869 <td class="test223" title="Verdana Pogrubiony">AA</td>
michael@0 870 <td class="test224" title="Verdana Poševno">AA</td>
michael@0 871 <td class="test225" title="Verdana Tučná kurzíva">AA</td>
michael@0 872 <td class="test226" title="Verdana Tučné">AA</td>
michael@0 873 <td class="test227" title="Verdana Vet Cursief">AA</td>
michael@0 874 <td class="test228" title="Verdana Vet">AA</td>
michael@0 875 <td class="test229" title="Verdana fed kursiv">AA</td>
michael@0 876 </tr>
michael@0 877 <tr>
michael@0 878 <td class="test230" title="Verdana fed">AA</td>
michael@0 879 <td class="test231" title="Verdana kursiv">AA</td>
michael@0 880 <td class="test232" title="Verdana kurzíva">AA</td>
michael@0 881 <td class="test233" title="Verdana tučné kurzíva">AA</td>
michael@0 882 <td class="test234" title="Verdana tučné">AA</td>
michael@0 883 <td class="test235" title="Verdana İtalik">AA</td>
michael@0 884 <td class="test236" title="Verdana Έντονα Πλάγια">AA</td>
michael@0 885 <td class="test237" title="Verdana Έντονα">AA</td>
michael@0 886 <td class="test238" title="Verdana Πλάγια">AA</td>
michael@0 887 <td class="test239" title="Verdana Курсив">AA</td>
michael@0 888 </tr>
michael@0 889 <tr>
michael@0 890 <td class="test240" title="Verdana Полужирный Курсив">AA</td>
michael@0 891 <td class="test241" title="Verdana Полужирный">AA</td>
michael@0 892 <td class="test242" title="儷宋 Pro">AA</td>
michael@0 893 <td class="test243" title="儷黑 Pro">AA</td>
michael@0 894 <td class="test244" title="MS 明朝">AA</td>
michael@0 895 <td class="test245" title="MS P明朝">AA</td>
michael@0 896 <td class="test246" title="MS ゴシック">AA</td>
michael@0 897 <td class="test247" title="MS Pゴシック">AA</td>
michael@0 898 <td class="test248" title="仿宋">AA</td>
michael@0 899 <td class="test249" title="楷体">AA</td>
michael@0 900 </tr>
michael@0 901 <tr>
michael@0 902 <td class="test250" title="굴림">AA</td>
michael@0 903 <td class="test251" title="궁서">AA</td>
michael@0 904 <td class="test252" title="돋움">AA</td>
michael@0 905 <td class="test253" title="바탕">AA</td>
michael@0 906 <td class="test254" title="標楷體">AA</td>
michael@0 907 <td class="test255" title="細明體">AA</td>
michael@0 908 <td class="test256" title="굴림체">AA</td>
michael@0 909 <td class="test257" title="바탕체">AA</td>
michael@0 910 <td class="test258" title="細明體-ExtB">AA</td>
michael@0 911 <td class="test259" title="細明體_HKSCS">AA</td>
michael@0 912 </tr>
michael@0 913 <tr>
michael@0 914 <td class="test260" title="メイリオ ボールド イタリック">AA</td>
michael@0 915 <td class="test261" title="メイリオ ボールド">AA</td>
michael@0 916 <td class="test262" title="メイリオ">AA</td>
michael@0 917 <td class="test263" title="华文仿宋">AA</td>
michael@0 918 <td class="test264" title="华文细黑">AA</td>
michael@0 919 <td class="test265" title="华文黑体">AA</td>
michael@0 920 <td class="test266" title="微软雅黑">AA</td>
michael@0 921 <td class="test267" title="新細明體">AA</td>
michael@0 922 <td class="test268" title="新細明體-ExtB">AA</td>
michael@0 923 <td class="test269" title="微軟正黑體 Bold">AA</td>
michael@0 924 </tr>
michael@0 925 <tr>
michael@0 926 <td class="test270" title="רעננה">AA</td>
michael@0 927 <td class="test271" title="微軟正黑體">AA</td>
michael@0 928 <td class="test272" title="蘋果儷中黑">AA</td>
michael@0 929 <td class="test273" title="蘋果儷細宋">AA</td>
michael@0 930 <td class="test274" title="ヒラギノ角ゴ Pro W3">AA</td>
michael@0 931 <td class="test275" title="ヒラギノ丸ゴ Pro W4">AA</td>
michael@0 932 <td class="test276" title="ヒラギノ明朝 Pro W6">AA</td>
michael@0 933 <td class="test277" title="ヒラギノ丸ゴ ProN W4">AA</td>
michael@0 934 <td class="test278" title="רעננה‭ ‬Bold">AA</td>
michael@0 935 </tr>
michael@0 936 </table>
michael@0 937
michael@0 938 </body>
michael@0 939 </html>

mercurial