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

Side by Side Diff: LayoutTests/fast/encoding/denormalised-voiced-japanese-chars-expected.html

Issue 1301333005: Convert denormalised-voiced-japanese-chars.html to a reference test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Swap the test and the reference. Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698