1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> 5 </head> 6 <body> 7 This test checks that the decomposed unicode version of voiced japanese hiragana and katakana characters are rendered the same as the precomposed version. This test is a pixel-test, and passes when the text in the two heading elements are identical. 8 <h2></h2> 9 <p>The above is decomposed</p> 10 11 <h2></h2> 12 <p>The above is precomposed</p> 13 14 </body> 15 </html> 16