| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd"> |
| 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 3 <head> | 3 <head> |
| 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> |
| 5 </head> | 5 </head> |
| 6 <body> | 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 i
dentical. | 7 This test checks that the decomposed unicode version of voiced japanese hiragana
and katakana characters are rendered the same as the precomposed version. |
| 8 <h2>バナナとパナマ</h2> | |
| 9 <p>The above is decomposed</p> | |
| 10 | |
| 11 <h2>バナナとパナマ</h2> | 8 <h2>バナナとパナマ</h2> |
| 12 <p>The above is precomposed</p> | 9 <!-- The above is precomposed. --> |
| 13 | |
| 14 </body> | 10 </body> |
| 15 </html> | 11 </html> |
| OLD | NEW |